Home
last modified time | relevance | path

Searched refs:isItem (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/ui/webui/resources/js/cr/ui/
Dlist.js264 this.isItem, this); argument
273 isItem: function(child) { method in List
958 if (!this.isItem(item)) {
976 if (this.isItem(item))
Dgrid.js319 isItem: function(child) { method in Grid
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
Dfile_transfer_controller.js623 item = item && list.isItem(item) ? item : null;
Dfile_manager.js2862 return item && this.currentList_.isItem(item) ? item : null;