Home
last modified time | relevance | path

Searched refs:BuildButtons (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/
Dgconf_titlebar_listener.cc36 titlebar->BuildButtons(current_value_); in SetTitlebarButtons()
39 titlebar->BuildButtons(BrowserTitlebar::kDefaultButtonString); in SetTitlebarButtons()
99 (*it)->BuildButtons(current_value_); in OnChangeNotification()
Dbrowser_titlebar.h48 void BuildButtons(const std::string& button_string);
Dbrowser_titlebar.cc312 BuildButtons(kDefaultButtonString); in Init()
380 void BrowserTitlebar::BuildButtons(const std::string& button_string) { in BuildButtons() function in BrowserTitlebar