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

  /external/chromium/chrome/browser/ui/gtk/
browser_titlebar.h 181 GtkWidget* titlebar_left_buttons_hbox_; member in class:BrowserTitlebar
browser_titlebar.cc 207 titlebar_left_buttons_hbox_(NULL),
388 titlebar_left_buttons_hbox_ = NULL;
479 if (left_side && titlebar_left_buttons_hbox_)
480 return titlebar_left_buttons_hbox_;
497 titlebar_left_buttons_hbox_ = buttons_hbox;
616 if (titlebar_left_buttons_hbox_)
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/
browser_titlebar.h 198 GtkWidget* titlebar_left_buttons_hbox_; member in class:BrowserTitlebar
browser_titlebar.cc 209 titlebar_left_buttons_hbox_(NULL),
417 titlebar_left_buttons_hbox_ = NULL;
480 if (left_side && titlebar_left_buttons_hbox_)
481 return titlebar_left_buttons_hbox_;
498 titlebar_left_buttons_hbox_ = buttons_hbox;
685 if (titlebar_left_buttons_hbox_)
    [all...]

Completed in 428 milliseconds