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

  /external/chromium_org/chrome/browser/ui/views/location_bar/
zoom_bubble_view_browsertest.cc 30 ZoomBubbleView::ShowBubble(web_contents, true);
31 ASSERT_TRUE(ZoomBubbleView::IsShowing());
32 const ZoomBubbleView* zoom_bubble = ZoomBubbleView::GetZoomBubbleForTest();
47 EXPECT_FALSE(ZoomBubbleView::IsShowing());
51 ZoomBubbleView::ShowBubble(web_contents, true);
52 ASSERT_TRUE(ZoomBubbleView::IsShowing());
53 zoom_bubble = ZoomBubbleView::GetZoomBubbleForTest();
89 ZoomBubbleView::ShowBubble(web_contents, true);
90 ASSERT_TRUE(ZoomBubbleView::IsShowing())
    [all...]
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...]
zoom_view.cc 32 ZoomBubbleView::CloseBubble();
51 return !ZoomBubbleView::IsShowing() && ImageView::GetTooltipText(p, tooltip);
82 ZoomBubbleView::ShowBubble(location_bar_delegate_->GetWebContents(), false);
location_bar_view.cc 493 ZoomBubbleView::ShowBubble(web_contents, true);
    [all...]

Completed in 89 milliseconds