Home
last modified time | relevance | path

Searched refs:isBusy (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/gpu/
DGrPlotMgr.h53 bool isBusy(int x, int y) const { in isBusy() function
/external/chromium_org/third_party/skia/src/gpu/
DGrPlotMgr.h53 bool isBusy(int x, int y) const { in isBusy() function
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/image_editor/
Dcommands.js67 if (this.isBusy())
76 CommandQueue.prototype.isBusy = function() { return this.busy_ }; method in CommandQueue
Dimage_editor.js67 return !this.commandQueue_ || this.commandQueue_.isBusy();
73 ImageEditor.prototype.isBusy = function() { method in ImageEditor
74 return this.commandQueue_ && this.commandQueue_.isBusy();
Dimage_util.js551 ImageUtil.ImageLoader.prototype.isBusy = function() { method in ImageUtil.ImageLoader
560 return this.isBusy() && util.isSameEntry(this.entry_, entry);
Dimage_view.js283 return this.imageLoader_.isBusy();
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/photo/
Dslide_mode.js805 if (this.editor_.isBusy())
/external/chromium_org/google_update/
Dgoogle_update_idl.idl226 [id(13)] HRESULT isBusy([out, retval] VARIANT_BOOL* is_busy);