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

  /external/chromium/chrome/browser/ui/views/extensions/
extension_installed_bubble.h 77 InstalledBubbleContent* bubble_content_; member in class:ExtensionInstalledBubble
  /external/chromium/chrome/browser/
content_setting_bubble_model.h 79 const BubbleContent& bubble_content() const { return bubble_content_; }
98 void set_title(const std::string& title) { bubble_content_.title = title; }
100 bubble_content_.popup_items.push_back(popup);
103 bubble_content_.radio_group = radio_group;
106 bubble_content_.domain_lists.push_back(domain_list);
109 bubble_content_.custom_link = link;
112 bubble_content_.custom_link_enabled = enabled;
115 bubble_content_.manage_link = link;
123 BubbleContent bubble_content_; member in class:ContentSettingBubbleModel
  /external/chromium/chrome/browser/speech/
speech_input_bubble_views.cc 278 ContentView* bubble_content_; member in class:__anon2140::SpeechInputBubbleImpl
294 bubble_content_(NULL),
317 bubble_content_ = NULL;
334 bubble_content_ = new ContentView(delegate_);
343 BubbleBorder::TOP_LEFT, bubble_content_,
361 if (bubble_content_)
362 bubble_content_->UpdateLayout(display_mode(), message_text(), icon_image());
368 if (bubble_content_)
369 bubble_content_->SetImage(icon_image());
  /external/chromium_org/chrome/browser/ui/content_settings/
content_setting_bubble_model.h 105 const BubbleContent& bubble_content() const { return bubble_content_; }
132 void set_title(const std::string& title) { bubble_content_.title = title; }
134 bubble_content_.popup_items.push_back(popup);
137 bubble_content_.radio_group = radio_group;
140 bubble_content_.radio_group_enabled = enabled;
143 bubble_content_.domain_lists.push_back(domain_list);
146 bubble_content_.custom_link = link;
149 bubble_content_.custom_link_enabled = enabled;
152 bubble_content_.manage_link = link;
155 bubble_content_.media_menus[type] = menu
165 BubbleContent bubble_content_; member in class:ContentSettingBubbleModel
    [all...]

Completed in 93 milliseconds