Home
last modified time | relevance | path

Searched refs:ShouldShowLocationBar (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/
Dbrowser.h496 FRIEND_TEST_ALL_PREFIXES(BrowserTest, ShouldShowLocationBar);
797 bool ShouldShowLocationBar() const;
Dbrowser.cc2305 bool Browser::ShouldShowLocationBar() const { in ShouldShowLocationBar() function in Browser
2352 if (ShouldShowLocationBar()) in SupportsWindowFeatureImpl()
Dbrowser_browsertest.cc1359 IN_PROC_BROWSER_TEST_F(BrowserTest, ShouldShowLocationBar) { in IN_PROC_BROWSER_TEST_F() argument