OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BubbleContent
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/
content_setting_bubble_model.cc
525
ContentSettingBubbleModel::
BubbleContent
::
BubbleContent
()
529
ContentSettingBubbleModel::
BubbleContent
::~
BubbleContent
() {}
content_setting_bubble_model.h
62
struct
BubbleContent
{
63
BubbleContent
();
64
~
BubbleContent
();
76
DISALLOW_COPY_AND_ASSIGN(
BubbleContent
);
79
const
BubbleContent
& bubble_content() const { return bubble_content_; }
123
BubbleContent
bubble_content_;
/external/chromium_org/chrome/browser/ui/content_settings/
content_setting_bubble_model.cc
[
all
...]
content_setting_bubble_model.h
77
struct
BubbleContent
{
78
BubbleContent
();
79
~
BubbleContent
();
92
DISALLOW_COPY_AND_ASSIGN(
BubbleContent
);
105
const
BubbleContent
& bubble_content() const { return bubble_content_; }
165
BubbleContent
bubble_content_;
Completed in 25 milliseconds