HomeSort by relevance Sort by last modified time
    Searched refs:supplementName (Results 76 - 100 of 119) sorted by null

1 2 34 5

  /external/chromium_org/third_party/WebKit/Source/modules/webmidi/
NavigatorWebMIDI.cpp 58 const char* NavigatorWebMIDI::supplementName()
65 NavigatorWebMIDI* supplement = static_cast<NavigatorWebMIDI*>(WillBeHeapSupplement<Navigator>::from(navigator, supplementName()));
68 provideTo(navigator, supplementName(), adoptPtrWillBeNoop(supplement));
  /external/chromium_org/third_party/WebKit/Source/core/xml/
DocumentXPathEvaluator.h 56 static const char* supplementName() { return "DocumentXPathEvaluator"; }
DocumentXPathEvaluator.cpp 41 DocumentXPathEvaluator* cache = static_cast<DocumentXPathEvaluator*>(DocumentSupplement::from(document, supplementName()));
44 DocumentSupplement::provideTo(document, supplementName(), adoptPtrWillBeNoop(cache));
  /external/chromium_org/third_party/WebKit/Source/modules/credentialmanager/
CredentialManagerClient.h 28 static const char* supplementName();
  /external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
DeviceOrientationController.h 21 static const char* supplementName();
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DraggedIsolatedFileSystem.h 55 static const char* supplementName();
LocalFileSystem.cpp 200 const char* LocalFileSystem::supplementName()
208 return static_cast<LocalFileSystem*>(WillBeHeapSupplement<LocalFrame>::from(toDocument(context).frame(), supplementName()));
211 return static_cast<LocalFileSystem*>(WillBeHeapSupplement<WorkerClients>::from(toWorkerGlobalScope(context).clients(), supplementName()));
216 frame.provideSupplement(LocalFileSystem::supplementName(), LocalFileSystem::create(client));
221 clients->provideSupplement(LocalFileSystem::supplementName(), LocalFileSystem::create(client));
  /external/chromium_org/third_party/WebKit/Source/modules/notifications/
NotificationController.h 45 static const char* supplementName();
  /external/chromium_org/third_party/WebKit/Source/modules/quota/
NavigatorStorageQuota.h 63 static const char* supplementName();
  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
NavigatorServiceWorker.h 25 static const char* supplementName();
ServiceWorkerContainerClient.h 31 static const char* supplementName();
ServiceWorkerGlobalScopeClient.h 69 static const char* supplementName();
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseClient.h 56 static const char* supplementName();
  /external/chromium_org/third_party/WebKit/Source/web/
ContextFeaturesClientImpl.cpp 80 static const char* supplementName();
97 const char* ContextFeaturesCache::supplementName()
104 ContextFeaturesCache* cache = static_cast<ContextFeaturesCache*>(DocumentSupplement::from(document, supplementName()));
107 DocumentSupplement::provideTo(document, supplementName(), adoptPtrWillBeNoop(cache));
WorkerPermissionClient.h 54 static const char* supplementName();
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
GeolocationController.h 69 static const char* supplementName();
70 static GeolocationController* from(LocalFrame* frame) { return static_cast<GeolocationController*>(WillBeHeapSupplement<LocalFrame>::from(frame, supplementName())); }
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
UserMediaController.h 53 static const char* supplementName();
54 static UserMediaController* from(LocalFrame* frame) { return static_cast<UserMediaController*>(WillBeHeapSupplement<LocalFrame>::from(frame, supplementName())); }
  /external/chromium_org/third_party/WebKit/Source/modules/vibration/
NavigatorVibration.cpp 163 NavigatorVibration* navigatorVibration = static_cast<NavigatorVibration*>(WillBeHeapSupplement<Page>::from(page, supplementName()));
166 WillBeHeapSupplement<Page>::provideTo(page, supplementName(), adoptPtrWillBeNoop(navigatorVibration));
171 const char* NavigatorVibration::supplementName()
NavigatorVibration.h 65 static const char* supplementName();
  /external/chromium_org/third_party/WebKit/Source/core/html/imports/
HTMLImportsController.h 58 static const char* supplementName();
HTMLImportsController.cpp 45 const char* HTMLImportsController::supplementName()
55 DocumentSupplement::provideTo(master, supplementName(), controller.release());
60 static_cast<DocumentSupplementable&>(master).removeSupplement(supplementName());
  /external/chromium_org/third_party/WebKit/Source/modules/navigatorcontentutils/
NavigatorContentUtils.h 48 static const char* supplementName();
NavigatorContentUtils.cpp 142 return static_cast<NavigatorContentUtils*>(WillBeHeapSupplement<Page>::from(page, supplementName()));
231 const char* NavigatorContentUtils::supplementName()
238 NavigatorContentUtils::provideTo(page, NavigatorContentUtils::supplementName(), NavigatorContentUtils::create(client));
  /external/chromium_org/third_party/WebKit/Source/modules/screen_orientation/
ScreenOrientationController.h 40 static const char* supplementName();
  /external/chromium_org/third_party/WebKit/Source/modules/beacon/
NavigatorBeacon.cpp 28 const char* NavigatorBeacon::supplementName()
35 NavigatorBeacon* supplement = static_cast<NavigatorBeacon*>(WillBeHeapSupplement<Navigator>::from(navigator, supplementName()));
38 provideTo(navigator, supplementName(), adoptPtrWillBeNoop(supplement));

Completed in 5535 milliseconds

1 2 34 5