HomeSort by relevance Sort by last modified time
    Searched refs:grid_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ui/views/corewm/
image_grid.h 65 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/
file_manager.js 600 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_.addEventListener
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
file_manager.js 237 this.grid_.startBatchUpdates();
318 this.grid_.endBatchUpdates();
396 controller.attachDragSource(this.grid_);
397 controller.attachFileListDropTarget(this.grid_);
415 cr.ui.contextMenuHandler.setContextMenu(this.grid_, this.fileContextMenu_);
718 this.grid_ = dom.querySelector('.thumbnail-grid');
727 FileGrid.decorate(this.grid_, this.metadataCache_);
938 this.initList_(this.grid_);
    [all...]

Completed in 80 milliseconds