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

  /external/chromium_org/third_party/WebKit/Source/platform/
Supplementable.h 143 return host.requireSupplement(key);
148 return host ? host->requireSupplement(key) : 0;
192 SupplementBase<T, isGarbageCollected>* requireSupplement(const char* key)
RefCountedSupplement.h 64 Supplement<T>* found = static_cast<Supplement<T>*>(host.requireSupplement(key));

Completed in 49 milliseconds