OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bookmark_bar_view_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/ui/views/frame/
browser_view.cc
773
if (
bookmark_bar_view_
.get()) {
779
bookmark_bar_view_
->IsDetached();
783
bookmark_bar_view_
->SetBookmarkBarState(new_state, change_type);
844
if (
bookmark_bar_view_
.get()) {
845
bookmark_bar_view_
->SetBookmarkBarState(
[
all
...]
browser_view.h
166
BookmarkBarView* bookmark_bar() { return
bookmark_bar_view_
.get(); }
506
// of |
bookmark_bar_view_
|.
612
// | Bookmarks (
bookmark_bar_view_
) [1] |
653
scoped_ptr<BookmarkBarView>
bookmark_bar_view_
;
member in class:BrowserView
/external/chromium/chrome/browser/ui/views/frame/
browser_view.cc
788
if (active_bookmark_bar_ &&
bookmark_bar_view_
->IsVisible()) {
790
bookmark_bar_view_
->SetPaneFocus(last_focused_view_storage_id_, NULL);
886
bookmark_bar_view_
.reset();
897
return
bookmark_bar_view_
.get() &&
bookmark_bar_view_
->is_animating();
[
all
...]
browser_view.h
542
// | | Bookmarks (
bookmark_bar_view_
) * |
576
// or is
bookmark_bar_view_
if the bookmark bar is showing.
586
scoped_ptr<BookmarkBarView>
bookmark_bar_view_
;
member in class:BrowserView
Completed in 34 milliseconds