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

Side by Side Diff: experimental/PdfViewer/pdfparser/native/pdfapi/SkPdfXObjectDictionary_autogen.h

Issue 23361009: pdfviewer: code cleanup - add licence on files, make replace __DEFINE__foo with foo_DEFINED to matc… (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 4 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__SkPdfXObjectDictionary 1 /*
2 #define __DEFINED__SkPdfXObjectDictionary 2 * Copyright 2013 Google Inc.
3 3
4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file.
6 */
7
8 #ifndef SkPdfXObjectDictionary_DEFINED
9 #define SkPdfXObjectDictionary_DEFINED
10
4 #include "SkPdfDictionary_autogen.h" 11 #include "SkPdfDictionary_autogen.h"
5 12
6 class SkPdfXObjectDictionary : public SkPdfDictionary { 13 class SkPdfXObjectDictionary : public SkPdfDictionary {
7 public: 14 public:
8 public: 15 public:
9 SkPdfXObjectDictionary* asXObjectDictionary() {return this;} 16 SkPdfXObjectDictionary* asXObjectDictionary() {return this;}
10 const SkPdfXObjectDictionary* asXObjectDictionary() const {return this;} 17 const SkPdfXObjectDictionary* asXObjectDictionary() const {return this;}
11 18
12 private: 19 private:
13 SkPdfALinkAnnotationDictionary* asALinkAnnotationDictionary() {return (SkPdfA LinkAnnotationDictionary*)this;} 20 SkPdfALinkAnnotationDictionary* asALinkAnnotationDictionary() {return (SkPdfA LinkAnnotationDictionary*)this;}
(...skipping 482 matching lines...) Expand 10 before | Expand all | Expand 10 after
496 SkPdfWidgetAnnotationDictionary* asWidgetAnnotationDictionary() {return (SkPd fWidgetAnnotationDictionary*)this;} 503 SkPdfWidgetAnnotationDictionary* asWidgetAnnotationDictionary() {return (SkPd fWidgetAnnotationDictionary*)this;}
497 const SkPdfWidgetAnnotationDictionary* asWidgetAnnotationDictionary() const { return (const SkPdfWidgetAnnotationDictionary*)this;} 504 const SkPdfWidgetAnnotationDictionary* asWidgetAnnotationDictionary() const { return (const SkPdfWidgetAnnotationDictionary*)this;}
498 505
499 SkPdfWindowsLaunchActionDictionary* asWindowsLaunchActionDictionary() {return (SkPdfWindowsLaunchActionDictionary*)this;} 506 SkPdfWindowsLaunchActionDictionary* asWindowsLaunchActionDictionary() {return (SkPdfWindowsLaunchActionDictionary*)this;}
500 const SkPdfWindowsLaunchActionDictionary* asWindowsLaunchActionDictionary() c onst {return (const SkPdfWindowsLaunchActionDictionary*)this;} 507 const SkPdfWindowsLaunchActionDictionary* asWindowsLaunchActionDictionary() c onst {return (const SkPdfWindowsLaunchActionDictionary*)this;}
501 508
502 public: 509 public:
503 bool valid() const {return true;} 510 bool valid() const {return true;}
504 }; 511 };
505 512
506 #endif // __DEFINED__NATIVE_SkPdfXObjectDictionary 513 #endif // SkPdfXObjectDictionary_DEFINED
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698