OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 == 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
92
virtual bool
allowStorage
(bool local) { return true; }
/external/chromium_org/chrome/renderer/
content_settings_observer.h
65
virtual bool
allowStorage
(bool local) OVERRIDE;
141
// Caches the result of
AllowStorage
.
content_settings_observer_browsertest.cc
77
observer.
allowStorage
(true);
81
observer.
allowStorage
(true);
content_settings_observer.cc
390
bool ContentSettingsObserver::
allowStorage
(bool local) {
Completed in 1181 milliseconds