Searched refs:main_window_ (Results 1 – 2 of 2) sorted by relevance
202 : 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 …]
186 Shell* main_window_; variable