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

/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_contents_resizing_strategy_unittest.cc15 gfx::Rect new_contents_bounds; local
19 &new_devtools_bounds, &new_contents_bounds);
21 EXPECT_EQ(gfx::Rect(0, 0, 100, 200), new_contents_bounds);
31 gfx::Rect new_contents_bounds; local
35 &new_devtools_bounds, &new_contents_bounds);
37 EXPECT_EQ(gfx::Rect(20, 10, 40, 160), new_contents_bounds);
47 gfx::Rect new_contents_bounds; local
51 &new_devtools_bounds, &new_contents_bounds);
53 EXPECT_EQ(gfx::Rect(16, 8, 60, 120), new_contents_bounds);
63 gfx::Rect new_contents_bounds; local
79 gfx::Rect new_contents_bounds; local
95 gfx::Rect new_contents_bounds; local
[all...]
H A Ddevtools_contents_resizing_strategy.cc43 gfx::Rect* new_contents_bounds) {
56 new_contents_bounds->SetRect(left, top, width, height);
84 new_contents_bounds->SetRect(left, top, width, height);
37 ApplyDevToolsContentsResizingStrategy( const DevToolsContentsResizingStrategy& strategy, const gfx::Size& container_size, const gfx::Rect& old_devtools_bounds, const gfx::Rect& old_contents_bounds, gfx::Rect* new_devtools_bounds, gfx::Rect* new_contents_bounds) argument
H A Ddevtools_contents_resizing_strategy.h54 gfx::Rect* new_contents_bounds);
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dcontents_layout_manager.cc51 gfx::Rect new_contents_bounds; local
57 &new_devtools_bounds, &new_contents_bounds);
59 new_contents_bounds.Offset(0, top);
64 new_contents_bounds.set_x(host_->GetMirroredXForRect(new_contents_bounds));
67 contents_view_->SetBoundsRect(new_contents_bounds);

Completed in 202 milliseconds