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

  /external/chromium_org/chrome/browser/ui/gtk/
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);
zoom_bubble_gtk.cc 31 ZoomBubbleGtk* g_bubble = NULL;
44 void ZoomBubbleGtk::ShowBubble(content::WebContents* web_contents,
68 g_bubble = new ZoomBubbleGtk(anchor,
76 void ZoomBubbleGtk::CloseBubble() {
82 bool ZoomBubbleGtk::IsShowing() {
86 ZoomBubbleGtk::ZoomBubbleGtk(GtkWidget* anchor,
171 ZoomBubbleGtk::~ZoomBubbleGtk() {
177 void ZoomBubbleGtk::Refresh()
    [all...]
location_bar_view_gtk.cc 626 ZoomBubbleGtk::CloseBubble();
    [all...]

Completed in 31 milliseconds