Home
last modified time | relevance | path

Searched defs:allowStorage (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/content/shell/renderer/test_runner/
Dweb_permissions.cc52 bool WebPermissions::allowStorage(bool) { in allowStorage() function in content::WebPermissions
/external/chromium_org/third_party/WebKit/public/web/
DWebPermissionClient.h89 virtual bool allowStorage(bool local) { return true; } in allowStorage() function
/external/chromium_org/chrome/renderer/
Dcontent_settings_observer.cc386 bool ContentSettingsObserver::allowStorage(bool local) { in allowStorage() function in ContentSettingsObserver