Searched refs:stage_ (Results 1 – 10 of 10) sorted by relevance
/external/chromium/chrome/browser/ui/views/ |
D | status_bubble_views.cc | 78 stage_(BUBBLE_HIDDEN), in StatusView() 118 BubbleStage GetState() const { return stage_; } in GetState() 156 BubbleStage stage_; member in StatusBubbleViews::StatusView 200 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 …]
|
/external/chromium/net/url_request/ |
D | url_request_test_job.cc | 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()
|
D | url_request_test_job.h | 121 Stage stage_; variable
|
/external/chromium_org/chrome/browser/ui/views/ |
D | status_bubble_views.cc | 88 stage_(BUBBLE_HIDDEN), in StatusView() 130 BubbleStage GetState() const { return stage_; } in GetState() 168 BubbleStage stage_; member in StatusBubbleViews::StatusView 213 stage_ = BUBBLE_SHOWN; in Show() 222 stage_ = BUBBLE_HIDDEN; in Hide() 237 if (stage_ == BUBBLE_HIDING_TIMER) { in OnTimer() 238 stage_ = BUBBLE_HIDING_FADE; in OnTimer() 240 } else if (stage_ == BUBBLE_SHOWING_TIMER) { in OnTimer() 241 stage_ = BUBBLE_SHOWING_FADE; in OnTimer() 257 if (stage_ == BUBBLE_SHOWING_TIMER) { in ResetTimer() [all …]
|
/external/chromium_org/net/url_request/ |
D | url_request_test_job.cc | 111 stage_(WAITING), in URLRequestTestJob() 124 stage_(WAITING), in URLRequestTestJob() 139 stage_(WAITING), in URLRequestTestJob() 180 stage_ = DATA_AVAILABLE; // Simulate a synchronous response for this one. in StartAsync() 211 if (stage_ == WAITING) { in ReadRawData() 273 stage_ = DONE; in Kill() 283 switch (stage_) { in ProcessNextOperation() 288 stage_ = DATA_AVAILABLE; in ProcessNextOperation() 298 stage_ = WAITING; in ProcessNextOperation() 305 stage_ = ALL_DATA; // done sending data in ProcessNextOperation() [all …]
|
D | url_request_test_job.h | 149 Stage stage_; variable
|
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/ |
D | operation.cc | 35 stage_(image_writer_api::STAGE_UNKNOWN), in Operation() 47 stage_ = image_writer_api::STAGE_NONE; in Cancel() 61 return stage_; in GetStage() 78 stage_, in Error() 108 stage_, in SetProgress() 127 stage_ = stage; in SetStage() 136 stage_, in SetStage() 162 return stage_ == image_writer_api::STAGE_NONE; in IsCancelled()
|
D | operation.h | 155 image_writer_api::Stage stage_; variable
|
/external/chromium_org/gpu/tools/compositor_model_bench/ |
D | render_model_utils.cc | 17 : stage_(DiscoveryStage), in TextureGenerator() 53 stage_ = DiscoveryStage; in DiscoverInputIDs() 89 stage_ = RemappingStage; in WriteOutNewIDs() 104 stage_ = ImageGenerationStage; in BuildTextureImages() 114 switch (stage_) { in HandleTexture()
|
D | render_model_utils.h | 52 TextureGenStage stage_; variable
|