Searched refs:stage_ (Results 1 – 3 of 3) sorted by relevance
78 stage_(BUBBLE_HIDDEN), in StatusView()118 BubbleStage GetState() const { return stage_; } in GetState()156 BubbleStage stage_; member in StatusBubbleViews::StatusView200 stage_ = BUBBLE_SHOWN; in Show()210 stage_ = BUBBLE_HIDDEN; in Hide()223 if (stage_ == BUBBLE_HIDING_TIMER) { in OnTimer()224 stage_ = BUBBLE_HIDING_FADE; in OnTimer()226 } else if (stage_ == BUBBLE_SHOWING_TIMER) { in OnTimer()227 stage_ = BUBBLE_SHOWING_FADE; in OnTimer()243 if (stage_ == BUBBLE_SHOWING_TIMER) { in ResetTimer()[all …]
83 stage_(WAITING), in URLRequestTestJob()93 stage_(WAITING), in URLRequestTestJob()105 stage_(WAITING), in URLRequestTestJob()135 stage_ = DATA_AVAILABLE; // Simulate a synchronous response for this one. in StartAsync()159 if (stage_ == WAITING) { in ReadRawData()211 stage_ = DONE; in Kill()216 switch (stage_) { in ProcessNextOperation()218 stage_ = DATA_AVAILABLE; in ProcessNextOperation()229 stage_ = ALL_DATA; // done sending data in ProcessNextOperation()232 stage_ = DONE; in ProcessNextOperation()
121 Stage stage_; variable