OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:expand_view_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/views/
status_bubble_views.h
121
scoped_ptr<StatusViewExpander>
expand_view_
;
member in class:StatusBubbleViews
status_bubble_views.cc
551
expand_view_
.reset();
570
if (!
expand_view_
.get())
571
expand_view_
.reset(new StatusViewExpander(this, view_));
814
expand_view_
->StartExpansion(url_text_, popup_bounds.width(),
Completed in 177 milliseconds