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

  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBPendingTransactionMonitor.h 44 class IDBPendingTransactionMonitor : public Supplement<ExecutionContext> {
52 virtual void trace(Visitor* visitor) OVERRIDE { Supplement<ExecutionContext>::trace(visitor); }
IDBPendingTransactionMonitor.cpp 45 IDBPendingTransactionMonitor* supplement = static_cast<IDBPendingTransactionMonitor*>(Supplement<ExecutionContext>::from(context, supplementName())); local
46 if (!supplement) {
47 supplement = new IDBPendingTransactionMonitor();
48 provideTo(context, supplementName(), adoptPtr(supplement));
50 return *supplement;
  /external/chromium_org/third_party/WebKit/Source/platform/
RefCountedSupplement.h 43 class Wrapper FINAL : public Supplement<T> {
59 static void provideTo(Supplementable<T>& host, const char* key, PassRefPtr<ThisType> supplement)
61 host.provideSupplement(key, adoptPtr(new Wrapper(supplement)));
66 Supplement<T>* found = static_cast<Supplement<T>*>(host.requireSupplement(key));
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()));
131 static void provideTo(SupplementableBase<T, isGarbageCollected>& host, const char* key, typename SupplementableTraits<T, isGarbageCollected>::SupplementArgumentType supplement)
133 host.provideSupplement(key, supplement);
165 void provideSupplement(const char* key, typename SupplementableTraits<T, isGarbageCollected>::SupplementArgumentType supplement)
169 this->m_supplements.set(key, supplement);
    [all...]
  /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;
SkPdfCIDSystemInfoDictionary_autogen.h     [all...]
  /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;
SkPdfCIDSystemInfoDictionary_autogen.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/testing/
InternalSettings.cpp 108 // Instead, we manually make InternalSettings supplement Page.
109 class InternalSettingsWrapper : public Supplement<Page> {
125 if (!Supplement<Page>::from(page, supplementName()))
126 Supplement<Page>::provideTo(page, supplementName(), adoptPtr(new InternalSettingsWrapper(page)));
127 return static_cast<InternalSettingsWrapper*>(Supplement<Page>::from(page, supplementName()))->internalSettings();
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
Handle.h     [all...]
  /external/bison/build-aux/
texinfo.tex     [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 354 milliseconds