Home
last modified time | relevance | path

Searched refs:main_window_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/content/shell/browser/
Dwebkit_test_controller.cc202 : main_window_(NULL), in WebKitTestController()
257 if (!main_window_) { in PrepareForLayoutTest()
258 main_window_ = content::Shell::CreateNewWindow( in PrepareForLayoutTest()
264 WebContentsObserver::Observe(main_window_->web_contents()); in PrepareForLayoutTest()
267 main_window_->LoadURL(test_url); in PrepareForLayoutTest()
271 main_window_->SizeTo(initial_size_); in PrepareForLayoutTest()
273 main_window_->web_contents()->GetRenderViewHost()->GetView() in PrepareForLayoutTest()
275 main_window_->web_contents()->GetRenderViewHost()->WasResized(); in PrepareForLayoutTest()
277 main_window_->web_contents()->GetRenderViewHost(); in PrepareForLayoutTest()
287 main_window_->web_contents()->GetController().LoadURLWithParams(params); in PrepareForLayoutTest()
[all …]
Dwebkit_test_controller.h186 Shell* main_window_; variable