/external/webkit/Tools/DumpRenderTree/chromium/ |
D | TestShell.cpp | 94 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 …]
|
D | AccessibilityController.h | 42 class TestShell; variable 46 explicit AccessibilityController(TestShell*); 81 TestShell* m_shell;
|
D | TextInputController.h | 40 class TestShell; variable 48 TextInputController(TestShell*); 71 static TestShell* testShell;
|
D | NotificationPresenter.h | 41 class TestShell; variable 46 explicit NotificationPresenter(TestShell* shell) : m_shell(shell) {} in NotificationPresenter() 65 TestShell* m_shell;
|
D | EventSender.h | 46 class TestShell; variable 57 EventSender(TestShell*); 149 TestShell* m_shell;
|
D | TestShellWin.cpp | 61 TestShell* shell = static_cast<TestShell*>(arg); in watchDogThread() 79 void TestShell::waitTestFinished() in waitTestFinished()
|
D | TestShell.h | 81 class TestShell { 83 TestShell(bool testShellMode); 84 ~TestShell();
|
D | LayoutTestController.h | 59 class TestShell; variable 65 LayoutTestController(TestShell*); 421 virtual bool run(TestShell* shell) = 0; 486 TestShell* m_shell;
|
D | PlainTextController.h | 36 class TestShell; variable
|
D | TextInputController.cpp | 47 TestShell* TextInputController::testShell = 0; 49 TextInputController::TextInputController(TestShell* shell) in TextInputController()
|
D | DumpRenderTree.cpp | 77 static void runTest(TestShell& shell, TestParams& params, const string& testName, bool testShellMod… in runTest() 203 TestShell shell(testShellMode); in main()
|
D | WebViewHost.h | 49 class TestShell; variable 69 WebViewHost(TestShell* shell); 287 TestShell* m_shell;
|
D | AccessibilityController.cpp | 43 AccessibilityController::AccessibilityController(TestShell* shell) in AccessibilityController()
|
D | TestShellGtk.cpp | 170 void TestShell::waitTestFinished() in waitTestFinished()
|
D | TestShellMac.mm | 33 #include "TestShell.h" 96 void TestShell::waitTestFinished()
|
D | LayoutTestController.cpp | 72 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()
|
D | WebViewHost.cpp | 726 const int border2 = TestShell::virtualWindowBorder * 2; in setWindowRect() 1135 WebViewHost::WebViewHost(TestShell* shell) in WebViewHost() 1267 TestShell::resizeWindowForTest(this, url); in loadURLForFrame()
|
D | EventSender.cpp | 247 EventSender::EventSender(TestShell* shell) in EventSender()
|
/external/chromium/webkit/glue/ |
D | cpp_bound_class_unittest.cc | 57 class ExampleTestShell : public TestShell { 69 TestShell::BindJSObjectsToWindow(frame); in BindJSObjectsToWindow() 91 TestShell::windowList()->push_back(host->mainWnd()); in CreateEmptyWindow()
|
/external/webkit/Tools/DumpRenderTree/ |
D | DumpRenderTree.gypi | 33 'chromium/TestShell.cpp', 34 'chromium/TestShell.h',
|
/external/chromium/base/ |
D | base_paths_mac.mm | 62 // The bundled app executables (Chromium, TestShell, etc) live five
|
/external/webkit/Tools/ |
D | ChangeLog | 677 * 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 …]
|
D | ChangeLog-2011-02-16 | 50 * 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 …]
|
D | ChangeLog-2010-05-24 | 131 * 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/ |
D | ChangeLog-2011-02-16 | 3992 [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
|