Searched refs:chrome_buttons_ (Results 1 – 2 of 2) sorted by relevance
372 chrome_buttons_.push_back(button); in BuildChromeButton()642 for (std::vector<GtkWidget*>::iterator it = chrome_buttons_.begin(); in NotifyThemeChanged()643 it != chrome_buttons_.end(); ++it) { in NotifyThemeChanged()1099 find(chrome_buttons_.begin(), chrome_buttons_.end(), button); in OnDestroyChromeButton()1100 if (it != chrome_buttons_.end()) in OnDestroyChromeButton()1101 chrome_buttons_.erase(it); in OnDestroyChromeButton()
259 std::vector<GtkWidget*> chrome_buttons_; variable