Searched refs:IsViewSourceMode (Results 1 – 10 of 10) sorted by relevance
132 GetController().GetActiveEntry()->IsViewSourceMode()); in IN_PROC_BROWSER_TEST_F()
107 virtual bool IsViewSourceMode() const = 0;
829 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()
56 virtual bool IsViewSourceMode() const OVERRIDE; in NON_EXPORTED_BASE()
200 bool NavigationEntryImpl::IsViewSourceMode() const { in IsViewSourceMode() function in content::NavigationEntryImpl
128 params->allow_download = !entry.IsViewSourceMode(); in MakeNavigateParams()
339 current_entry->IsViewSourceMode() : new_entry->IsViewSourceMode(); in ShouldSwapProcesses()345 new_entry->IsViewSourceMode()); in ShouldSwapProcesses()
489 return visible_entry && !visible_entry->IsViewSourceMode() && in CanViewSource()
291 if (entry->IsViewSourceMode() || in ShouldDisplayURL()
830 if (!(entry && entry->IsViewSourceMode())) { in GetTitle()3557 if (entry && entry->IsViewSourceMode()) { in RenderViewCreated()