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

  /external/chromium/chrome/browser/speech/
speech_input_bubble_gtk.cc 59 InfoBubbleGtk* info_bubble_; member in class:__anon2139::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...]
  /external/chromium_org/ash/system/chromeos/network/
network_state_list_detailed_view.cc 171 info_bubble_(NULL) {
175 if (info_bubble_)
176 info_bubble_->GetWidget()->CloseNow();
807 info_bubble_ = new InfoBubble(
809 views::BubbleDelegateView::CreateBubble(info_bubble_)->Show();
813 if (!info_bubble_)
815 info_bubble_->GetWidget()->Close();
816 info_bubble_ = NULL;
821 info_bubble_ = NULL;
network_state_list_detailed_view.h 154 views::BubbleDelegateView* info_bubble_; member in class:ash::internal::tray::NetworkStateListDetailedView

Completed in 156 milliseconds