OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:has_other_children
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/ui/gtk/bookmarks/
bookmark_bar_gtk.cc
543
bool
has_other_children
= !model_->other_node()->empty();
local
545
gtk_widget_set_visible(other_padding_,
has_other_children
);
546
gtk_widget_set_visible(other_bookmarks_separator_,
has_other_children
);
[
all
...]
/external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.cc
1622
bool
has_other_children
= model_->other_node()->child_count() > 0;
local
[
all
...]
/external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.cc
1700
bool
has_other_children
= !model_->other_node()->empty();
local
[
all
...]
Completed in 48 milliseconds