Searched refs:ZoomBubbleGtk (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/chrome/browser/ui/gtk/ |
D | zoom_bubble_gtk.cc | 31 ZoomBubbleGtk* g_bubble = NULL; 44 void ZoomBubbleGtk::ShowBubble(content::WebContents* web_contents, in ShowBubble() 68 g_bubble = new ZoomBubbleGtk(anchor, in ShowBubble() 76 void ZoomBubbleGtk::CloseBubble() { in CloseBubble() 82 bool ZoomBubbleGtk::IsShowing() { in IsShowing() 86 ZoomBubbleGtk::ZoomBubbleGtk(GtkWidget* anchor, in ZoomBubbleGtk() function in ZoomBubbleGtk 171 ZoomBubbleGtk::~ZoomBubbleGtk() { in ~ZoomBubbleGtk() 177 void ZoomBubbleGtk::Refresh() { in Refresh() 187 void ZoomBubbleGtk::StartTimerIfNecessary() { in StartTimerIfNecessary() 198 &ZoomBubbleGtk::Close); in StartTimerIfNecessary() [all …]
|
D | zoom_bubble_gtk.h | 27 class ZoomBubbleGtk : public content::NotificationObserver { 42 ZoomBubbleGtk(GtkWidget* anchor, 47 virtual ~ZoomBubbleGtk(); 68 CHROMEGTK_CALLBACK_0(ZoomBubbleGtk, void, OnDestroy); 71 CHROMEGTK_CALLBACK_0(ZoomBubbleGtk, void, OnSetDefaultLinkClick); 74 CHROMEGTK_CALLBACK_1(ZoomBubbleGtk, gboolean, OnMouseEnter, 76 CHROMEGTK_CALLBACK_1(ZoomBubbleGtk, gboolean, OnMouseLeave, 86 base::OneShotTimer<ZoomBubbleGtk> timer_; 103 DISALLOW_COPY_AND_ASSIGN(ZoomBubbleGtk);
|
D | location_bar_view_gtk.cc | 626 ZoomBubbleGtk::CloseBubble(); in Update() 1204 ZoomBubbleGtk::ShowBubble(GetWebContents(), false); in OnZoomButtonPress() 1449 ZoomBubbleGtk::ShowBubble(GetWebContents(), true); in ShowZoomBubble() 1599 ZoomBubbleGtk::CloseBubble(); in UpdateZoomIcon()
|