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

  /external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
DeviceOrientationInspectorAgent.cpp 26 void DeviceOrientationInspectorAgent::provideTo(Page& page)
  /external/chromium_org/third_party/WebKit/Source/platform/
RefCountedSupplement.h 59 static void provideTo(Supplementable<T>& host, const char* key, PassRefPtr<ThisType> supplement)
Supplementable.h 79 // provideTo and from happen on the same thread. If you want to provide
131 static void provideTo(SupplementableBase<T, isGarbageCollected>& host, const char* key, typename SupplementableTraits<T, isGarbageCollected>::SupplementArgumentType supplement)
  /external/chromium_org/third_party/WebKit/Source/modules/screen_orientation/
ScreenOrientationController.cpp 30 void ScreenOrientationController::provideTo(LocalFrame& frame, blink::WebScreenOrientationClient* client)
33 WillBeHeapSupplement<LocalFrame>::provideTo(frame, supplementName(), adoptPtrWillBeNoop(controller));
  /external/chromium_org/third_party/WebKit/Source/core/html/imports/
HTMLImportsController.cpp 51 void HTMLImportsController::provideTo(Document& master)
55 DocumentSupplement::provideTo(master, supplementName(), controller.release());
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
InspectorIndexedDBAgent.cpp 555 void InspectorIndexedDBAgent::provideTo(Page* page)

Completed in 239 milliseconds