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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
InputMethodController.h 41 class InputMethodController FINAL : public NoBaseWillBeGarbageCollectedFinalized<InputMethodController> {
42 WTF_MAKE_NONCOPYABLE(InputMethodController);
49 static PassOwnPtrWillBeRawPtr<InputMethodController> create(LocalFrame&);
50 ~InputMethodController();
90 SelectionOffsetsScope(InputMethodController*);
93 InputMethodController* m_inputMethodController;
107 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 PassOwnPtrWillBeRawPtr<InputMethodController> InputMethodController::create(LocalFrame& frame)
61 return adoptPtrWillBeNoop(new InputMethodController(frame))
    [all...]
InputMethodControllerTest.cpp 6 #include "core/editing/InputMethodController.h"
22 InputMethodController& controller() { return frame().inputMethodController(); }
114 // from the user and IME, but is visible to InputMethodController.
  /external/chromium_org/third_party/WebKit/Source/core/html/ime/
InputMethodContext.h 45 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 54 class InputMethodController;
104 InputMethodController& inputMethodController() const;
181 OwnPtrWillBeMember<InputMethodController> m_inputMethodController;
234 inline InputMethodController& LocalFrame::inputMethodController() const
LocalFrame.cpp 37 #include "core/editing/InputMethodController.h"
102 , m_inputMethodController(InputMethodController::create(*this))
  /external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.cpp 46 #include "core/editing/InputMethodController.h"
    [all...]
WebLocalFrameImpl.cpp 106 #include "core/editing/InputMethodController.h"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk 273 third_party/WebKit/Source/core/editing/InputMethodController.cpp \
    [all...]
webcore_remaining.target.darwin-arm64.mk 273 third_party/WebKit/Source/core/editing/InputMethodController.cpp \
    [all...]
webcore_remaining.target.darwin-mips.mk 273 third_party/WebKit/Source/core/editing/InputMethodController.cpp \
    [all...]
webcore_remaining.target.darwin-mips64.mk 273 third_party/WebKit/Source/core/editing/InputMethodController.cpp \
    [all...]
webcore_remaining.target.darwin-x86.mk 273 third_party/WebKit/Source/core/editing/InputMethodController.cpp \
    [all...]
webcore_remaining.target.darwin-x86_64.mk 273 third_party/WebKit/Source/core/editing/InputMethodController.cpp \
    [all...]
webcore_remaining.target.linux-arm.mk 273 third_party/WebKit/Source/core/editing/InputMethodController.cpp \
    [all...]
webcore_remaining.target.linux-arm64.mk 273 third_party/WebKit/Source/core/editing/InputMethodController.cpp \
    [all...]
webcore_remaining.target.linux-mips.mk 273 third_party/WebKit/Source/core/editing/InputMethodController.cpp \
    [all...]
webcore_remaining.target.linux-mips64.mk 273 third_party/WebKit/Source/core/editing/InputMethodController.cpp \
    [all...]
webcore_remaining.target.linux-x86.mk 273 third_party/WebKit/Source/core/editing/InputMethodController.cpp \
    [all...]
webcore_remaining.target.linux-x86_64.mk 273 third_party/WebKit/Source/core/editing/InputMethodController.cpp \
    [all...]

Completed in 798 milliseconds