HomeSort by relevance Sort by last modified time
    Searched refs:TestShell (Results 1 - 19 of 19) sorted by null

  /external/webkit/Tools/DumpRenderTree/chromium/
PlainTextController.h 36 class TestShell;
AccessibilityController.h 42 class TestShell;
46 explicit AccessibilityController(TestShell*);
81 TestShell* m_shell;
NotificationPresenter.h 41 class TestShell;
46 explicit NotificationPresenter(TestShell* shell) : m_shell(shell) {}
65 TestShell* m_shell;
TextInputController.h 40 class TestShell;
48 TextInputController(TestShell*);
70 // Non-owning pointer. The TextInputController is owned by the TestShell.
71 static TestShell* testShell;
TestShell.cpp 32 #include "TestShell.h"
94 TestShell::TestShell(bool testShellMode)
130 void TestShell::createMainWindow()
138 TestShell::~TestShell()
147 void TestShell::createDRTDevToolsClient(DRTDevToolsAgent* agent)
152 void TestShell::showDevTools()
167 void TestShell::closeDevTools()
177 void TestShell::resetWebSettings(WebView& webView
    [all...]
EventSender.h 46 class TestShell;
57 EventSender(TestShell*);
148 // Non-owning pointer. The EventSender is owned by the TestShell.
149 TestShell* m_shell;
TestShell.h 47 // TestShell is a container of global variables and has bridge functions between
81 class TestShell {
83 TestShell(bool testShellMode);
84 ~TestShell();
121 // cause a hang. We can avoid killing TestShell in this case and still dump
TestShellWin.cpp 32 #include "TestShell.h"
61 TestShell* shell = static_cast<TestShell*>(arg);
79 void TestShell::waitTestFinished()
AccessibilityController.cpp 34 #include "TestShell.h"
43 AccessibilityController::AccessibilityController(TestShell* shell)
TestShellMac.mm 33 #include "TestShell.h"
96 void TestShell::waitTestFinished()
LayoutTestController.h 59 class TestShell;
65 LayoutTestController(TestShell*);
412 // TestShell::runFileTest).
421 virtual bool run(TestShell* shell) = 0;
486 TestShell* m_shell;
TestShellGtk.cpp 32 #include "TestShell.h"
170 void TestShell::waitTestFinished()
DumpRenderTree.cpp 33 #include "TestShell.h"
52 static const char optionStartupDialog[] = "--testshell-startup-dialog";
77 static void runTest(TestShell& shell, TestParams& params, const string& testName, bool testShellMode)
202 { // Explicit scope for the TestShell instance.
203 TestShell shell(testShellMode);
TextInputController.cpp 34 #include "TestShell.h"
47 TestShell* TextInputController::testShell = 0;
49 TextInputController::TextInputController(TestShell* shell)
51 // Set static testShell variable. Be careful not to assign testShell to new
53 if (!testShell)
54 testShell = shell;
75 return testShell->webView()->mainFrame();
85 testShell->webView()->confirmComposition(WebString::fromUTF8(arguments[0].toString()))
    [all...]
WebViewHost.h 49 class TestShell;
69 WebViewHost(TestShell* shell);
286 // Non-owning pointer. The WebViewHost instance is owned by this TestShell instance.
287 TestShell* m_shell;
LayoutTestController.cpp 36 #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)
    [all...]
WebViewHost.cpp 36 #include "TestShell.h"
726 const int border2 = TestShell::virtualWindowBorder * 2;
    [all...]
EventSender.cpp 46 #include "TestShell.h"
247 EventSender::EventSender(TestShell* shell)
    [all...]
  /external/chromium/webkit/glue/
cpp_bound_class_unittest.cc 57 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 263 milliseconds