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

  /external/chromium/third_party/libjingle/source/talk/base/
task.cc 42 busy_(false),
115 busy_ = true;
117 busy_ = false;
157 // needs to be executed (because busy_ must have been true when
162 if (!busy_) {
task.h 181 bool busy_; member in class:talk_base::Task
  /external/chromium_org/third_party/libjingle/source/talk/base/
task.cc 42 busy_(false),
115 busy_ = true;
117 busy_ = false;
157 // needs to be executed (because busy_ must have been true when
162 if (!busy_) {
task.h 181 bool busy_; member in class:talk_base::Task
  /external/chromium_org/net/http/
mock_http_cache.cc 55 fail_requests_(false), fail_sparse_requests_(false), busy_(false),
140 if (!sparse_ || busy_)
161 busy_ = true;
172 if (busy_)
204 if (!sparse_ || busy_)
295 if (busy_) {
309 busy_ = false;
mock_http_cache.h 90 bool busy_; member in class:MockDiskEntry
  /external/chromium_org/chrome/browser/resources/file_manager/js/image_editor/
commands.js 42 this.busy_ = false;
76 CommandQueue.prototype.isBusy = function() { return this.busy_ };
83 if (this.busy_)
86 this.busy_ = true;
99 if (!this.busy_)
102 this.busy_ = false;
  /external/chromium/net/http/
http_cache_unittest.cc 76 busy_(false), delayed_(false) {
81 busy_(false), delayed_(false) {
165 if (!sparse_ || busy_)
186 busy_ = true;
194 if (busy_)
226 if (!sparse_ || busy_)
317 if (busy_) {
331 busy_ = false;
359 bool busy_;
    [all...]

Completed in 318 milliseconds