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

  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.cc 446 other_bookmarked_button_(NULL),
550 if (other_bookmarked_button_->visible() &&
551 other_bookmarked_button_->bounds().Contains(adjusted_loc)) {
561 return other_bookmarked_button_;
573 if (button == other_bookmarked_button_ || button == overflow_button_)
703 if (other_bookmarked_button_->visible())
704 other_bookmarked_pref = other_bookmarked_button_->GetPreferredSize();
987 other_bookmarked_button_->SetAccessibleName(model_->other_node()->GetTitle());
988 other_bookmarked_button_->SetText(model_->other_node()->GetTitle());
991 other_bookmarked_button_->SetEnabled(true)
    [all...]
bookmark_bar_view.h 128 return other_bookmarked_button_;
358 // Updates the visibility of |other_bookmarked_button_|. Also shows or hide
398 views::MenuButton* other_bookmarked_button_; member in class:BookmarkBarView
428 // The visible ancestor is either the other_bookmarked_button_,
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.cc 345 other_bookmarked_button_(NULL),
404 other_bookmarked_button_->SetEnabled(false);
451 other_bookmarked_button_->GetPreferredSize();
811 if (other_bookmarked_button_->IsVisible() &&
812 other_bookmarked_button_->bounds().Contains(adjusted_loc)) {
822 return other_bookmarked_button_;
835 if (button == other_bookmarked_button_ || button == overflow_button_)
877 other_bookmarked_button_ = CreateOtherBookmarkedButton();
878 AddChildView(other_bookmarked_button_);
940 other_bookmarked_button_->SetEnabled(true)
    [all...]
bookmark_bar_view.h 197 return other_bookmarked_button_;
452 // Updates the visibility of |other_bookmarked_button_| and
486 views::MenuButton* other_bookmarked_button_; member in class:BookmarkBarView
523 // The visible ancestor is either the other_bookmarked_button_,

Completed in 593 milliseconds