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 159 // A non-NULL |details.move_view| indicates a move operation i.e. |this| is
165 if (details.move_view && this_widget &&
166 details.move_view->GetWidget() == this_widget) {
  /external/chromium_org/ui/views/
view.h 126 move_view(NULL) {}
131 View* move_view)
135 move_view(move_view) {}
145 // non-NULL |move_view|.
146 // For the remove part of move, |move_view| is the new parent of the View
148 // For the add part of move, |move_view| is the old parent of the View being
150 View* move_view; member in struct:views::View::ViewHierarchyChangedDetails
    [all...]
view_unittest.cc     [all...]

Completed in 1353 milliseconds