Searched refs:throbber_running_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/
H A Dtab_icon_view.cc55 throbber_running_(false),
74 if (throbber_running_) {
79 throbber_running_ = false;
89 throbber_running_ = true;
143 if (throbber_running_) {
H A Dtab_icon_view.h55 bool throbber_running_; member in class:TabIconView
61 // throbber_running_ is true.
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dglass_browser_frame_view.h104 bool throbber_running_; member in class:GlassBrowserFrameView
H A Dglass_browser_frame_view.cc84 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 88 milliseconds