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

  /external/chromium_org/chrome/browser/ui/views/
tab_icon_view.cc 55 throbber_running_(false),
74 if (throbber_running_) {
79 throbber_running_ = false;
89 throbber_running_ = true;
143 if (throbber_running_) {
tab_icon_view.h 55 bool throbber_running_; member in class:TabIconView
61 // throbber_running_ is true.
  /external/chromium_org/chrome/browser/ui/views/frame/
glass_browser_frame_view.h 104 bool throbber_running_; member in class:GlassBrowserFrameView
glass_browser_frame_view.cc 84 throbber_running_(false),
161 if (throbber_running_) {
529 if (!throbber_running_) {
530 throbber_running_ = true;
540 if (throbber_running_) {
541 throbber_running_ = false;

Completed in 35 milliseconds