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

  /external/chromium/chrome/browser/speech/
speech_input_bubble_gtk.cc 59 InfoBubbleGtk* info_bubble_; member in class:__anon3837::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_)
  /external/chromium/chrome/browser/ui/gtk/extensions/
extension_installed_bubble_gtk.h 93 InfoBubbleGtk* info_bubble_; member in class:ExtensionInstalledBubbleGtk
extension_installed_bubble_gtk.cc 280 info_bubble_ = InfoBubbleGtk::Show(reference_widget,
294 bubble->info_bubble_->Close();
322 info_bubble_ = NULL;
  /external/chromium/chrome/browser/ui/gtk/
content_setting_bubble_gtk.h 82 InfoBubbleGtk* info_bubble_; member in class:ContentSettingBubbleGtk
content_setting_bubble_gtk.cc 61 info_bubble_(NULL) {
71 if (info_bubble_)
72 info_bubble_->Close();
259 info_bubble_ = InfoBubbleGtk::Show(
location_bar_view_gtk.h 199 ContentSettingBubbleGtk* info_bubble_; member in class:LocationBarViewGtk::ContentSettingImageViewGtk
location_bar_view_gtk.cc     [all...]

Completed in 3079 milliseconds