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

  /external/chromium_org/ui/views/
view_model_utils_unittest.cc 19 model.set_ideal_bounds(0, v1_bounds);
31 model.set_ideal_bounds(0, gfx::Rect(0, 0, 10, 10));
32 model.set_ideal_bounds(1, gfx::Rect(10, 0, 1000, 10));
33 model.set_ideal_bounds(2, gfx::Rect(1010, 0, 2, 10));
54 model.set_ideal_bounds(0, gfx::Rect(0, 0, 10, 10));
55 model.set_ideal_bounds(1, gfx::Rect(0, 10, 10, 1000));
56 model.set_ideal_bounds(2, gfx::Rect(0, 1010, 10, 2));
view_model_unittest.cc 46 model.set_ideal_bounds(0, v1_bounds);
76 model.set_ideal_bounds(0, gfx::Rect(10, 0, 1, 2));
77 model.set_ideal_bounds(1, gfx::Rect(11, 0, 1, 2));
78 model.set_ideal_bounds(2, gfx::Rect(12, 0, 1, 2));
view_model.h 59 void set_ideal_bounds(int index, const gfx::Rect& bounds) { function in class:views::ViewModel
  /external/chromium_org/ui/app_list/views/
app_list_folder_view.cc 91 view_model_->set_ideal_bounds(kIndexFolderHeader, header_frame);
95 view_model_->set_ideal_bounds(kIndexChildItems, grid_frame);
contents_view.cc 131 view_model_->set_ideal_bounds(kIndexAppsContainer, container_frame);
132 view_model_->set_ideal_bounds(kIndexSearchResults, results_frame);
apps_grid_view.cc 1025 view_model_.set_ideal_bounds(i, tile_slot);
1027 pulsing_blocks_model_.set_ideal_bounds(i - view_model_.view_size(),
    [all...]
  /external/chromium/chrome/browser/ui/views/tabs/
base_tab_strip.h 198 void set_ideal_bounds(int index, const gfx::Rect& bounds) { function in class:BaseTabStrip
side_tab_strip.cc 316 set_ideal_bounds(i, bounds);
tab_strip.cc 917 set_ideal_bounds(i,
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip.h 242 void set_ideal_bounds(int index, const gfx::Rect& bounds) { function in class:TabStrip
243 tabs_.set_ideal_bounds(index, bounds);
stacked_tab_strip_layout.cc 125 view_model_->set_ideal_bounds(i, mini_bounds);
440 view_model_->set_ideal_bounds(i, mini_bounds);
532 view_model_->set_ideal_bounds(index, gfx::Rect(gfx::Point(x, 0), size_));
stacked_tab_strip_layout_unittest.cc 92 view_model_.set_ideal_bounds(i, bounds);
495 view_model_.set_ideal_bounds(j, bounds);
tab_strip.cc     [all...]
  /external/chromium/chrome/browser/ui/touch/tabs/
touch_tab_strip.cc 146 set_ideal_bounds(i, gfx::Rect(x, tab_y,
  /external/chromium_org/ash/shelf/
shelf_view.cc 731 view_model_->set_ideal_bounds(i, gfx::Rect(x, y, 0, 0));
735 view_model_->set_ideal_bounds(i, gfx::Rect(x, y, w, h));
751 view_model_->set_ideal_bounds(0, gfx::Rect(gfx::Size(
765 view_model_->set_ideal_bounds(i, gfx::Rect(x, y, w, h));
838 view_model_->set_ideal_bounds(i, gfx::Rect(x, y, w, h));
857 view_model_->set_ideal_bounds(last_button_index, app_list_bounds);
    [all...]

Completed in 235 milliseconds