Searched refs:contents_web_view (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view_browsertest.cc35 views::WebView* contents_web_view() { function in class:BrowserViewTest
123 EXPECT_EQ(full_bounds, contents_web_view()->bounds());
133 EXPECT_EQ(small_bounds, contents_web_view()->bounds());
138 EXPECT_EQ(small_bounds, contents_web_view()->bounds());
143 EXPECT_EQ(full_bounds, contents_web_view()->bounds());
148 EXPECT_EQ(full_bounds, contents_web_view()->bounds());
158 EXPECT_EQ(small_bounds, contents_web_view()->bounds());
163 EXPECT_EQ(small_bounds, contents_web_view()->bounds());
168 EXPECT_EQ(full_bounds, contents_web_view()->bounds());
173 EXPECT_EQ(full_bounds, contents_web_view()
[all...]
H A Dimmersive_mode_controller_ash_unittest.cc112 views::WebView* contents_web_view = local
139 GetBoundsInWidget(contents_web_view).y());
157 GetBoundsInWidget(contents_web_view).y());
175 EXPECT_EQ(0, GetBoundsInWidget(contents_web_view).y());
185 EXPECT_EQ(0, GetBoundsInWidget(contents_web_view).y());
287 views::WebView* contents_web_view = local
300 int header_height = GetBoundsInWidget(contents_web_view).y();
312 EXPECT_EQ(0, GetBoundsInWidget(contents_web_view).y());
321 EXPECT_EQ(0, GetBoundsInWidget(contents_web_view).y());
337 EXPECT_EQ(header_height, GetBoundsInWidget(contents_web_view)
[all...]
H A Dbrowser_view_unittest.cc66 views::WebView* contents_web_view = local
105 EXPECT_EQ(0, contents_web_view->x());
106 EXPECT_EQ(0, contents_web_view->y());
148 contents_web_view->y());
H A Dbrowser_view_layout_unittest.cc18 explicit MockBrowserViewLayoutDelegate(views::View* contents_web_view) argument
19 : contents_web_view_(contents_web_view),

Completed in 109 milliseconds