Home
last modified time | relevance | path

Searched refs:IsViewSourceMode (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/tab_contents/
Dview_source_browsertest.cc132 GetController().GetActiveEntry()->IsViewSourceMode()); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/content/public/browser/
Dnavigation_entry.h107 virtual bool IsViewSourceMode() const = 0;
/external/chromium_org/content/browser/frame_host/
Drender_frame_host_manager.cc829 current_entry->IsViewSourceMode() : dest_is_view_source_mode; in GetSiteInstanceForNavigation()
1004 current_entry->IsViewSourceMode() != dest_is_view_source_mode && in GetSiteInstanceForURL()
1483 entry.IsViewSourceMode()); in UpdateStateForNavigate()
1598 if (entry.IsViewSourceMode()) { in UpdateStateForNavigate()
Dnavigation_entry_impl.h56 virtual bool IsViewSourceMode() const OVERRIDE; in NON_EXPORTED_BASE()
Dnavigation_entry_impl.cc200 bool NavigationEntryImpl::IsViewSourceMode() const { in IsViewSourceMode() function in content::NavigationEntryImpl
Dnavigator_impl.cc128 params->allow_download = !entry.IsViewSourceMode(); in MakeNavigateParams()
Drender_frame_host_manager_unittest.cc339 current_entry->IsViewSourceMode() : new_entry->IsViewSourceMode(); in ShouldSwapProcesses()
345 new_entry->IsViewSourceMode()); in ShouldSwapProcesses()
Dnavigation_controller_impl.cc489 return visible_entry && !visible_entry->IsViewSourceMode() && in CanViewSource()
/external/chromium_org/chrome/browser/ui/toolbar/
Dtoolbar_model_impl.cc291 if (entry->IsViewSourceMode() || in ShouldDisplayURL()
/external/chromium_org/content/browser/web_contents/
Dweb_contents_impl.cc830 if (!(entry && entry->IsViewSourceMode())) { in GetTitle()
3557 if (entry && entry->IsViewSourceMode()) { in RenderViewCreated()