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

  /external/chromium_org/chrome/browser/ui/views/location_bar/
zoom_bubble_view.h 31 class ZoomBubbleView : public views::BubbleDelegateView,
50 static const ZoomBubbleView* GetZoomBubbleForTest();
72 ZoomBubbleView(views::View* anchor_view,
77 virtual ~ZoomBubbleView();
135 static ZoomBubbleView* zoom_bubble_;
138 base::OneShotTimer<ZoomBubbleView> timer_;
162 DISALLOW_COPY_AND_ASSIGN(ZoomBubbleView);
zoom_bubble_view.cc 46 ZoomBubbleView* ZoomBubbleView::zoom_bubble_ = NULL;
49 void ZoomBubbleView::ShowBubble(content::WebContents* web_contents,
80 zoom_bubble_ = new ZoomBubbleView(anchor_view,
108 void ZoomBubbleView::CloseBubble() {
114 bool ZoomBubbleView::IsShowing() {
120 const ZoomBubbleView* ZoomBubbleView::GetZoomBubbleForTest() {
124 ZoomBubbleView::ZoomBubbleView(
    [all...]
  /external/chromium_org/chrome/browser/ui/views/link_disambiguation/
link_disambiguation_popup.cc 19 class LinkDisambiguationPopup::ZoomBubbleView
22 ZoomBubbleView(const gfx::Rect& target_rect,
47 DISALLOW_COPY_AND_ASSIGN(ZoomBubbleView);
50 LinkDisambiguationPopup::ZoomBubbleView::ZoomBubbleView(
75 void LinkDisambiguationPopup::ZoomBubbleView::Close() {
80 gfx::Size LinkDisambiguationPopup::ZoomBubbleView::GetPreferredSize() const {
84 void LinkDisambiguationPopup::ZoomBubbleView::OnMouseEvent(
101 void LinkDisambiguationPopup::ZoomBubbleView::OnGestureEvent(
137 void LinkDisambiguationPopup::ZoomBubbleView::OnWidgetClosing
    [all...]

Completed in 72 milliseconds