OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bookmark_bar_view_
(Results
1 - 2
of
2
) sorted by null
/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 153 milliseconds