OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:zoom_bubble_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/views/location_bar/
zoom_bubble_view.cc
40
ZoomBubbleView* ZoomBubbleView::
zoom_bubble_
= NULL;
58
if (
zoom_bubble_
&&
59
zoom_bubble_
->anchor_view() == anchor_view &&
60
zoom_bubble_
->auto_close_ == auto_close) {
61
zoom_bubble_
->Refresh();
68
zoom_bubble_
= new ZoomBubbleView(anchor_view,
76
zoom_bubble_
->set_parent_window(
80
views::BubbleDelegateView::CreateBubble(
zoom_bubble_
);
84
zoom_bubble_
->AdjustForFullscreen(browser_view->GetBoundsInScreen());
86
zoom_bubble_
->GetWidget()->Show()
[
all
...]
zoom_bubble_view.h
99
static ZoomBubbleView*
zoom_bubble_
;
member in class:ZoomBubbleView
Completed in 1968 milliseconds