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

  /external/chromium_org/content/public/browser/
navigation_entry.h 186 virtual bool GetCanLoadLocalResources() const = 0;
  /external/chromium_org/content/browser/web_contents/
navigation_entry_impl.cc 284 bool NavigationEntryImpl::GetCanLoadLocalResources() const {
navigation_entry_impl.h 79 virtual bool GetCanLoadLocalResources() const OVERRIDE;
web_contents_impl.cc 261 params->can_load_local_resources = entry.GetCanLoadLocalResources();
    [all...]

Completed in 215 milliseconds