HomeSort by relevance Sort by last modified time
    Searched refs:custom_link (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/ui/content_settings/
content_setting_bubble_model_unittest.cc 50 bubble_content.custom_link.empty());
70 EXPECT_TRUE(bubble_content.custom_link.empty());
89 EXPECT_FALSE(bubble_content.custom_link.empty());
107 EXPECT_FALSE(bubble_content_2.custom_link.empty());
147 EXPECT_TRUE(bubble_content.custom_link.empty());
275 EXPECT_TRUE(bubble_content.custom_link.empty());
304 EXPECT_TRUE(new_bubble_content.custom_link.empty());
345 EXPECT_TRUE(bubble_content.custom_link.empty());
374 EXPECT_TRUE(new_bubble_content.custom_link.empty());
460 EXPECT_FALSE(bubble_content.custom_link.empty())
    [all...]
content_setting_bubble_model.h 86 std::string custom_link; member in struct:ContentSettingBubbleModel::BubbleContent
148 bubble_content_.custom_link = link;
  /external/chromium_org/chrome/browser/ui/views/
content_setting_bubble_contents.cc 376 if (!bubble_content.custom_link.empty()) {
378 new views::Link(base::UTF8ToUTF16(bubble_content.custom_link));

Completed in 317 milliseconds