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

  /external/webkit/Tools/DumpRenderTree/chromium/
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...]
TextInputController.h 40 class TestShell;
48 TextInputController(TestShell*);
70 // Non-owning pointer. The TextInputController is owned by the TestShell.
71 static TestShell* testShell;

Completed in 1778 milliseconds