HomeSort by relevance Sort by last modified time
    Searched defs:info_bubble_ (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/ui/gtk/
content_setting_bubble_gtk.h 82 InfoBubbleGtk* info_bubble_; member in class:ContentSettingBubbleGtk
location_bar_view_gtk.h 199 ContentSettingBubbleGtk* info_bubble_; member in class:LocationBarViewGtk::ContentSettingImageViewGtk
  /external/chromium/chrome/browser/ui/gtk/extensions/
extension_installed_bubble_gtk.h 93 InfoBubbleGtk* info_bubble_; member in class:ExtensionInstalledBubbleGtk
  /external/chromium/chrome/browser/speech/
speech_input_bubble_gtk.cc 59 InfoBubbleGtk* info_bubble_; member in class:__anon3433::SpeechInputBubbleGtk
78 info_bubble_(NULL),
99 info_bubble_ = NULL;
117 if (info_bubble_)
174 info_bubble_ = InfoBubbleGtk::Show(tab_contents()->GetNativeView(),
187 if (info_bubble_)
188 info_bubble_->Close();
192 if (!info_bubble_)
255 if (image.isNull() || !info_bubble_)

Completed in 158 milliseconds