Searched refs:stage_ (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/net/url_request/
H A Durl_request_test_job.cc111 stage_(WAITING),
124 stage_(WAITING),
139 stage_(WAITING),
180 stage_ = DATA_AVAILABLE; // Simulate a synchronous response for this one.
211 if (stage_ == WAITING) {
273 stage_ = DONE;
283 switch (stage_) {
288 stage_ = DATA_AVAILABLE;
298 stage_ = WAITING;
305 stage_
[all...]
H A Durl_request_test_job.h149 Stage stage_; member in class:net::URLRequestTestJob
/external/chromium/chrome/browser/ui/views/
H A Dstatus_bubble_views.cc78 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_
[all...]
/external/chromium/net/url_request/
H A Durl_request_test_job.cc83 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_
[all...]
H A Durl_request_test_job.h121 Stage stage_; member in class:net::URLRequestTestJob
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
H A Doperation.cc35 stage_(image_writer_api::STAGE_UNKNOWN),
47 stage_ = image_writer_api::STAGE_NONE;
61 return stage_;
78 stage_,
108 stage_,
127 stage_ = stage;
136 stage_,
162 return stage_ == image_writer_api::STAGE_NONE;
H A Doperation.h77 // Change to a new |stage_| and set |progress_| to zero. Triggers a progress
153 // |stage_| and |progress_| are owned by the FILE thread, use |SetStage| and
155 image_writer_api::Stage stage_; member in class:extensions::image_writer::Operation
/external/chromium_org/gpu/tools/compositor_model_bench/
H A Drender_model_utils.cc17 : stage_(DiscoveryStage),
53 stage_ = DiscoveryStage;
89 stage_ = RemappingStage;
104 stage_ = ImageGenerationStage;
114 switch (stage_) {
H A Drender_model_utils.h52 TextureGenStage stage_; member in class:TextureGenerator
/external/chromium_org/chrome/browser/ui/views/
H A Dstatus_bubble_views.cc88 stage_(BUBBLE_HIDDEN),
130 BubbleStage GetState() const { return stage_; }
168 BubbleStage stage_; member in class:StatusBubbleViews::StatusView
213 stage_ = BUBBLE_SHOWN;
222 stage_ = BUBBLE_HIDDEN;
237 if (stage_ == BUBBLE_HIDING_TIMER) {
238 stage_ = BUBBLE_HIDING_FADE;
240 } else if (stage_ == BUBBLE_SHOWING_TIMER) {
241 stage_ = BUBBLE_SHOWING_FADE;
257 if (stage_
[all...]

Completed in 215 milliseconds