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

  /external/chromium_org/chrome/renderer/
content_settings_observer.h 62 bool AllowStorage(WebKit::WebFrame* frame, bool local);
106 // Caches the result of AllowStorage.
content_settings_observer_browsertest.cc 87 observer.AllowStorage(view_->GetWebView()->focusedFrame(), true);
91 observer.AllowStorage(view_->GetWebView()->focusedFrame(), true);
content_settings_observer.cc 274 bool ContentSettingsObserver::AllowStorage(WebFrame* frame, bool local) {
chrome_render_view_observer.cc 447 bool ChromeRenderViewObserver::allowStorage(WebFrame* frame, bool local) {
448 return content_settings_->AllowStorage(frame, local);
    [all...]

Completed in 7239 milliseconds