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

  /external/chromium_org/third_party/WebKit/Source/web/
StorageClientImpl.cpp 51 return !webFrame->permissionClient() || webFrame->permissionClient()->allowStorage(type == WebCore::LocalStorage);
  /external/chromium_org/content/shell/renderer/test_runner/
web_permissions.h 26 virtual bool allowStorage(bool local);
web_permissions.cc 52 bool WebPermissions::allowStorage(bool) {
  /external/chromium_org/third_party/WebKit/public/web/
WebPermissionClient.h 89 virtual bool allowStorage(bool local) { return true; }
  /external/chromium_org/chrome/renderer/
content_settings_observer.h 65 virtual bool allowStorage(bool local) OVERRIDE;
135 // Caches the result of AllowStorage.
content_settings_observer_browsertest.cc 77 observer.allowStorage(true);
81 observer.allowStorage(true);
content_settings_observer.cc 386 bool ContentSettingsObserver::allowStorage(bool local) {

Completed in 119 milliseconds