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

  /external/chromium/chrome/browser/ui/views/
status_bubble_views.cc 78 stage_(BUBBLE_HIDDEN),
118 BubbleStage GetState() const { return stage_; }
156 BubbleStage stage_; member in class:StatusBubbleViews::StatusView
200 stage_ = BUBBLE_SHOWN;
210 stage_ = BUBBLE_HIDDEN;
223 if (stage_ == BUBBLE_HIDING_TIMER) {
224 stage_ = BUBBLE_HIDING_FADE;
226 } else if (stage_ == BUBBLE_SHOWING_TIMER) {
227 stage_ = BUBBLE_SHOWING_FADE;
243 if (stage_ == BUBBLE_SHOWING_TIMER)
    [all...]
  /external/chromium/net/url_request/
url_request_test_job.cc 83 stage_(WAITING),
93 stage_(WAITING),
105 stage_(WAITING),
135 stage_ = DATA_AVAILABLE; // Simulate a synchronous response for this one.
159 if (stage_ == WAITING) {
211 stage_ = DONE;
216 switch (stage_) {
218 stage_ = DATA_AVAILABLE;
229 stage_ = ALL_DATA; // done sending data
232 stage_ = DONE
    [all...]
url_request_test_job.h 121 Stage stage_; member in class:net::URLRequestTestJob

Completed in 66 milliseconds