Home | History | Annotate | Download | only in chromium

Lines Matching refs:TestShell

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()));
107 testShell->webView()->setComposition(WebString::fromUTF8(arguments[0].toString()),
118 testShell->webView()->confirmComposition();