HomeSort by relevance Sort by last modified time
    Searched full:custom_link_ (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/ui/views/
content_setting_bubble_contents.cc 116 custom_link_(NULL),
163 if (source == custom_link_) {
306 custom_link_ = new views::Link(UTF8ToWide(bubble_content.custom_link));
307 custom_link_->SetEnabled(bubble_content.custom_link_enabled);
308 custom_link_->SetController(this);
312 layout->AddView(custom_link_);
content_setting_bubble_contents.h 95 views::Link* custom_link_; member in class:ContentSettingBubbleContents
  /external/chromium_org/chrome/browser/ui/views/
content_setting_bubble_contents.cc 144 custom_link_(NULL),
357 custom_link_ = new views::Link(UTF8ToUTF16(bubble_content.custom_link));
358 custom_link_->SetEnabled(bubble_content.custom_link_enabled);
359 custom_link_->set_listener(this);
363 layout->AddView(custom_link_);
411 if (source == custom_link_) {
content_setting_bubble_contents.h 94 views::Link* custom_link_; member in class:ContentSettingBubbleContents

Completed in 139 milliseconds