Searched refs:TestShell (Results 1 - 19 of 19) sorted by relevance

/external/webkit/Tools/DumpRenderTree/chromium/
H A DPlainTextController.h36 class TestShell;
H A DAccessibilityController.h42 class TestShell;
46 explicit AccessibilityController(TestShell*);
81 TestShell* m_shell;
H A DTextInputController.h40 class TestShell;
48 TextInputController(TestShell*);
70 // Non-owning pointer. The TextInputController is owned by the TestShell.
71 static TestShell* testShell;
H A DNotificationPresenter.h41 class TestShell;
46 explicit NotificationPresenter(TestShell* shell) : m_shell(shell) {}
65 TestShell* m_shell;
H A DTestShell.cpp32 #include "TestShell.h"
94 TestShell::TestShell(bool testShellMode) function in class:TestShell
130 void TestShell::createMainWindow()
138 TestShell::~TestShell()
147 void TestShell::createDRTDevToolsClient(DRTDevToolsAgent* agent)
152 void TestShell::showDevTools()
167 void TestShell::closeDevTools()
177 void TestShell
[all...]
H A DEventSender.h46 class TestShell;
57 EventSender(TestShell*);
148 // Non-owning pointer. The EventSender is owned by the TestShell.
149 TestShell* m_shell;
H A DTestShell.h47 // TestShell is a container of global variables and has bridge functions between
81 class TestShell { class
83 TestShell(bool testShellMode);
84 ~TestShell();
121 // cause a hang. We can avoid killing TestShell in this case and still dump
H A DTestShellWin.cpp32 #include "TestShell.h"
61 TestShell* shell = static_cast<TestShell*>(arg);
79 void TestShell::waitTestFinished()
H A DAccessibilityController.cpp34 #include "TestShell.h"
43 AccessibilityController::AccessibilityController(TestShell* shell)
H A DTestShellMac.mm33 #include "TestShell.h"
96 void TestShell::waitTestFinished()
H A DLayoutTestController.h59 class TestShell;
65 LayoutTestController(TestShell*);
412 // TestShell::runFileTest).
421 virtual bool run(TestShell* shell) = 0;
486 TestShell* m_shell;
H A DTestShellGtk.cpp32 #include "TestShell.h"
170 void TestShell::waitTestFinished()
H A DDumpRenderTree.cpp33 #include "TestShell.h"
77 static void runTest(TestShell& shell, TestParams& params, const string& testName, bool testShellMode)
202 { // Explicit scope for the TestShell instance.
203 TestShell shell(testShellMode);
H A DTextInputController.cpp34 #include "TestShell.h"
47 TestShell* TextInputController::testShell = 0;
49 TextInputController::TextInputController(TestShell* shell)
H A DWebViewHost.h49 class TestShell;
69 WebViewHost(TestShell* shell);
286 // Non-owning pointer. The WebViewHost instance is owned by this TestShell instance.
287 TestShell* m_shell;
H A DLayoutTestController.cpp36 #include "TestShell.h"
72 LayoutTestController::LayoutTestController(TestShell* shell)
243 TestShell* shell = m_controller->m_shell;
389 bool run(TestShell* shell)
414 bool run(TestShell* shell)
430 bool run(TestShell* shell)
442 bool run(TestShell* shell)
470 bool run(TestShell* shell)
505 bool run(TestShell* shell)
1584 // tests require. If necessary, we could get a list of WebViewHosts from the TestShell an
[all...]
H A DWebViewHost.cpp36 #include "TestShell.h"
726 const int border2 = TestShell::virtualWindowBorder * 2;
1135 WebViewHost::WebViewHost(TestShell* shell)
1267 TestShell::resizeWindowForTest(this, url);
H A DEventSender.cpp46 #include "TestShell.h"
247 EventSender::EventSender(TestShell* shell)
/external/chromium/webkit/glue/
H A Dcpp_bound_class_unittest.cc57 class ExampleTestShell : public TestShell {
69 TestShell::BindJSObjectsToWindow(frame);
72 // This is a public interface to TestShell's protected method, so it
83 // Adapted from TestShell::CreateNewWindow, this creates an
84 // ExampleTestShellWindow rather than a regular TestShell.
91 TestShell::windowList()->push_back(host->mainWnd());

Completed in 156 milliseconds