Searched defs:provideTo (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
H A DDeviceOrientationInspectorAgent.cpp25 void DeviceOrientationInspectorAgent::provideTo(Page& page) function in class:blink::DeviceOrientationInspectorAgent
/external/chromium_org/third_party/WebKit/Source/platform/
H A DRefCountedSupplement.h57 static void provideTo(Supplementable<T>& host, const char* key, PassRefPtr<ThisType> supplement) function in class:blink::RefCountedSupplement
H A DSupplementable.h79 // provideTo and from happen on the same thread. If you want to provide
136 static void provideTo(SupplementableBase<T, isGarbageCollected>& host, const char* key, typename SupplementableTraits<T, isGarbageCollected>::SupplementArgumentType supplement) function in class:blink::SupplementBase
/external/chromium_org/third_party/WebKit/Source/core/html/imports/
H A DHTMLImportsController.cpp51 void HTMLImportsController::provideTo(Document& master) function in class:blink::HTMLImportsController
55 DocumentSupplement::provideTo(master, supplementName(), controller.release());
/external/chromium_org/third_party/WebKit/Source/modules/screen_orientation/
H A DScreenOrientationController.cpp24 void ScreenOrientationController::provideTo(LocalFrame& frame, WebScreenOrientationClient* client) function in class:blink::ScreenOrientationController
29 WillBeHeapSupplement<LocalFrame>::provideTo(frame, supplementName(), adoptPtrWillBeNoop(controller));
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DInspectorIndexedDBAgent.cpp565 void InspectorIndexedDBAgent::provideTo(Page* page) function in class:blink::InspectorIndexedDBAgent

Completed in 140 milliseconds