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

  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bar_instructions_view.cc 22 import_link_(NULL),
30 import_link_ = new views::Link(
33 import_link_->SetFocusable(false);
34 import_link_->SetController(this);
35 AddChildView(import_link_);
108 if (import_link_)
109 import_link_->SetColor(text_color);
bookmark_bar_instructions_view.h 56 views::Link* import_link_; member in class:BookmarkBarInstructionsView

Completed in 758 milliseconds