Searched defs:getItemCount_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/file_manager/file_manager/foreground/js/photo/
H A Dslide_mode.js259 ImageUtil.setAttribute(this.arrowBox_, 'active', this.getItemCount_() > 1);
271 if (this.getItemCount_() === 0) {
326 if (this.getItemCount_() === 0) {
359 SlideMode.prototype.getItemCount_ = function() {
542 ImageUtil.setAttribute(this.arrowBox_, 'active', this.getItemCount_() > 1);
596 return advance(this.getSelectedIndex(), this.getItemCount_());
640 this.select(this.getItemCount_() - 1);
781 if (this.getItemCount_() <= 1) return;
/external/chromium_org/ui/file_manager/gallery/js/
H A Dslide_mode.js259 ImageUtil.setAttribute(this.arrowBox_, 'active', this.getItemCount_() > 1);
271 if (this.getItemCount_() === 0) {
326 if (this.getItemCount_() === 0) {
359 SlideMode.prototype.getItemCount_ = function() {
542 ImageUtil.setAttribute(this.arrowBox_, 'active', this.getItemCount_() > 1);
596 return advance(this.getSelectedIndex(), this.getItemCount_());
640 this.select(this.getItemCount_() - 1);
781 if (this.getItemCount_() <= 1) return;

Completed in 102 milliseconds