OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bookmark_menu_
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.cc
439
bookmark_menu_
(NULL),
465
if (
bookmark_menu_
) {
466
bookmark_menu_
->set_observer(NULL);
467
bookmark_menu_
->SetPageNavigator(NULL);
468
bookmark_menu_
->clear_bookmark_bar();
483
if (
bookmark_menu_
)
484
bookmark_menu_
->SetPageNavigator(navigator);
576
return
bookmark_menu_
?
bookmark_menu_
->menu() : NULL;
580
return
bookmark_menu_
? bookmark_menu_->context_menu() : NULL
[
all
...]
bookmark_bar_view.h
386
BookmarkMenuController*
bookmark_menu_
;
member in class:BookmarkBarView
/external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.cc
343
bookmark_menu_
(NULL),
377
if (
bookmark_menu_
)
378
bookmark_menu_
->set_observer(NULL);
762
if (controller ==
bookmark_menu_
)
763
bookmark_menu_
= NULL;
774
return
bookmark_menu_
?
bookmark_menu_
->menu() : NULL;
778
return
bookmark_menu_
?
bookmark_menu_
->context_menu() : NULL;
[
all
...]
bookmark_bar_view.h
478
BookmarkMenuController*
bookmark_menu_
;
member in class:BookmarkBarView
/external/chromium_org/chrome/browser/ui/views/toolbar/
wrench_menu.h
174
views::MenuItemView*
bookmark_menu_
;
member in class:WrenchMenu
wrench_menu.cc
[
all
...]
Completed in 86 milliseconds