Searched defs:SetInspectedPageBounds (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_window_testing.cc79 void DevToolsWindowTesting::SetInspectedPageBounds(const gfx::Rect& bounds) { function in class:DevToolsWindowTesting
80 devtools_window_->SetInspectedPageBounds(bounds);
H A Ddevtools_ui_bindings.cc187 virtual void SetInspectedPageBounds(const gfx::Rect& rect) OVERRIDE {}
447 void DevToolsUIBindings::SetInspectedPageBounds(const gfx::Rect& rect) { function in class:DevToolsUIBindings
448 delegate_->SetInspectedPageBounds(rect);
H A Ddevtools_window.cc983 void DevToolsWindow::SetInspectedPageBounds(const gfx::Rect& rect) { function in class:DevToolsWindow

Completed in 516 milliseconds