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

  /external/chromium_org/ui/views/controls/native/
native_view_host.cc 153 // A non-NULL |details.move_view| indicates a move operation i.e. |this| is
159 if (details.move_view && this_widget &&
160 details.move_view->GetWidget() == this_widget) {
  /external/chromium_org/ui/views/
view.h 115 move_view(NULL) {}
120 View* move_view)
124 move_view(move_view) {}
134 // non-NULL |move_view|.
135 // For the remove part of move, |move_view| is the new parent of the View
137 // For the add part of move, |move_view| is the old parent of the View being
139 View* move_view; member in struct:views::View::ViewHierarchyChangedDetails
    [all...]
view_unittest.cc     [all...]

Completed in 157 milliseconds