HomeSort by relevance Sort by last modified time
    Searched defs:view_model_ (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/ui/app_list/views/
app_list_folder_view.h 116 scoped_ptr<views::ViewModel> view_model_; member in class:app_list::AppListFolderView
contents_view.h 86 // Gets the index of a launcher page in |view_model_|, by NamedPage.
155 scoped_ptr<views::ViewModel> view_model_; member in class:app_list::ContentsView
156 // Maps NamedPage onto |view_model_| indices.
apps_grid_view.h 193 const views::ViewModel* view_model_for_test() const { return &view_model_; }
319 // containing item located at |target| slot, also update |view_model_| for
323 // Updates both data model and view_model_ for re-parenting a folder item to a
327 // Updates both data model and view_model_ for re-parenting a folder item
332 // from it, updates both data model and view_model_ for removing last item
345 // Removes the AppListItemView at |index| in |view_model_| and deletes it.
472 views::ViewModel view_model_; member in class:app_list::AppsGridView
  /external/chromium_org/chrome/browser/ui/views/tabs/
stacked_tab_strip_layout.h 190 int ideal_x(int index) const { return view_model_->ideal_bounds(index).x(); }
199 int tab_count() const { return view_model_->view_size(); }
220 views::ViewModel* view_model_; member in class:StackedTabStripLayout
stacked_tab_strip_layout_unittest.cc 51 data.stacked_offset, 4, &view_model_));
67 view_model_.Add(child_view, index);
77 view_model_.Clear();
87 for (int i = 0; i < view_model_.view_size(); ++i) {
89 gfx::Rect bounds(view_model_.ideal_bounds(i));
92 view_model_.set_ideal_bounds(i, bounds);
98 for (int i = 0; i < view_model_.view_size(); ++i) {
101 result += base::IntToString(view_model_.ideal_bounds(i).x());
108 for (int i = 0; i < view_model_.view_size(); ++i) {
113 result += base::IntToString(view_model_.ideal_bounds(i).x())
132 views::ViewModel view_model_; member in class:StackedTabStripLayoutTest
    [all...]
  /external/chromium_org/ash/shelf/
shelf_view.h 137 return view_model_.get();
175 // item in the model is set in |view_model_|.
334 scoped_ptr<views::ViewModel> view_model_; member in class:ash::ShelfView
shelf_view.cc 227 view_model_(view_model) {}
238 int index = view_model_->GetIndexOfView(starting_view);
240 return view_model_->view_at(0);
245 index = view_model_->view_size() - 1;
248 if (index >= view_model_->view_size())
251 return view_model_->view_at(index);
255 views::ViewModel* view_model_; member in class:ash::__anon6579::ShelfFocusSearch
372 view_model_(new views::ViewModel),
399 focus_search_.reset(new ShelfFocusSearch(view_model_.get()));
419 view_model_->Add(child, static_cast<int>(i - items.begin()))
    [all...]

Completed in 222 milliseconds