Home | History | Annotate | Download | only in widget

Lines Matching defs:parent_view

190   View* parent_view = new View;
191 parent_view->set_context_menu_controller(&controller);
192 widget.SetContentsView(parent_view);
196 parent_view->AddChildView(gesture_handling_child_view);
200 parent_view->AddChildView(other_child_view);
202 // |parent_view| should not show a context menu as a result of a long press on
221 // |parent_view| should show a context menu as a result of a long press on
240 // |parent_view| should show a context menu as a result of a long press on
274 View* parent_view = new View;
275 parent_view->set_context_menu_controller(&controller);
276 parent_view->SetEnabled(false);
277 widget.SetContentsView(parent_view);
281 parent_view->AddChildView(gesture_handling_child_view);
285 parent_view->AddChildView(other_child_view);
287 // |parent_view| should not show a context menu as a result of a long press on
306 // |parent_view| should not show a context menu as a result of a long press on
325 // |parent_view| should not show a context menu as a result of a long press on