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

  /external/chromium_org/content/browser/webui/
web_ui_controller_factory_registry.h 36 bool data_urls_allowed) const;
web_ui_controller_factory_registry.cc 82 bool data_urls_allowed) const {
97 (data_urls_allowed && url.SchemeIs(chrome::kDataScheme));
web_ui_impl.cc 74 bool data_urls_allowed = delegate && delegate->CanLoadDataURLsInWebUI(); local
78 web_contents_->GetBrowserContext(), source_url, data_urls_allowed)) {
  /external/chromium_org/content/browser/web_contents/
web_contents_impl.cc 1780 bool data_urls_allowed = delegate_ && delegate_->CanLoadDataURLsInWebUI(); local
    [all...]

Completed in 193 milliseconds