Searched defs:ViewModel (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/views/
H A Dview_model.cc12 ViewModel::ViewModel() { function in class:views::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) {
48 void ViewModel::MoveViewOnly(int index, int target_index) {
64 void ViewModel::Clear() {
71 int ViewModel
[all...]
H A Dview_model.h19 // ViewModel is used to track an 'interesting' set of a views. Often times
24 class VIEWS_EXPORT ViewModel { class in namespace:views
26 ViewModel();
27 ~ViewModel();
93 DISALLOW_COPY_AND_ASSIGN(ViewModel);

Completed in 215 milliseconds