Searched refs:popup_button_ (Results 1 – 2 of 2) sorted by relevance
353 popup_button_(NULL), in BrowserActionsContainer()491 bool same_showing = popup_ && button == popup_button_; in OnBrowserActionExecuted()515 popup_button_ = button; in OnBrowserActionExecuted()516 popup_button_->SetButtonPushed(); in OnBrowserActionExecuted()796 popup_button_->SetButtonNotPushed(); in ExtensionPopupIsClosing()797 popup_button_ = NULL; in ExtensionPopupIsClosing()
481 BrowserActionButton* popup_button_; variable