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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
InputMethodController.h 41 class InputMethodController {
42 WTF_MAKE_NONCOPYABLE(InputMethodController);
49 static PassOwnPtr<InputMethodController> create(LocalFrame&);
50 ~InputMethodController();
89 SelectionOffsetsScope(InputMethodController*);
92 InputMethodController* m_inputMethodController;
106 explicit InputMethodController(LocalFrame&);
InputMethodController.cpp 28 #include "core/editing/InputMethodController.h"
46 InputMethodController::SelectionOffsetsScope::SelectionOffsetsScope(InputMethodController* inputMethodController)
47 : m_inputMethodController(inputMethodController)
48 , m_offsets(inputMethodController->getSelectionOffsets())
52 InputMethodController::SelectionOffsetsScope::~SelectionOffsetsScope()
59 PassOwnPtr<InputMethodController> InputMethodController::create(LocalFrame& frame)
61 return adoptPtr(new InputMethodController(frame))
    [all...]
InputMethodControllerTest.cpp 6 #include "core/editing/InputMethodController.h"
21 InputMethodController& controller() { return frame().inputMethodController(); }
  /external/chromium_org/third_party/WebKit/Source/core/html/ime/
InputMethodContext.h 46 class InputMethodController;
88 InputMethodController& inputMethodController() const;
InputMethodContext.cpp 36 #include "core/editing/InputMethodController.h"
70 return inputMethodController().compositionStart();
77 return inputMethodController().compositionEnd();
84 inputMethodController().confirmCompositionAndResetState();
102 Text* text = inputMethodController().compositionNode();
112 const InputMethodController& controller = inputMethodController();
144 const InputMethodController& controller = inputMethodController();
159 InputMethodController& InputMethodContext::inputMethodController() cons
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
LocalFrame.h 51 class InputMethodController;
93 InputMethodController& inputMethodController() const;
166 OwnPtr<InputMethodController> m_inputMethodController;
219 inline InputMethodController& LocalFrame::inputMethodController() const
LocalFrame.cpp 37 #include "core/editing/InputMethodController.h"
99 , m_inputMethodController(InputMethodController::create(*this))
  /external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.cpp 44 #include "core/editing/InputMethodController.h"
    [all...]
WebLocalFrameImpl.cpp 94 #include "core/editing/InputMethodController.h"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk 274 third_party/WebKit/Source/core/editing/InputMethodController.cpp \
    [all...]
webcore_remaining.target.darwin-arm64.mk 274 third_party/WebKit/Source/core/editing/InputMethodController.cpp \
    [all...]
webcore_remaining.target.darwin-mips.mk 274 third_party/WebKit/Source/core/editing/InputMethodController.cpp \
    [all...]
webcore_remaining.target.darwin-x86.mk 274 third_party/WebKit/Source/core/editing/InputMethodController.cpp \
    [all...]
webcore_remaining.target.darwin-x86_64.mk 274 third_party/WebKit/Source/core/editing/InputMethodController.cpp \
    [all...]
webcore_remaining.target.linux-arm.mk 274 third_party/WebKit/Source/core/editing/InputMethodController.cpp \
    [all...]
webcore_remaining.target.linux-arm64.mk 274 third_party/WebKit/Source/core/editing/InputMethodController.cpp \
    [all...]
webcore_remaining.target.linux-mips.mk 274 third_party/WebKit/Source/core/editing/InputMethodController.cpp \
    [all...]
webcore_remaining.target.linux-x86.mk 274 third_party/WebKit/Source/core/editing/InputMethodController.cpp \
    [all...]
webcore_remaining.target.linux-x86_64.mk 274 third_party/WebKit/Source/core/editing/InputMethodController.cpp \
    [all...]

Completed in 293 milliseconds