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

/external/chromium_org/ui/views/corewm/
H A Dimage_grid.h65 TestAPI(ImageGrid* grid) : grid_(grid) {}
68 return grid_->top_left_painter_->clip_rect_;
71 return grid_->top_right_painter_->clip_rect_;
74 return grid_->bottom_left_painter_->clip_rect_;
77 return grid_->bottom_right_painter_->clip_rect_;
84 ImageGrid* grid_; // not owned member in class:views::corewm::ImageGrid::TestAPI
/external/chromium/chrome/browser/resources/file_manager/js/
H A Dfile_manager.js600 this.grid_.style.display = 'none';
601 this.grid_.dataModel = this.emptyDataModel_;
606 this.grid_.dataModel = this.dataModel_;
607 this.grid_.style.display = '';
610 this.currentList_ = this.grid_;
625 this.grid_ = this.dialogDom_.querySelector('.thumbnail-grid');
626 cr.ui.Grid.decorate(this.grid_);
629 this.grid_.itemConstructor = function(entry) {
633 this.grid_.selectionModel = new this.selectionModelClass_();
635 this.grid_
[all...]

Completed in 220 milliseconds