Searched refs:isBusy (Results 1 – 8 of 8) sorted by relevance
53 bool isBusy(int x, int y) const { in isBusy() function
67 if (this.isBusy())76 CommandQueue.prototype.isBusy = function() { return this.busy_ }; method in CommandQueue
67 return !this.commandQueue_ || this.commandQueue_.isBusy();73 ImageEditor.prototype.isBusy = function() { method in ImageEditor74 return this.commandQueue_ && this.commandQueue_.isBusy();
551 ImageUtil.ImageLoader.prototype.isBusy = function() { method in ImageUtil.ImageLoader560 return this.isBusy() && util.isSameEntry(this.entry_, entry);
283 return this.imageLoader_.isBusy();
805 if (this.editor_.isBusy())
226 [id(13)] HRESULT isBusy([out, retval] VARIANT_BOOL* is_busy);