Home | History | Annotate | Download | only in chromium

Lines Matching refs:shell

72 LayoutTestController::LayoutTestController(TestShell* shell)
73 : m_shell(shell)
243 TestShell* shell = m_controller->m_shell;
246 bool startedLoad = m_queue.first()->run(shell);
252 if (!m_controller->m_waitUntilDone && !shell->webViewHost()->topLoadingFrame())
253 shell->testFinished();
389 bool run(TestShell* shell)
391 shell->goToOffset(m_distance);
414 bool run(TestShell* shell)
416 shell->reload();
430 bool run(TestShell* shell)
432 shell->webView()->mainFrame()->executeScript(WebScriptSource(WebString::fromUTF8(m_script)));
442 bool run(TestShell* shell)
444 shell->webView()->mainFrame()->executeScript(WebScriptSource(WebString::fromUTF8(m_script)));
470 bool run(TestShell* shell)
472 shell->webViewHost()->loadURLForFrame(m_url, m_target);
505 bool run(TestShell* shell)
507 shell->webView()->mainFrame()->loadHTMLString(