| OLD | NEW |
| 1 #ifndef __DEFINED__SkPdfNamedActionsDictionary | 1 #ifndef __DEFINED__SkPdfNamedActionsDictionary |
| 2 #define __DEFINED__SkPdfNamedActionsDictionary | 2 #define __DEFINED__SkPdfNamedActionsDictionary |
| 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 named actions | 9 // Additional entries specific to named actions |
| 10 class SkPdfNamedActionsDictionary : public SkPdfDictionary { | 10 class SkPdfNamedActionsDictionary : public SkPdfDictionary { |
| (...skipping 525 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 536 /** (Required) The name of the action to be performed (see Table 8.45). | 536 /** (Required) The name of the action to be performed (see Table 8.45). |
| 537 **/ | 537 **/ |
| 538 bool has_N() const { | 538 bool has_N() const { |
| 539 return (ObjectFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "N", "
", NULL)); | 539 return (ObjectFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "N", "
", NULL)); |
| 540 } | 540 } |
| 541 | 541 |
| 542 std::string N() const; | 542 std::string N() const; |
| 543 }; | 543 }; |
| 544 | 544 |
| 545 #endif // __DEFINED__SkPdfNamedActionsDictionary | 545 #endif // __DEFINED__SkPdfNamedActionsDictionary |
| OLD | NEW |