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

  /external/chromium_org/chrome/browser/ui/views/frame/
immersive_mode_controller_ash_unittest.cc 522 views::View* child_view = new views::View(); local
523 child_view->SetBounds(0, 0, 10, 10);
524 child_view->set_focusable(true);
525 top_container()->AddChildView(child_view);
536 // |child_view| has focus or the mouse is hovered above the top-of-window
539 child_view->RequestFocus();
542 child_view->RequestFocus();
552 child_view->RequestFocus();
557 // 3) Test that a loss of focus of |child_view| to |unrelated_view|
559 child_view->RequestFocus()
637 views::View* child_view = new views::View(); local
    [all...]
  /external/chromium_org/chrome/test/base/
view_event_test_base.cc 60 View* child_view = child_at(0); variable
61 child_view->SetBounds(0, 0, width(), height());
  /external/chromium_org/chrome/browser/ui/views/tabs/
stacked_tab_strip_layout_unittest.cc 65 views::View* child_view = new views::View; local
66 view_.AddChildView(child_view);
67 view_model_.Add(child_view, index);
  /external/chromium_org/ui/views/accessibility/
native_view_accessibility_win.cc 360 View* child_view = NULL; local
366 child_view = view_->child_at(child_id_as_index);
377 child_view = view_storage->RetrieveView(view_storage_id);
388 if (!child_view) {
394 *disp_child = child_view->GetNativeViewAccessible();
    [all...]
  /external/chromium_org/ui/views/
view_unittest.cc 1991 TestView* child_view = new TestView; local
    [all...]

Completed in 325 milliseconds