Searched refs:g_bubble (Results 1 – 4 of 4) sorted by relevance
31 ZoomBubbleGtk* g_bubble = NULL; variable57 if (g_bubble && in ShowBubble()58 g_bubble->auto_close_ == auto_close && in ShowBubble()59 g_bubble->bubble_->anchor_widget() == anchor) { in ShowBubble()60 g_bubble->Refresh(); in ShowBubble()66 DCHECK(!g_bubble); in ShowBubble()68 g_bubble = new ZoomBubbleGtk(anchor, in ShowBubble()77 if (g_bubble) in CloseBubble()78 g_bubble->Close(); in CloseBubble()83 return g_bubble != NULL; in IsShowing()[all …]
22 ManagePasswordsBubbleGtk* g_bubble = NULL; variable42 g_bubble = new ManagePasswordsBubbleGtk(anchor, in ShowBubble()49 if (g_bubble) in CloseBubble()50 g_bubble->Close(); in CloseBubble()55 return g_bubble != NULL; in IsShowing()108 DCHECK_EQ(g_bubble, this); in ~ManagePasswordsBubbleGtk()110 g_bubble = NULL; in ~ManagePasswordsBubbleGtk()
41 ScriptBubbleGtk* g_bubble = NULL; variable48 if (!g_bubble) in Show()49 g_bubble = new ScriptBubbleGtk(anchor, web_contents); in Show()55 g_bubble->OnItemLinkClicked(sender); in OnItemLinkClickedThunk()76 g_bubble = NULL; in BubbleClosing()
33 BookmarkBubbleGtk* g_bubble = NULL; variable46 DCHECK(!g_bubble); in Show()47 g_bubble = new BookmarkBubbleGtk(anchor, profile, url, newly_bookmarked); in Show()199 DCHECK(g_bubble); in ~BookmarkBubbleGtk()200 g_bubble = NULL; in ~BookmarkBubbleGtk()