OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:main_window_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/shell/browser/
webkit_test_controller.cc
202
:
main_window_
(NULL),
246
if (!
main_window_
) {
247
main_window_
= content::Shell::CreateNewWindow(
253
WebContentsObserver::Observe(
main_window_
->web_contents());
256
main_window_
->LoadURL(test_url);
261
main_window_
->SizeTo(initial_size_);
263
main_window_
->web_contents()->GetRenderViewHost()->GetView()
265
main_window_
->web_contents()->GetRenderViewHost()->WasResized();
267
main_window_
->web_contents()->GetRenderViewHost();
277
main_window_
->web_contents()->GetController().LoadURLWithParams(params)
[
all
...]
webkit_test_controller.h
181
Shell*
main_window_
;
member in class:content::WebKitTestController
183
// The PID of the render process of the render view host of
main_window_
.
Completed in 809 milliseconds