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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
InputMethodController.h 40 // FIXME: We should move PlainTextOffsets to own file for using InputMethodController
54 class InputMethodController {
56 static PassOwnPtr<InputMethodController> create(Frame*);
57 ~InputMethodController();
87 SelectionOffsetsScope(InputMethodController*);
90 InputMethodController* m_inputMethodController;
105 explicit InputMethodController(Frame*);
InputMethodController.cpp 28 #include "core/editing/InputMethodController.h"
63 InputMethodController::SelectionOffsetsScope::SelectionOffsetsScope(InputMethodController* inputMethodController)
64 : m_inputMethodController(inputMethodController)
65 , m_offsets(inputMethodController->getSelectionOffsets())
69 InputMethodController::SelectionOffsetsScope::~SelectionOffsetsScope()
76 PassOwnPtr<InputMethodController> InputMethodController::create(Frame* frame)
78 return adoptPtr(new InputMethodController(frame))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
Frame.h 57 class InputMethodController;
104 InputMethodController& inputMethodController() const;
190 OwnPtr<InputMethodController> m_inputMethodController;
247 inline InputMethodController& Frame::inputMethodController() const
Frame.cpp 39 #include "core/editing/InputMethodController.h"
111 , m_inputMethodController(InputMethodController::create(this))
  /external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.cpp 103 #include "core/editing/InputMethodController.h"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk 201 third_party/WebKit/Source/core/editing/InputMethodController.cpp \
    [all...]
webcore_remaining.target.darwin-mips.mk 201 third_party/WebKit/Source/core/editing/InputMethodController.cpp \
    [all...]
webcore_remaining.target.darwin-x86.mk 201 third_party/WebKit/Source/core/editing/InputMethodController.cpp \
    [all...]
webcore_remaining.target.linux-arm.mk 201 third_party/WebKit/Source/core/editing/InputMethodController.cpp \
    [all...]
webcore_remaining.target.linux-mips.mk 201 third_party/WebKit/Source/core/editing/InputMethodController.cpp \
    [all...]
webcore_remaining.target.linux-x86.mk 201 third_party/WebKit/Source/core/editing/InputMethodController.cpp \
    [all...]

Completed in 155 milliseconds