OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bubble_content_
(Results
1 - 6
of
6
) sorted by null
/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
content_setting_bubble_model.cc
534
bubble_content_
.resource_identifiers.insert(resource_identifier);
/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
...]
/external/chromium/chrome/browser/speech/
speech_input_bubble_views.cc
278
ContentView*
bubble_content_
;
member in class:__anon4856::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/chrome/browser/ui/views/extensions/
extension_installed_bubble.h
77
InstalledBubbleContent*
bubble_content_
;
member in class:ExtensionInstalledBubble
extension_installed_bubble.cc
355
bubble_content_
= new InstalledBubbleContent(extension_, type_, &icon_);
357
arrow_location,
bubble_content_
, this);
358
bubble_content_
->set_bubble(bubble);
Completed in 1824 milliseconds