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

Unified Diff: experimental/PdfViewer/pdfparser/native/pdfapi/SkPdfDocumentInformationDictionary_autogen.cpp

Issue 1266093003: Remove experimental/PdfViewer (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 2015-08-03 (Monday) 10:43:56 EDT Created 5 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 side-by-side diff with in-line comments
Download patch
Index: experimental/PdfViewer/pdfparser/native/pdfapi/SkPdfDocumentInformationDictionary_autogen.cpp
diff --git a/experimental/PdfViewer/pdfparser/native/pdfapi/SkPdfDocumentInformationDictionary_autogen.cpp b/experimental/PdfViewer/pdfparser/native/pdfapi/SkPdfDocumentInformationDictionary_autogen.cpp
deleted file mode 100644
index 99e27969edcb123ec59258d6141adb06fb8041ca..0000000000000000000000000000000000000000
--- a/experimental/PdfViewer/pdfparser/native/pdfapi/SkPdfDocumentInformationDictionary_autogen.cpp
+++ /dev/null
@@ -1,117 +0,0 @@
-/*
- * Copyright 2013 Google Inc.
-
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
-
-#include "SkPdfDocumentInformationDictionary_autogen.h"
-#include "SkPdfNativeDoc.h"
-
-SkString SkPdfDocumentInformationDictionary::Title(SkPdfNativeDoc* doc) {
- SkPdfNativeObject* ret = get("Title", "");
- if (doc) {ret = doc->resolveReference(ret);}
- if ((ret != NULL && ret->isAnyString()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->stringValue2();
- // TODO(edisonn): warn about missing default value for optional fields
- return SkString();
-}
-
-bool SkPdfDocumentInformationDictionary::has_Title() const {
- return get("Title", "") != NULL;
-}
-
-SkString SkPdfDocumentInformationDictionary::Author(SkPdfNativeDoc* doc) {
- SkPdfNativeObject* ret = get("Author", "");
- if (doc) {ret = doc->resolveReference(ret);}
- if ((ret != NULL && ret->isAnyString()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->stringValue2();
- // TODO(edisonn): warn about missing default value for optional fields
- return SkString();
-}
-
-bool SkPdfDocumentInformationDictionary::has_Author() const {
- return get("Author", "") != NULL;
-}
-
-SkString SkPdfDocumentInformationDictionary::Subject(SkPdfNativeDoc* doc) {
- SkPdfNativeObject* ret = get("Subject", "");
- if (doc) {ret = doc->resolveReference(ret);}
- if ((ret != NULL && ret->isAnyString()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->stringValue2();
- // TODO(edisonn): warn about missing default value for optional fields
- return SkString();
-}
-
-bool SkPdfDocumentInformationDictionary::has_Subject() const {
- return get("Subject", "") != NULL;
-}
-
-SkString SkPdfDocumentInformationDictionary::Keywords(SkPdfNativeDoc* doc) {
- SkPdfNativeObject* ret = get("Keywords", "");
- if (doc) {ret = doc->resolveReference(ret);}
- if ((ret != NULL && ret->isAnyString()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->stringValue2();
- // TODO(edisonn): warn about missing default value for optional fields
- return SkString();
-}
-
-bool SkPdfDocumentInformationDictionary::has_Keywords() const {
- return get("Keywords", "") != NULL;
-}
-
-SkString SkPdfDocumentInformationDictionary::Creator(SkPdfNativeDoc* doc) {
- SkPdfNativeObject* ret = get("Creator", "");
- if (doc) {ret = doc->resolveReference(ret);}
- if ((ret != NULL && ret->isAnyString()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->stringValue2();
- // TODO(edisonn): warn about missing default value for optional fields
- return SkString();
-}
-
-bool SkPdfDocumentInformationDictionary::has_Creator() const {
- return get("Creator", "") != NULL;
-}
-
-SkString SkPdfDocumentInformationDictionary::Producer(SkPdfNativeDoc* doc) {
- SkPdfNativeObject* ret = get("Producer", "");
- if (doc) {ret = doc->resolveReference(ret);}
- if ((ret != NULL && ret->isAnyString()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->stringValue2();
- // TODO(edisonn): warn about missing default value for optional fields
- return SkString();
-}
-
-bool SkPdfDocumentInformationDictionary::has_Producer() const {
- return get("Producer", "") != NULL;
-}
-
-SkPdfDate SkPdfDocumentInformationDictionary::CreationDate(SkPdfNativeDoc* doc) {
- SkPdfNativeObject* ret = get("CreationDate", "");
- if (doc) {ret = doc->resolveReference(ret);}
- if ((ret != NULL && ret->isDate()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->dateValue();
- // TODO(edisonn): warn about missing default value for optional fields
- return SkPdfDate();
-}
-
-bool SkPdfDocumentInformationDictionary::has_CreationDate() const {
- return get("CreationDate", "") != NULL;
-}
-
-SkPdfDate SkPdfDocumentInformationDictionary::ModDate(SkPdfNativeDoc* doc) {
- SkPdfNativeObject* ret = get("ModDate", "");
- if (doc) {ret = doc->resolveReference(ret);}
- if ((ret != NULL && ret->isDate()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->dateValue();
- // TODO(edisonn): warn about missing default value for optional fields
- return SkPdfDate();
-}
-
-bool SkPdfDocumentInformationDictionary::has_ModDate() const {
- return get("ModDate", "") != NULL;
-}
-
-SkString SkPdfDocumentInformationDictionary::Trapped(SkPdfNativeDoc* doc) {
- SkPdfNativeObject* ret = get("Trapped", "");
- if (doc) {ret = doc->resolveReference(ret);}
- if ((ret != NULL && ret->isName()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->nameValue2();
- // TODO(edisonn): warn about missing default value for optional fields
- return SkString();
-}
-
-bool SkPdfDocumentInformationDictionary::has_Trapped() const {
- return get("Trapped", "") != NULL;
-}

Powered by Google App Engine
This is Rietveld 408576698