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

/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view_browsertest.cc116 gfx::Rect full_bounds = local
122 EXPECT_EQ(full_bounds, devtools_web_view()->bounds());
123 EXPECT_EQ(full_bounds, contents_web_view()->bounds());
128 EXPECT_EQ(full_bounds, devtools_web_view()->bounds());
132 EXPECT_EQ(full_bounds, devtools_web_view()->bounds());
137 EXPECT_EQ(full_bounds, devtools_web_view()->bounds());
142 EXPECT_EQ(full_bounds, devtools_web_view()->bounds());
143 EXPECT_EQ(full_bounds, contents_web_view()->bounds());
147 EXPECT_EQ(full_bounds, devtools_web_view()->bounds());
148 EXPECT_EQ(full_bounds, contents_web_vie
[all...]
/external/chromium_org/athena/util/
H A Dfill_layout_manager.cc21 gfx::Rect full_bounds = gfx::Rect(container_->bounds().size()); local
26 SetChildBoundsDirect(*iter, full_bounds);
/external/chromium_org/chrome/browser/chromeos/display/
H A Doverscan_calibrator.cc120 gfx::Rect full_bounds = calibration_layer_->bounds(); local
121 gfx::Rect inner_bounds = full_bounds;
123 canvas->FillRect(full_bounds, SK_ColorBLACK);
/external/chromium_org/ui/views/controls/menu/
H A Dsubmenu_view.cc495 const gfx::Rect& full_bounds = bounds(); local
501 y = std::min(y, full_bounds.height() - vis_bounds.height() - 1);

Completed in 3467 milliseconds