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

  /external/chromium_org/gpu/tools/compositor_model_bench/
render_model_utils.h 52 TextureGenStage stage_; member in class:TextureGenerator
  /external/chromium/net/url_request/
url_request_test_job.h 121 Stage stage_; member in class:net::URLRequestTestJob
  /external/chromium_org/chrome/browser/extensions/api/image_writer_private/
operation.h 77 // 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/net/url_request/
url_request_test_job.h 149 Stage stage_; member in class:net::URLRequestTestJob
  /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_org/chrome/browser/ui/views/
status_bubble_views.cc 88 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_ == BUBBLE_SHOWING_TIMER)
    [all...]

Completed in 113 milliseconds