Searched refs:GetCanLoadLocalResources (Results 1 – 4 of 4) sorted by relevance
185 virtual bool GetCanLoadLocalResources() const = 0;
79 virtual bool GetCanLoadLocalResources() const OVERRIDE; in NON_EXPORTED_BASE()
296 bool NavigationEntryImpl::GetCanLoadLocalResources() const { in GetCanLoadLocalResources() function in content::NavigationEntryImpl
259 params->can_load_local_resources = entry.GetCanLoadLocalResources(); in MakeNavigateParams()