Searched refs:ShouldDisplayURL (Results 1 – 11 of 11) sorted by relevance
148 return ShouldDisplayURL() ? entry->GetVirtualURL() : GURL(); in GetURL()155 return chrome::ShouldDisplayOriginChip() && ShouldDisplayURL() && in WouldOmitURLDueToOriginChip()164 bool ToolbarModelImpl::ShouldDisplayURL() const { in ShouldDisplayURL() function in ToolbarModelImpl
57 bool TestToolbarModel::ShouldDisplayURL() const { in ShouldDisplayURL() function in TestToolbarModel
86 virtual bool ShouldDisplayURL() const = 0;
54 virtual bool ShouldDisplayURL() const OVERRIDE;
28 virtual bool ShouldDisplayURL() const OVERRIDE;
214 EXPECT_EQ(should_display_url, toolbar_model->ShouldDisplayURL()); in NavigateAndCheckText()227 EXPECT_EQ(should_display_url, toolbar_model->ShouldDisplayURL()); in NavigateAndCheckText()
45 if (!navigation_controller->tab_contents()->ShouldDisplayURL()) { in GetText()
273 virtual bool ShouldDisplayURL();
263 EXPECT_TRUE(contents()->ShouldDisplayURL()); in TEST_F()
822 return browser->toolbar_model()->ShouldDisplayURL() && in CanEmailPageLocation()
1503 if (!contents->ShouldDisplayURL()) in WriteCurrentURLToClipboard()3729 current_tab->ShouldDisplayURL() && current_tab->GetURL().is_valid()); in UpdateCommandsForTabState()