HomeSort by relevance Sort by last modified time
    Searched defs:ShouldOnlyShowLocation (Results 1 - 2 of 2) 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 {
location_bar_view_gtk.cc 291 if (browser_defaults::bookmarks_enabled && !ShouldOnlyShowLocation()) {
676 if (PageActionVisibleCount() && !ShouldOnlyShowLocation())
    [all...]

Completed in 64 milliseconds