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

  /external/chromium_org/third_party/WebKit/Source/modules/quota/
StorageQuotaClient.cpp 54 page.provideSupplement(StorageQuotaClient::supplementName(), client);
  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
ServiceWorkerGlobalScopeClient.cpp 51 clients->provideSupplement(ServiceWorkerGlobalScopeClient::supplementName(), client);
ServiceWorkerContainerClient.cpp 43 document->DocumentSupplementable::provideSupplement(ServiceWorkerContainerClient::supplementName(), ServiceWorkerContainerClient::create(document->frame()->loader().client()->createServiceWorkerProvider()));
58 clients->provideSupplement(ServiceWorkerContainerClient::supplementName(), ServiceWorkerContainerClient::create(provider));
ServiceWorkerContainerTest.cpp 160 m_page->document().DocumentSupplementable::provideSupplement(ServiceWorkerContainerClient::supplementName(), ServiceWorkerContainerClient::create(provider));
  /external/chromium_org/third_party/WebKit/Source/modules/notifications/
NotificationPermissionClient.cpp 35 frame.provideSupplement(NotificationPermissionClient::supplementName(), client);
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseClient.cpp 73 page.provideSupplement(DatabaseClient::supplementName(), client);
  /external/chromium_org/third_party/WebKit/Source/platform/
RefCountedSupplement.h 59 host.provideSupplement(key, adoptPtr(new Wrapper(supplement)));
Supplementable.h 138 host.provideSupplement(key, supplement);
179 void provideSupplement(const char* key, typename SupplementableTraits<T, isGarbageCollected>::SupplementArgumentType supplement)
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
LocalFileSystem.cpp 216 frame.provideSupplement(LocalFileSystem::supplementName(), LocalFileSystem::create(client));
221 clients->provideSupplement(LocalFileSystem::supplementName(), LocalFileSystem::create(client));

Completed in 219 milliseconds