OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bubble_content_2
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/browser/ui/content_settings/
content_setting_bubble_model_unittest.cc
98
const ContentSettingBubbleModel::BubbleContent&
bubble_content_2
=
local
101
EXPECT_FALSE(
bubble_content_2
.title.empty());
102
EXPECT_NE(title,
bubble_content_2
.title);
103
ASSERT_EQ(2U,
bubble_content_2
.radio_group.radio_items.size());
105
EXPECT_EQ(radio1,
bubble_content_2
.radio_group.radio_items[0]);
106
EXPECT_EQ(radio2,
bubble_content_2
.radio_group.radio_items[1]);
107
EXPECT_FALSE(
bubble_content_2
.custom_link.empty());
108
EXPECT_TRUE(
bubble_content_2
.custom_link_enabled);
109
EXPECT_FALSE(
bubble_content_2
.manage_link.empty());
492
const ContentSettingBubbleModel::BubbleContent&
bubble_content_2
local
[
all
...]
Completed in 446 milliseconds