ZoomBubbleView    674 chrome/browser/ui/views/location_bar/location_bar_view.cc     ZoomBubbleView::ShowBubble(delegate_->GetWebContents(), true);
ZoomBubbleView   1102 chrome/browser/ui/views/location_bar/location_bar_view.cc   ZoomBubbleView::CloseBubble();
ZoomBubbleView     40 chrome/browser/ui/views/location_bar/zoom_bubble_view.cc ZoomBubbleView* ZoomBubbleView::zoom_bubble_ = NULL;
ZoomBubbleView     43 chrome/browser/ui/views/location_bar/zoom_bubble_view.cc void ZoomBubbleView::ShowBubble(content::WebContents* web_contents,
ZoomBubbleView     68 chrome/browser/ui/views/location_bar/zoom_bubble_view.cc     zoom_bubble_ = new ZoomBubbleView(anchor_view,
ZoomBubbleView     94 chrome/browser/ui/views/location_bar/zoom_bubble_view.cc void ZoomBubbleView::CloseBubble() {
ZoomBubbleView    100 chrome/browser/ui/views/location_bar/zoom_bubble_view.cc bool ZoomBubbleView::IsShowing() {
ZoomBubbleView    106 chrome/browser/ui/views/location_bar/zoom_bubble_view.cc const ZoomBubbleView* ZoomBubbleView::GetZoomBubbleForTest() {
ZoomBubbleView    110 chrome/browser/ui/views/location_bar/zoom_bubble_view.cc ZoomBubbleView::ZoomBubbleView(
ZoomBubbleView    135 chrome/browser/ui/views/location_bar/zoom_bubble_view.cc ZoomBubbleView::~ZoomBubbleView() {
ZoomBubbleView    140 chrome/browser/ui/views/location_bar/zoom_bubble_view.cc void ZoomBubbleView::AdjustForFullscreen(const gfx::Rect& screen_bounds) {
ZoomBubbleView    152 chrome/browser/ui/views/location_bar/zoom_bubble_view.cc void ZoomBubbleView::Refresh() {
ZoomBubbleView    161 chrome/browser/ui/views/location_bar/zoom_bubble_view.cc void ZoomBubbleView::Close() {
ZoomBubbleView    165 chrome/browser/ui/views/location_bar/zoom_bubble_view.cc void ZoomBubbleView::StartTimerIfNecessary() {
ZoomBubbleView    174 chrome/browser/ui/views/location_bar/zoom_bubble_view.cc           &ZoomBubbleView::Close);
ZoomBubbleView    179 chrome/browser/ui/views/location_bar/zoom_bubble_view.cc void ZoomBubbleView::StopTimer() {
ZoomBubbleView    183 chrome/browser/ui/views/location_bar/zoom_bubble_view.cc void ZoomBubbleView::OnMouseEntered(const ui::MouseEvent& event) {
ZoomBubbleView    188 chrome/browser/ui/views/location_bar/zoom_bubble_view.cc void ZoomBubbleView::OnMouseExited(const ui::MouseEvent& event) {
ZoomBubbleView    193 chrome/browser/ui/views/location_bar/zoom_bubble_view.cc void ZoomBubbleView::OnGestureEvent(ui::GestureEvent* event) {
ZoomBubbleView    205 chrome/browser/ui/views/location_bar/zoom_bubble_view.cc void ZoomBubbleView::ButtonPressed(views::Button* sender,
ZoomBubbleView    210 chrome/browser/ui/views/location_bar/zoom_bubble_view.cc void ZoomBubbleView::Init() {
ZoomBubbleView    233 chrome/browser/ui/views/location_bar/zoom_bubble_view.cc void ZoomBubbleView::Observe(int type,
ZoomBubbleView    240 chrome/browser/ui/views/location_bar/zoom_bubble_view.cc void ZoomBubbleView::OnImmersiveRevealStarted() {
ZoomBubbleView    244 chrome/browser/ui/views/location_bar/zoom_bubble_view.cc void ZoomBubbleView::OnImmersiveModeControllerDestroyed() {
ZoomBubbleView    248 chrome/browser/ui/views/location_bar/zoom_bubble_view.cc void ZoomBubbleView::WindowClosing() {
ZoomBubbleView     26 chrome/browser/ui/views/location_bar/zoom_bubble_view.h class ZoomBubbleView : public views::BubbleDelegateView,
ZoomBubbleView     44 chrome/browser/ui/views/location_bar/zoom_bubble_view.h   static const ZoomBubbleView* GetZoomBubbleForTest();
ZoomBubbleView     47 chrome/browser/ui/views/location_bar/zoom_bubble_view.h   ZoomBubbleView(views::View* anchor_view,
ZoomBubbleView     52 chrome/browser/ui/views/location_bar/zoom_bubble_view.h   virtual ~ZoomBubbleView();
ZoomBubbleView     99 chrome/browser/ui/views/location_bar/zoom_bubble_view.h   static ZoomBubbleView* zoom_bubble_;
ZoomBubbleView    102 chrome/browser/ui/views/location_bar/zoom_bubble_view.h   base::OneShotTimer<ZoomBubbleView> timer_;
ZoomBubbleView    121 chrome/browser/ui/views/location_bar/zoom_bubble_view.h   DISALLOW_COPY_AND_ASSIGN(ZoomBubbleView);
ZoomBubbleView     30 chrome/browser/ui/views/location_bar/zoom_bubble_view_browsertest.cc   ZoomBubbleView::ShowBubble(web_contents, true);
ZoomBubbleView     31 chrome/browser/ui/views/location_bar/zoom_bubble_view_browsertest.cc   ASSERT_TRUE(ZoomBubbleView::IsShowing());
ZoomBubbleView     32 chrome/browser/ui/views/location_bar/zoom_bubble_view_browsertest.cc   const ZoomBubbleView* zoom_bubble = ZoomBubbleView::GetZoomBubbleForTest();
ZoomBubbleView     47 chrome/browser/ui/views/location_bar/zoom_bubble_view_browsertest.cc   EXPECT_FALSE(ZoomBubbleView::IsShowing());
ZoomBubbleView     51 chrome/browser/ui/views/location_bar/zoom_bubble_view_browsertest.cc   ZoomBubbleView::ShowBubble(web_contents, true);
ZoomBubbleView     52 chrome/browser/ui/views/location_bar/zoom_bubble_view_browsertest.cc   ASSERT_TRUE(ZoomBubbleView::IsShowing());
ZoomBubbleView     53 chrome/browser/ui/views/location_bar/zoom_bubble_view_browsertest.cc   zoom_bubble = ZoomBubbleView::GetZoomBubbleForTest();
ZoomBubbleView     89 chrome/browser/ui/views/location_bar/zoom_bubble_view_browsertest.cc   ZoomBubbleView::ShowBubble(web_contents, true);
ZoomBubbleView     90 chrome/browser/ui/views/location_bar/zoom_bubble_view_browsertest.cc   ASSERT_TRUE(ZoomBubbleView::IsShowing());
ZoomBubbleView     91 chrome/browser/ui/views/location_bar/zoom_bubble_view_browsertest.cc   const ZoomBubbleView* zoom_bubble = ZoomBubbleView::GetZoomBubbleForTest();
ZoomBubbleView     99 chrome/browser/ui/views/location_bar/zoom_bubble_view_browsertest.cc   EXPECT_FALSE(ZoomBubbleView::IsShowing());
ZoomBubbleView    103 chrome/browser/ui/views/location_bar/zoom_bubble_view_browsertest.cc   ZoomBubbleView::ShowBubble(web_contents, true);
ZoomBubbleView    104 chrome/browser/ui/views/location_bar/zoom_bubble_view_browsertest.cc   ASSERT_TRUE(ZoomBubbleView::IsShowing());
ZoomBubbleView    105 chrome/browser/ui/views/location_bar/zoom_bubble_view_browsertest.cc   zoom_bubble = ZoomBubbleView::GetZoomBubbleForTest();
ZoomBubbleView    113 chrome/browser/ui/views/location_bar/zoom_bubble_view_browsertest.cc   ZoomBubbleView::CloseBubble();
ZoomBubbleView     33 chrome/browser/ui/views/location_bar/zoom_view.cc     ZoomBubbleView::CloseBubble();
ZoomBubbleView     52 chrome/browser/ui/views/location_bar/zoom_view.cc   return !ZoomBubbleView::IsShowing() && ImageView::GetTooltipText(p, tooltip);
ZoomBubbleView     83 chrome/browser/ui/views/location_bar/zoom_view.cc   ZoomBubbleView::ShowBubble(location_bar_delegate_->GetWebContents(), false);