| OLD | NEW |
| 1 #ifndef __DEFINED__SkPdfRemoteGoToActionDictionary | 1 #ifndef __DEFINED__SkPdfRemoteGoToActionDictionary |
| 2 #define __DEFINED__SkPdfRemoteGoToActionDictionary | 2 #define __DEFINED__SkPdfRemoteGoToActionDictionary |
| 3 | 3 |
| 4 #include "SkPdfUtils.h" | 4 #include "SkPdfUtils.h" |
| 5 #include "SkPdfEnums_autogen.h" | 5 #include "SkPdfEnums_autogen.h" |
| 6 #include "SkPdfArray_autogen.h" | 6 #include "SkPdfArray_autogen.h" |
| 7 #include "SkPdfDictionary_autogen.h" | 7 #include "SkPdfDictionary_autogen.h" |
| 8 | 8 |
| 9 // Additional entries specific to a remote go-to action | 9 // Additional entries specific to a remote go-to action |
| 10 class SkPdfRemoteGoToActionDictionary : public SkPdfDictionary { | 10 class SkPdfRemoteGoToActionDictionary : public SkPdfDictionary { |
| (...skipping 567 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 578 * preference. | 578 * preference. |
| 579 **/ | 579 **/ |
| 580 bool has_NewWindow() const { | 580 bool has_NewWindow() const { |
| 581 return (ObjectFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "NewWi
ndow", "", NULL)); | 581 return (ObjectFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "NewWi
ndow", "", NULL)); |
| 582 } | 582 } |
| 583 | 583 |
| 584 bool NewWindow() const; | 584 bool NewWindow() const; |
| 585 }; | 585 }; |
| 586 | 586 |
| 587 #endif // __DEFINED__SkPdfRemoteGoToActionDictionary | 587 #endif // __DEFINED__SkPdfRemoteGoToActionDictionary |
| OLD | NEW |