Home
last modified time | relevance | path

Searched refs:SizeTo (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/content/shell/browser/
Dshell_gtk.cc225 SizeTo(gfx::Size(width, height)); in PlatformCreateWindow()
233 SizeTo(content_size_); in PlatformSetContents()
241 void Shell::SizeTo(const gfx::Size& content_size) { in SizeTo() function in content::Shell
Dshell_win.cc133 SizeTo(gfx::Size(width, height)); in PlatformCreateWindow()
140 void Shell::SizeTo(const gfx::Size& size) { in SizeTo() function in content::Shell
Dshell_mac.mm250 SizeTo(content_size_);
263 void Shell::SizeTo(const gfx::Size& content_size) {
Dshell.h75 void SizeTo(const gfx::Size& content_size);
Dwebkit_test_controller.cc261 main_window_->SizeTo(initial_size_); in PrepareForLayoutTest()
/external/chromium_org/content/browser/web_contents/
Dweb_contents_impl_browsertest.cc36 shell->SizeTo(size); in ResizeWebContentsView()