OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:show_tree_
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_editor_view.cc
76
show_tree_
(configuration == SHOW_TREE) {
127
return !
show_tree_
|| !tree_view_->GetEditingNode();
138
if (!
show_tree_
)
152
if (!
show_tree_
)
163
if (
show_tree_
&& child == this) {
229
if (
show_tree_
&& bb_model_->IsLoaded())
303
if (
show_tree_
) {
360
if (
show_tree_
) {
368
if (!
show_tree_
|| bb_model_->IsLoaded())
406
if (!
show_tree_
) {
[
all
...]
bookmark_editor_view.h
263
bool
show_tree_
;
member in class:BookmarkEditorView
/external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_editor_gtk.cc
209
show_tree_
(configuration == SHOW_TREE) {
235
if (
show_tree_
) {
316
if (
show_tree_
) {
440
if (
show_tree_
) {
460
if (!
show_tree_
|| !selected_parent) {
bookmark_editor_gtk.h
157
bool
show_tree_
;
member in class:BookmarkEditorGtk
Completed in 34 milliseconds