HomeSort by relevance Sort by last modified time
    Searched refs:ShouldOnlyShowLocation (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/ui/gtk/
browser_toolbar_gtk.cc 177 location_bar_->Init(ShouldOnlyShowLocation());
184 ShouldOnlyShowLocation() ? 1 : 0);
186 if (!ShouldOnlyShowLocation()) {
220 if (ShouldOnlyShowLocation()) {
267 ShouldOnlyShowLocation() ? 0 : kTopBottomPadding,
268 !show_bottom_padding || ShouldOnlyShowLocation() ? 0 : kTopBottomPadding,
358 int toolbar_height = ShouldOnlyShowLocation() ?
609 if (show_home_button_.GetValue() && !ShouldOnlyShowLocation()) {
623 bool BrowserToolbarGtk::ShouldOnlyShowLocation() const {
browser_toolbar_gtk.h 149 bool ShouldOnlyShowLocation() const;
location_bar_view_gtk.h 361 bool ShouldOnlyShowLocation();
location_bar_view_gtk.cc 291 if (browser_defaults::bookmarks_enabled && !ShouldOnlyShowLocation()) {
676 if (PageActionVisibleCount() && !ShouldOnlyShowLocation())
    [all...]

Completed in 175 milliseconds