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

  /external/chromium_org/ui/wm/core/
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:wm::ImageGrid::TestAPI
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
file_manager.js 246 this.grid_.startBatchUpdates();
327 this.grid_.endBatchUpdates();
407 controller.attachDragSource(this.grid_);
408 controller.attachFileListDropTarget(this.grid_);
446 cr.ui.contextMenuHandler.setContextMenu(this.grid_, this.fileContextMenu_);
798 this.grid_ = dom.querySelector('.thumbnail-grid');
804 FileGrid.decorate(this.grid_, this.metadataCache_, this.volumeManager_);
    [all...]

Completed in 86 milliseconds