HomeSort by relevance Sort by last modified time
    Searched defs:TextInputController (Results 1 - 4 of 4) sorted by null

  /external/webkit/Tools/DumpRenderTree/qt/
TextInputControllerQt.h 38 class TextInputController : public QObject {
41 TextInputController(QWebPage* parent);
TextInputControllerQt.cpp 37 TextInputController::TextInputController(QWebPage* parent)
42 void TextInputController::doCommand(const QString& command)
133 void TextInputController::setMarkedText(const QString& string, int start, int end)
142 void TextInputController::insertText(const QString& string)
150 QVariantList TextInputController::selectedRange()
155 QVariantList TextInputController::firstRectForCharacterRange(int location, int length)
  /external/webkit/Tools/DumpRenderTree/chromium/
TextInputController.h 31 // TextInputController is bound to window.textInputController in Javascript
46 class TextInputController : public CppBoundClass {
48 TextInputController(TestShell*);
70 // Non-owning pointer. The TextInputController is owned by the TestShell.
TextInputController.cpp 32 #include "TextInputController.h"
47 TestShell* TextInputController::testShell = 0;
49 TextInputController::TextInputController(TestShell* shell)
56 bindMethod("attributedSubstringFromRange", &TextInputController::attributedSubstringFromRange);
57 bindMethod("characterIndexForPoint", &TextInputController::characterIndexForPoint);
58 bindMethod("conversationIdentifier", &TextInputController::conversationIdentifier);
59 bindMethod("doCommand", &TextInputController::doCommand);
60 bindMethod("firstRectForCharacterRange", &TextInputController::firstRectForCharacterRange);
61 bindMethod("hasMarkedText", &TextInputController::hasMarkedText)
    [all...]

Completed in 157 milliseconds