Searched defs:supplement (Results 1 - 19 of 19) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/Modules/battery/
H A DNavigatorBattery.cpp57 NavigatorBattery* supplement = static_cast<NavigatorBattery*>(Supplement<Navigator>::from(navigator, supplementName())); local
/macosx-10.10/WebCore-7600.1.25/Modules/notifications/
H A DWorkerGlobalScopeNotifications.cpp55 WorkerGlobalScopeNotifications* supplement = static_cast<WorkerGlobalScopeNotifications*>(Supplement<ScriptExecutionContext>::from(context, supplementName())); local
H A DDOMWindowNotifications.cpp57 DOMWindowNotifications* supplement = static_cast<DOMWindowNotifications*>(Supplement<DOMWindow>::from(window, supplementName())); local
/macosx-10.10/WebCore-7600.1.25/Modules/speech/
H A DDOMWindowSpeechSynthesis.cpp58 DOMWindowSpeechSynthesis* supplement = static_cast<DOMWindowSpeechSynthesis*>(Supplement<DOMWindow>::from(window, supplementName())); local
/macosx-10.10/WebCore-7600.1.25/Modules/gamepad/deprecated/
H A DNavigatorGamepad.cpp52 NavigatorGamepad* supplement = static_cast<NavigatorGamepad*>(Supplement<Navigator>::from(navigator, supplementName())); local
/macosx-10.10/WebCore-7600.1.25/Modules/geolocation/
H A DNavigatorGeolocation.cpp52 NavigatorGeolocation* supplement = static_cast<NavigatorGeolocation*>(Supplement<Navigator>::from(navigator, supplementName())); local
/macosx-10.10/WebCore-7600.1.25/Modules/indexeddb/
H A DPageGroupIndexedDatabase.cpp53 PageGroupIndexedDatabase* supplement = static_cast<PageGroupIndexedDatabase*>(Supplement<PageGroup>::from(&group, supplementName())); local
H A DWorkerGlobalScopeIndexedDatabase.cpp57 WorkerGlobalScopeIndexedDatabase* supplement = static_cast<WorkerGlobalScopeIndexedDatabase*>(Supplement<ScriptExecutionContext>::from(context, supplementName())); local
H A DDOMWindowIndexedDatabase.cpp57 DOMWindowIndexedDatabase* supplement = static_cast<DOMWindowIndexedDatabase*>(Supplement<DOMWindow>::from(window, supplementName())); local
/macosx-10.10/WebCore-7600.1.25/Modules/quota/
H A DDOMWindowQuota.cpp61 DOMWindowQuota* supplement = static_cast<DOMWindowQuota*>(Supplement<DOMWindow>::from(window, supplementName())); local
H A DNavigatorStorageQuota.cpp58 NavigatorStorageQuota* supplement = static_cast<NavigatorStorageQuota*>(Supplement<Navigator>::from(navigator, supplementName())); local
H A DWorkerNavigatorStorageQuota.cpp56 WorkerNavigatorStorageQuota* supplement = static_cast<WorkerNavigatorStorageQuota*>(Supplement<WorkerNavigator>::from(navigator, supplementName())); local
/macosx-10.10/WebKit2-7600.1.25/NetworkProcess/
H A DNetworkProcess.h59 T* supplement() function in class:WebKit::NetworkProcess
/macosx-10.10/WebCore-7600.1.25/Modules/gamepad/
H A DNavigatorGamepad.cpp61 NavigatorGamepad* supplement = static_cast<NavigatorGamepad*>(Supplement<Navigator>::from(navigator, supplementName())); local
/macosx-10.10/WebCore-7600.1.25/platform/
H A DRefCountedSupplement.h56 static void provideTo(Supplementable<T>* host, const char* key, PassRefPtr<ThisType> supplement) argument
H A DSupplementable.h87 static void provideTo(Supplementable<T>* host, const char* key, std::unique_ptr<Supplement<T>> supplement) argument
101 void provideSupplement(const char* key, std::unique_ptr<Supplement<T>> supplement) argument
/macosx-10.10/WebKit2-7600.1.25/WebProcess/
H A DWebProcess.h95 T* supplement() function in class:WebKit::WebProcess
/macosx-10.10/WebKit2-7600.1.25/UIProcess/
H A DWebContext.h121 T* supplement() function in class:WebKit::WebContext
/macosx-10.10/emacs-93/emacs/lisp/mail/
H A Dfeedmail.el[all...]

Completed in 204 milliseconds