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

  /external/chromium_org/ui/views/
view_model_utils.h 14 class ViewModel;
24 static void SetViewBoundsToIdealBounds(const ViewModel& model);
27 static bool IsAtIdealBounds(const ViewModel& model);
30 static int DetermineMoveIndex(const ViewModel& model,
view_model.cc 12 ViewModel::ViewModel() {
15 ViewModel::~ViewModel() {
19 void ViewModel::Add(View* view, int index) {
27 void ViewModel::Remove(int index) {
35 void ViewModel::Move(int index, int target_index) {
43 void ViewModel::MoveViewOnly(int index, int target_index) {
59 void ViewModel::Clear() {
66 int ViewModel::GetIndexOfView(const View* view) const
    [all...]
view_model_unittest.cc 16 std::string BoundsString(const ViewModel& model) {
27 std::string ViewIDsString(const ViewModel& model) {
39 TEST(ViewModel, BasicAssertions) {
41 ViewModel model;
51 TEST(ViewModel, Move) {
56 ViewModel model;
67 TEST(ViewModel, MoveViewOnly) {
72 ViewModel model;
view_model.h 19 // ViewModel is used to track an 'interesting' set of a views. Often times
24 class VIEWS_EXPORT ViewModel {
26 ViewModel();
27 ~ViewModel();
93 DISALLOW_COPY_AND_ASSIGN(ViewModel);
view_model_utils.cc 26 void ViewModelUtils::SetViewBoundsToIdealBounds(const ViewModel& model) {
32 bool ViewModelUtils::IsAtIdealBounds(const ViewModel& model) {
42 int ViewModelUtils::DetermineMoveIndex(const ViewModel& model,
view_model_utils_unittest.cc 16 ViewModel model;
27 ViewModel model;
  /external/chromium_org/ui/app_list/views/
contents_view.h 15 class ViewModel;
76 scoped_ptr<views::ViewModel> view_model_;
apps_grid_view.h 127 const views::ViewModel* view_model_for_test() const { return &view_model_; }
262 views::ViewModel view_model_;
265 views::ViewModel pulsing_blocks_model_;
contents_view.cc 26 // Indexes of interesting views in ViewModel of ContentsView.
37 AppsGridView* GetAppsGridView(views::ViewModel* model) {
41 SearchResultListView* GetSearchResultListView(views::ViewModel* model) {
53 view_model_(new views::ViewModel),
  /external/chromium_org/chrome/browser/ui/views/tabs/
stacked_tab_strip_layout.h 13 class ViewModel;
32 // ViewModel the bounds of the tabs are placed in.
37 views::ViewModel* view_model);
65 // expected that the ViewModel hash been updated at the time this is invoked.
218 views::ViewModel* view_model_;
tab_strip.h 543 views::ViewModel tabs_;
stacked_tab_strip_layout_unittest.cc 132 views::ViewModel view_model_;
stacked_tab_strip_layout.cc 16 views::ViewModel* view_model)
  /external/chromium_org/ash/launcher/
launcher_view.h 26 class ViewModel;
121 const views::ViewModel* const view_model_for_test() const {
287 scoped_ptr<views::ViewModel> view_model_;
launcher_view.cc 193 // the ViewModel.
196 explicit LauncherFocusSearch(views::ViewModel* view_model)
226 views::ViewModel* view_model_;
389 view_model_(new views::ViewModel),
    [all...]
  /external/chromium_org/chrome/browser/ui/window_sizer/
window_sizer_ash_uitest.cc 49 const views::ViewModel* view_model = launcher_view->view_model_for_test();
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller_per_app_browsertest.cc     [all...]

Completed in 232 milliseconds