Home
last modified time | relevance | path

Searched refs:TestShell (Results 1 – 25 of 26) sorted by relevance

12

/external/webkit/Tools/DumpRenderTree/chromium/
DTestShell.cpp94 TestShell::TestShell(bool testShellMode) in TestShell() function in TestShell
130 void TestShell::createMainWindow() in createMainWindow()
138 TestShell::~TestShell() in ~TestShell()
147 void TestShell::createDRTDevToolsClient(DRTDevToolsAgent* agent) in createDRTDevToolsClient()
152 void TestShell::showDevTools() in showDevTools()
167 void TestShell::closeDevTools() in closeDevTools()
177 void TestShell::resetWebSettings(WebView& webView) in resetWebSettings()
186 void TestShell::runFileTest(const TestParams& params) in runFileTest()
223 void TestShell::resizeWindowForTest(WebViewHost* window, const WebURL& url) in resizeWindowForTest()
236 void TestShell::resetTestController() in resetTestController()
[all …]
DAccessibilityController.h42 class TestShell; variable
46 explicit AccessibilityController(TestShell*);
81 TestShell* m_shell;
DTextInputController.h40 class TestShell; variable
48 TextInputController(TestShell*);
71 static TestShell* testShell;
DNotificationPresenter.h41 class TestShell; variable
46 explicit NotificationPresenter(TestShell* shell) : m_shell(shell) {} in NotificationPresenter()
65 TestShell* m_shell;
DEventSender.h46 class TestShell; variable
57 EventSender(TestShell*);
149 TestShell* m_shell;
DTestShellWin.cpp61 TestShell* shell = static_cast<TestShell*>(arg); in watchDogThread()
79 void TestShell::waitTestFinished() in waitTestFinished()
DTestShell.h81 class TestShell {
83 TestShell(bool testShellMode);
84 ~TestShell();
DLayoutTestController.h59 class TestShell; variable
65 LayoutTestController(TestShell*);
421 virtual bool run(TestShell* shell) = 0;
486 TestShell* m_shell;
DPlainTextController.h36 class TestShell; variable
DTextInputController.cpp47 TestShell* TextInputController::testShell = 0;
49 TextInputController::TextInputController(TestShell* shell) in TextInputController()
DDumpRenderTree.cpp77 static void runTest(TestShell& shell, TestParams& params, const string& testName, bool testShellMod… in runTest()
203 TestShell shell(testShellMode); in main()
DWebViewHost.h49 class TestShell; variable
69 WebViewHost(TestShell* shell);
287 TestShell* m_shell;
DAccessibilityController.cpp43 AccessibilityController::AccessibilityController(TestShell* shell) in AccessibilityController()
DTestShellGtk.cpp170 void TestShell::waitTestFinished() in waitTestFinished()
DTestShellMac.mm33 #include "TestShell.h"
96 void TestShell::waitTestFinished()
DLayoutTestController.cpp72 LayoutTestController::LayoutTestController(TestShell* shell) in LayoutTestController()
243 TestShell* shell = m_controller->m_shell; in processWork()
389 bool run(TestShell* shell) in run()
414 bool run(TestShell* shell) in run()
430 bool run(TestShell* shell) in run()
442 bool run(TestShell* shell) in run()
470 bool run(TestShell* shell) in run()
505 bool run(TestShell* shell) in run()
DWebViewHost.cpp726 const int border2 = TestShell::virtualWindowBorder * 2; in setWindowRect()
1135 WebViewHost::WebViewHost(TestShell* shell) in WebViewHost()
1267 TestShell::resizeWindowForTest(this, url); in loadURLForFrame()
DEventSender.cpp247 EventSender::EventSender(TestShell* shell) in EventSender()
/external/chromium/webkit/glue/
Dcpp_bound_class_unittest.cc57 class ExampleTestShell : public TestShell {
69 TestShell::BindJSObjectsToWindow(frame); in BindJSObjectsToWindow()
91 TestShell::windowList()->push_back(host->mainWnd()); in CreateEmptyWindow()
/external/webkit/Tools/DumpRenderTree/
DDumpRenderTree.gypi33 'chromium/TestShell.cpp',
34 'chromium/TestShell.h',
/external/chromium/base/
Dbase_paths_mac.mm62 // The bundled app executables (Chromium, TestShell, etc) live five
/external/webkit/Tools/
DChangeLog677 * DumpRenderTree/chromium/TestShell.cpp:
679 (TestShell::dumpImage):
680 * DumpRenderTree/chromium/TestShell.h:
1660 It looks like NRWT has not been stopping DRT/TestShell
3628 * DumpRenderTree/chromium/TestShell.cpp:
3629 (TestShell::dumpImage):
4116 * DumpRenderTree/chromium/TestShell.cpp:
4117 (TestShell::runFileTest):
4118 (TestShell::dump):
4119 * DumpRenderTree/chromium/TestShell.h:
[all …]
DChangeLog-2011-02-1650 * DumpRenderTree/chromium/TestShell.cpp:
51 (TestShell::runFileTest):
790 * DumpRenderTree/chromium/TestShell.cpp:
791 (TestShell::TestShell):
3839 * DumpRenderTree/chromium/TestShell.h:
3840 (TestShell::windowList):
4778 test_failures.py should not mention TestShell (long live DumpRenderTree!)
5417 * DumpRenderTree/chromium/TestShell.cpp:
5418 (TestShell::TestShell):
5419 * DumpRenderTree/chromium/TestShell.h:
[all …]
DChangeLog-2010-05-24131 * DumpRenderTree/chromium/TestShell.cpp:
132 (TestShell::TestShell):
195 * DumpRenderTree/chromium/TestShell.h:
196 Declare platformInit(). It is not related to TestShell class, but the
197 implementation of paltformInit() is placed at TestShell*.{cpp,mm}.
438 * DumpRenderTree/chromium/TestShell.cpp:
439 (TestShell::layoutTestTimeout):
548 * DumpRenderTree/chromium/TestShell.cpp:
549 (TestShell::resetTestController): Reset WebSettings too.
1358 * DumpRenderTree/chromium/TestShell.cpp:
[all …]
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-163992 [Chromium][Windows] TestShell flakily crashes with EventSender.contextClick()
21871 need this method on WebFrameClient to support TestShell / DRT.
23276 but TestShell returns a valid object. Both need to work via

12