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

  /external/chromium_org/ui/views/
accessible_pane_view_unittest.cc 75 TestBarView* test_view = new TestBarView(); local
82 root->AddChildView(test_view);
87 EXPECT_TRUE(test_view->SetPaneFocusAndFocusDefault());
88 EXPECT_EQ(test_view, test_view->GetPaneFocusTraversable());
89 EXPECT_EQ(test_view->child_button(),
90 test_view->GetWidget()->GetFocusManager()->GetFocusedView());
93 EXPECT_TRUE(test_view->SetPaneFocus(test_view->not_child_button()));
94 EXPECT_FALSE(test_view->not_child_button() =
149 TestBarView* test_view = new TestBarView(); local
179 TestBarView* test_view = new TestBarView(); local
    [all...]
view_unittest.cc 3329 BoundsTreeTestView* test_view = new BoundsTreeTestView; local
3379 BoundsTreeTestView* test_view = new BoundsTreeTestView; local
3422 BoundsTreeTestView* test_view = new BoundsTreeTestView; local
3456 BoundsTreeTestView* test_view = new BoundsTreeTestView; local
3501 BoundsTreeTestView* test_view = new BoundsTreeTestView; local
3535 BoundsTreeTestView* test_view = new BoundsTreeTestView; local
3677 TestView* test_view = new TestView(); local
    [all...]
  /external/chromium_org/ui/views/controls/native/
native_view_host_unittest.cc 98 NativeViewHierarchyChangedTestView* test_view = local
103 test_view,
109 EXPECT_EQ(2, test_view->notification_count());
111 EXPECT_EQ(0, test_view->notification_count());
113 test_view->ResetCount();
121 EXPECT_EQ(2, test_view->notification_count());
123 EXPECT_EQ(1, test_view->notification_count());
127 test_view->ResetCount();
135 EXPECT_EQ(2, test_view->notification_count());
139 EXPECT_EQ(1, test_view->notification_count())
    [all...]
  /external/chromium_org/ui/gfx/test/
ui_cocoa_test_helper.h 109 #define TEST_VIEW(test_fixture, test_view) \
111 base::scoped_nsobject<NSView> view([test_view retain]); \
117 [test_view display]; \
  /external/chromium_org/chrome/test/base/
view_event_test_base.cc 115 TestView* test_view = new TestView(); local
116 test_view->SetPreferredSize(GetPreferredSize());
117 test_view->AddChildView(CreateContentsView());
118 content_view_ = test_view;
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_browsertest.cc 1116 scoped_ptr<AutofillDialogViewTester> test_view = GetViewTester(); local
    [all...]
  /external/chromium_org/content/browser/media/capture/
web_contents_video_capture_device_unittest.cc 594 CaptureTestView* test_view = static_cast<CaptureTestView*>( local
596 test_view->SimulateUpdate();
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bar_view_test.cc 1895 views::View* test_view = child_at(1); variable
    [all...]

Completed in 1702 milliseconds