Home
last modified time | relevance | path

Searched refs:GetCanLoadLocalResources (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/content/public/browser/
Dnavigation_entry.h185 virtual bool GetCanLoadLocalResources() const = 0;
/external/chromium_org/content/browser/frame_host/
Dnavigation_entry_impl.h79 virtual bool GetCanLoadLocalResources() const OVERRIDE; in NON_EXPORTED_BASE()
Dnavigation_entry_impl.cc296 bool NavigationEntryImpl::GetCanLoadLocalResources() const { in GetCanLoadLocalResources() function in content::NavigationEntryImpl
/external/chromium_org/content/browser/web_contents/
Dweb_contents_impl.cc259 params->can_load_local_resources = entry.GetCanLoadLocalResources(); in MakeNavigateParams()