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.cc309 bool NavigationEntryImpl::GetCanLoadLocalResources() const { in GetCanLoadLocalResources() function in content::NavigationEntryImpl
Dnavigator_impl.cc145 params->can_load_local_resources = entry.GetCanLoadLocalResources(); in MakeNavigateParams()