Home
last modified time | relevance | path

Searched refs:ShouldOnlyShowLocation (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/
Dbrowser_toolbar_gtk.cc177 location_bar_->Init(ShouldOnlyShowLocation()); in Init()
184 ShouldOnlyShowLocation() ? 1 : 0); in Init()
186 if (!ShouldOnlyShowLocation()) { in Init()
220 if (ShouldOnlyShowLocation()) { in Init()
267 ShouldOnlyShowLocation() ? 0 : kTopBottomPadding, in UpdateForBookmarkBarVisibility()
268 !show_bottom_padding || ShouldOnlyShowLocation() ? 0 : kTopBottomPadding, in UpdateForBookmarkBarVisibility()
358 int toolbar_height = ShouldOnlyShowLocation() ? in Observe()
609 if (show_home_button_.GetValue() && !ShouldOnlyShowLocation()) { in NotifyPrefChanged()
623 bool BrowserToolbarGtk::ShouldOnlyShowLocation() const { in ShouldOnlyShowLocation() function in BrowserToolbarGtk
Dbrowser_toolbar_gtk.h149 bool ShouldOnlyShowLocation() const;
Dlocation_bar_view_gtk.h361 bool ShouldOnlyShowLocation();
Dlocation_bar_view_gtk.cc291 if (browser_defaults::bookmarks_enabled && !ShouldOnlyShowLocation()) { in Init()
676 if (PageActionVisibleCount() && !ShouldOnlyShowLocation()) in UpdatePageActions()
1155 bool LocationBarViewGtk::ShouldOnlyShowLocation() { in ShouldOnlyShowLocation() function in LocationBarViewGtk