Home
last modified time | relevance | path

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

/external/chromium_org/ui/file_manager/file_manager/foreground/js/
Ddirectory_contents.js669 this.scanner_.scan(this.onNewEntries_.bind(this, refresh),
715 this.onNewEntries_(true, addedList);
801 DirectoryContents.prototype.onNewEntries_ = function(refresh, entries) { method in DirectoryContents