OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkPdfDate
(Results
1 - 22
of
22
) sorted by null
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/
SkPdfNYI.h
15
struct
SkPdfDate
{};
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfApplicationDataDictionary_autogen.cpp
11
SkPdfDate
SkPdfApplicationDataDictionary::LastModified(SkPdfNativeDoc* doc) {
16
return
SkPdfDate
();
SkPdfEmbeddedFileParameterDictionary_autogen.cpp
23
SkPdfDate
SkPdfEmbeddedFileParameterDictionary::CreationDate(SkPdfNativeDoc* doc) {
28
return
SkPdfDate
();
35
SkPdfDate
SkPdfEmbeddedFileParameterDictionary::ModDate(SkPdfNativeDoc* doc) {
40
return
SkPdfDate
();
SkPdfSourceInformationDictionary_autogen.cpp
43
SkPdfDate
SkPdfSourceInformationDictionary::TS(SkPdfNativeDoc* doc) {
48
return
SkPdfDate
();
55
SkPdfDate
SkPdfSourceInformationDictionary::E(SkPdfNativeDoc* doc) {
60
return
SkPdfDate
();
SkPdfDocumentInformationDictionary_autogen.cpp
83
SkPdfDate
SkPdfDocumentInformationDictionary::CreationDate(SkPdfNativeDoc* doc) {
88
return
SkPdfDate
();
95
SkPdfDate
SkPdfDocumentInformationDictionary::ModDate(SkPdfNativeDoc* doc) {
100
return
SkPdfDate
();
SkPdfTrapNetworkAnnotationDictionary_autogen.cpp
35
SkPdfDate
SkPdfTrapNetworkAnnotationDictionary::LastModified(SkPdfNativeDoc* doc) {
40
return
SkPdfDate
();
SkPdfType1FormDictionary_autogen.h
37
SkPdfDate
LastModified(SkPdfNativeDoc* doc);
SkPdfSignatureDictionary_autogen.cpp
83
SkPdfDate
SkPdfSignatureDictionary::M(SkPdfNativeDoc* doc) {
88
return
SkPdfDate
();
SkPdfWebCaptureDictionary_autogen.cpp
103
SkPdfDate
SkPdfWebCaptureDictionary::TS(SkPdfNativeDoc* doc) {
108
return
SkPdfDate
();
SkPdfType1FormDictionary_autogen.cpp
59
SkPdfDate
SkPdfType1FormDictionary::LastModified(SkPdfNativeDoc* doc) {
64
return
SkPdfDate
();
SkPdfAnnotationDictionary_autogen.cpp
81
SkPdfDate
SkPdfAnnotationDictionary::getMAsDate(SkPdfNativeDoc* doc) {
86
return
SkPdfDate
();
SkPdfPageObjectDictionary_autogen.cpp
35
SkPdfDate
SkPdfPageObjectDictionary::LastModified(SkPdfNativeDoc* doc) {
40
return
SkPdfDate
();
SkPdfDocumentInformationDictionary_autogen.h
[
all
...]
SkPdfEmbeddedFileParameterDictionary_autogen.h
[
all
...]
SkPdfSourceInformationDictionary_autogen.h
[
all
...]
SkPdfAnnotationDictionary_autogen.h
[
all
...]
SkPdfApplicationDataDictionary_autogen.h
[
all
...]
SkPdfPageObjectDictionary_autogen.h
[
all
...]
SkPdfSignatureDictionary_autogen.h
[
all
...]
SkPdfTrapNetworkAnnotationDictionary_autogen.h
[
all
...]
SkPdfWebCaptureDictionary_autogen.h
[
all
...]
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/
SkPdfNativeObject.h
251
SkPdfDate
& dateValue() const {
252
static
SkPdfDate
nyi;
[
all
...]
Completed in 674 milliseconds