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

  /external/chromium_org/chrome/browser/ui/views/
browser_actions_container.cc 63 popup_button_(NULL),
453 // |popup_button_| is NULL if the extension has been removed.
454 if (popup_button_) {
455 popup_button_->SetButtonNotPushed();
456 popup_button_ = NULL;
511 // Remove this as an observer and clear |popup_| and |popup_button_| here,
518 if (popup_button_) {
519 popup_button_->SetButtonNotPushed();
520 popup_button_ = NULL;
826 bool same_showing = popup_ && button == popup_button_;
    [all...]
browser_actions_container.h 334 BrowserActionButton* popup_button_; member in class:BrowserActionsContainer
  /external/chromium/chrome/browser/ui/views/
browser_actions_container.cc 353 popup_button_(NULL),
491 bool same_showing = popup_ && button == popup_button_;
515 popup_button_ = button;
516 popup_button_->SetButtonPushed();
796 popup_button_->SetButtonNotPushed();
797 popup_button_ = NULL;
    [all...]
browser_actions_container.h 481 BrowserActionButton* popup_button_; member in class:BrowserActionsContainer

Completed in 289 milliseconds