| OLD | NEW |
| 1 #ifndef __DEFINED__SkPdfWebCaptureCommandSettingsDictionary | 1 #ifndef __DEFINED__SkPdfWebCaptureCommandSettingsDictionary |
| 2 #define __DEFINED__SkPdfWebCaptureCommandSettingsDictionary | 2 #define __DEFINED__SkPdfWebCaptureCommandSettingsDictionary |
| 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 // Entries in a Web Capture command settings dictionary | 9 // Entries in a Web Capture command settings dictionary |
| 10 class SkPdfWebCaptureCommandSettingsDictionary : public SkPdfDictionary { | 10 class SkPdfWebCaptureCommandSettingsDictionary : public SkPdfDictionary { |
| (...skipping 528 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 539 * ticular conversion engine are not found in the dictionary, default settings
will be used. | 539 * ticular conversion engine are not found in the dictionary, default settings
will be used. |
| 540 **/ | 540 **/ |
| 541 bool has_C() const { | 541 bool has_C() const { |
| 542 return (ObjectFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "C", "
", NULL)); | 542 return (ObjectFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "C", "
", NULL)); |
| 543 } | 543 } |
| 544 | 544 |
| 545 SkPdfDictionary* C() const; | 545 SkPdfDictionary* C() const; |
| 546 }; | 546 }; |
| 547 | 547 |
| 548 #endif // __DEFINED__SkPdfWebCaptureCommandSettingsDictionary | 548 #endif // __DEFINED__SkPdfWebCaptureCommandSettingsDictionary |
| OLD | NEW |