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

/external/chromium_org/chrome/browser/ui/views/frame/
H A Dcontents_layout_manager.cc49 gfx::Rect new_contents_bounds; local
52 &new_devtools_bounds, &new_contents_bounds);
54 new_contents_bounds.Offset(0, top);
59 new_contents_bounds.set_x(host_->GetMirroredXForRect(new_contents_bounds));
62 contents_view_->SetBoundsRect(new_contents_bounds);
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_contents_resizing_strategy.cc37 gfx::Rect* new_contents_bounds) {
43 new_contents_bounds->SetRect(
52 new_contents_bounds->SetRect(left, top, width, height);
33 ApplyDevToolsContentsResizingStrategy( const DevToolsContentsResizingStrategy& strategy, const gfx::Size& container_size, gfx::Rect* new_devtools_bounds, gfx::Rect* new_contents_bounds) argument
H A Ddevtools_contents_resizing_strategy.h46 gfx::Rect* new_contents_bounds);

Completed in 91 milliseconds