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

  /external/chromium_org/ash/wm/
immersive_fullscreen_controller_unittest.cc 800 views::View* child_view = new views::View(); local
801 child_view->SetBounds(0, 0, 10, 10);
802 child_view->SetFocusable(true);
803 top_container()->AddChildView(child_view);
814 // |child_view| has focus or the mouse is hovered above the top-of-window
817 child_view->RequestFocus();
820 child_view->RequestFocus();
830 child_view->RequestFocus();
835 // 3) Test that a loss of focus of |child_view| to |unrelated_view|
837 child_view->RequestFocus()
912 views::View* child_view = new views::View(); local
    [all...]
  /external/chromium_org/chrome/test/base/
view_event_test_base.cc 38 View* child_view = child_at(0); variable
39 child_view->SetBounds(0, 0, width(), height());
  /external/chromium_org/ui/views/accessibility/
native_view_accessibility_win.cc 291 View* child_view = view_->child_at(i); local
292 if (!child_view->visible())
296 view_->ConvertPointToTarget(view_, child_view, &point_in_child_coords);
297 if (child_view->HitTestPoint(point_in_child_coords)) {
298 hit_child_view = child_view;
484 View* child_view = NULL; local
490 child_view = view_->child_at(child_id_as_index);
494 child_view = child_widget->GetRootView();
516 child_view = view_storage->RetrieveView(view_storage_id);
525 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/chrome/browser/ui/views/
menu_view_drag_and_drop_test.cc 379 views::View* child_view = first_view->child_at(0); local
380 ASSERT_EQ(child_view, target_view());
  /external/chromium_org/ui/views/
view_unittest.cc 1870 TestView* child_view = new TestView; local
1940 View* child_view = new View; local
    [all...]

Completed in 113 milliseconds