HomeSort by relevance Sort by last modified time
    Searched defs:Supplement (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfCIDSystemInfoDictionary_autogen.cpp 35 int64_t SkPdfCIDSystemInfoDictionary::Supplement(SkPdfNativeDoc* doc) {
36 SkPdfNativeObject* ret = get("Supplement", "");
44 return get("Supplement", "") != NULL;
  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfCIDSystemInfoDictionary_autogen.cpp 35 int64_t SkPdfCIDSystemInfoDictionary::Supplement(SkPdfNativeDoc* doc) {
36 SkPdfNativeObject* ret = get("Supplement", "");
44 return get("Supplement", "") != NULL;
  /external/chromium_org/third_party/WebKit/Source/platform/
Supplementable.h 41 // 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()));
136 static void provideTo(SupplementableBase<T, isGarbageCollected>& host, const char* key, typename SupplementableTraits<T, isGarbageCollected>::SupplementArgumentType supplement)
138 host.provideSupplement(key, supplement);
179 void provideSupplement(const char* key, typename SupplementableTraits<T, isGarbageCollected>::SupplementArgumentType supplement)
183 this->m_supplements.set(key, supplement);
    [all...]

Completed in 196 milliseconds