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

  /external/chromium_org/ash/wm/
immersive_fullscreen_controller_unittest.cc 685 views::View* child_view = new views::View(); local
686 child_view->SetBounds(0, 0, 10, 10);
687 child_view->SetFocusable(true);
688 top_container()->AddChildView(child_view);
699 // |child_view| has focus or the mouse is hovered above the top-of-window
702 child_view->RequestFocus();
705 child_view->RequestFocus();
715 child_view->RequestFocus();
720 // 3) Test that a loss of focus of |child_view| to |unrelated_view|
722 child_view->RequestFocus()
797 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/ui/views/accessibility/
native_view_accessibility_win.cc 287 View* child_view = view_->child_at(i); local
288 if (!child_view->visible())
292 view_->ConvertPointToTarget(view_, child_view, &point_in_child_coords);
293 if (child_view->HitTestPoint(point_in_child_coords)) {
294 hit_child_view = child_view;
480 View* child_view = NULL; local
486 child_view = view_->child_at(child_id_as_index);
490 child_view = child_widget->GetRootView();
512 child_view = view_storage->RetrieveView(view_storage_id);
521 if (!child_view) {
    [all...]
  /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/
view_unittest.cc 2250 TestView* child_view = new TestView; local
    [all...]

Completed in 1678 milliseconds