OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bubble_content_
(Results
1 - 3
of
3
) 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:__anon3838::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());
Completed in 79 milliseconds