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

  /external/chromium_org/chrome/browser/ui/gtk/
script_bubble_gtk.h 29 class ScriptBubbleGtk : public BubbleDelegateGtk {
36 virtual ~ScriptBubbleGtk();
38 ScriptBubbleGtk(GtkWidget* anchor, content::WebContents* web_contents);
67 base::WeakPtrFactory<ScriptBubbleGtk> weak_ptr_factory_;
script_bubble_gtk.cc 41 ScriptBubbleGtk* g_bubble = NULL;
47 void ScriptBubbleGtk::Show(GtkWidget* anchor, WebContents* web_contents) {
49 g_bubble = new ScriptBubbleGtk(anchor, web_contents);
53 void ScriptBubbleGtk::OnItemLinkClickedThunk(GtkWidget* sender,
58 ScriptBubbleGtk::ScriptBubbleGtk(GtkWidget* anchor, WebContents* web_contents)
66 ScriptBubbleGtk::~ScriptBubbleGtk() {
69 void ScriptBubbleGtk::Close() {
74 void ScriptBubbleGtk::BubbleClosing(BubbleGtk* bubble
    [all...]
location_bar_view_gtk.cc     [all...]

Completed in 924 milliseconds