HomeSort by relevance Sort by last modified time
    Searched defs:ZoomBubbleView (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/views/location_bar/
zoom_bubble_view.h 26 class ZoomBubbleView : public views::BubbleDelegateView,
44 static const ZoomBubbleView* GetZoomBubbleForTest();
47 ZoomBubbleView(views::View* anchor_view,
52 virtual ~ZoomBubbleView();
99 static ZoomBubbleView* zoom_bubble_;
102 base::OneShotTimer<ZoomBubbleView> timer_;
121 DISALLOW_COPY_AND_ASSIGN(ZoomBubbleView);
zoom_bubble_view.cc 39 ZoomBubbleView* ZoomBubbleView::zoom_bubble_ = NULL;
42 void ZoomBubbleView::ShowBubble(content::WebContents* web_contents,
67 zoom_bubble_ = new ZoomBubbleView(anchor_view,
92 void ZoomBubbleView::CloseBubble() {
98 bool ZoomBubbleView::IsShowing() {
104 const ZoomBubbleView* ZoomBubbleView::GetZoomBubbleForTest() {
108 ZoomBubbleView::ZoomBubbleView(
    [all...]

Completed in 197 milliseconds