Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(124)

Side by Side Diff: experimental/PdfViewer/pdfparser/podofo/autogen/SkPdfNameDictionary_autogen.h

Issue 18179007: refactor folders to make prepare for native pdf parser (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 #ifndef __DEFINED__SkPdfNameDictionary 1 #ifndef __DEFINED__SkPdfNameDictionary
2 #define __DEFINED__SkPdfNameDictionary 2 #define __DEFINED__SkPdfNameDictionary
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 the name dictionary 9 // Entries in the name dictionary
10 class SkPdfNameDictionary : public SkPdfDictionary { 10 class SkPdfNameDictionary : public SkPdfDictionary {
(...skipping 678 matching lines...) Expand 10 before | Expand all | Expand 10 after
689 bool isEmbeddedFilesATree() const { 689 bool isEmbeddedFilesATree() const {
690 SkPdfObject* ret = NULL; 690 SkPdfObject* ret = NULL;
691 if (!ObjectFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "Embedded Files", "", &ret)) return false; 691 if (!ObjectFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "Embedded Files", "", &ret)) return false;
692 return ret->podofo()->GetDataType() == ePdfDataType_Reference; 692 return ret->podofo()->GetDataType() == ePdfDataType_Reference;
693 } 693 }
694 694
695 SkPdfTree* getEmbeddedFilesAsTree() const; 695 SkPdfTree* getEmbeddedFilesAsTree() const;
696 }; 696 };
697 697
698 #endif // __DEFINED__SkPdfNameDictionary 698 #endif // __DEFINED__SkPdfNameDictionary
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698