OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShouldOnlyShowLocation
(Results
1 - 8
of
8
) 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
...]
/external/chromium_org/chrome/browser/ui/gtk/
browser_toolbar_gtk.cc
204
location_bar_->Init(
ShouldOnlyShowLocation
());
211
ShouldOnlyShowLocation
() ? 1 : 0);
213
if (!
ShouldOnlyShowLocation
()) {
249
if (
ShouldOnlyShowLocation
()) {
298
ShouldOnlyShowLocation
() ? 0 : kTopBottomPadding,
299
!show_bottom_padding ||
ShouldOnlyShowLocation
() ? 0 : kTopBottomPadding,
393
int toolbar_height =
ShouldOnlyShowLocation
() ?
663
bool BrowserToolbarGtk::
ShouldOnlyShowLocation
() const {
720
bool visible = show_home_button_.GetValue() && !
ShouldOnlyShowLocation
();
browser_toolbar_gtk.h
151
bool
ShouldOnlyShowLocation
() const;
location_bar_view_gtk.h
417
bool
ShouldOnlyShowLocation
();
location_bar_view_gtk.cc
484
if (browser_defaults::bookmarks_enabled && !
ShouldOnlyShowLocation
()) {
776
PageActionVisibleCount() && !
ShouldOnlyShowLocation
());
[
all
...]
Completed in 93 milliseconds