Searched refs:SetInspectedPageBounds (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_window_testing.h43 void SetInspectedPageBounds(const gfx::Rect& bounds);
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_embedder_message_dispatcher.h34 virtual void SetInspectedPageBounds(const gfx::Rect& rect) = 0;
H A Ddevtools_ui_bindings.h50 virtual void SetInspectedPageBounds(const gfx::Rect& rect) = 0;
104 virtual void SetInspectedPageBounds(const gfx::Rect& rect) OVERRIDE;
H A Ddevtools_window.h273 virtual void SetInspectedPageBounds(const gfx::Rect& rect) OVERRIDE;
H A Ddevtools_embedder_message_dispatcher.cc230 &Delegate::SetInspectedPageBounds, delegate);
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
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view_browsertest.cc49 DevToolsWindowTesting::Get(devtools_)->SetInspectedPageBounds(bounds);

Completed in 169 milliseconds