Searched defs:Supplement (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfCIDSystemInfoDictionary_autogen.cpp35 int64_t SkPdfCIDSystemInfoDictionary::Supplement(SkPdfNativeDoc* doc) { function in class:SkPdfCIDSystemInfoDictionary
36 SkPdfNativeObject* ret = get("Supplement", "");
44 return get("Supplement", "") != NULL;
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfCIDSystemInfoDictionary_autogen.cpp35 int64_t SkPdfCIDSystemInfoDictionary::Supplement(SkPdfNativeDoc* doc) { function in class:SkPdfCIDSystemInfoDictionary
36 SkPdfNativeObject* ret = get("Supplement", "");
44 return get("Supplement", "") != NULL;
/external/chromium_org/third_party/WebKit/Source/platform/
H A DSupplementable.h41 // What you should know about Supplementable and Supplement
43 // Supplementable and Supplement instances are meant to be thread local. They
49 // What you should know about the Supplement keys
51 // The Supplement is expected to use the same const char* string instance
59 // class MyClass : public Supplement<MySupplementable> {
73 // return reinterpret_cast<MyClass*>(Supplement<MySupplementable>::from(host, supplementName()));
221 class Supplement : public SupplementBase<T, false> { }; class in namespace:blink

Completed in 1274 milliseconds