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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
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...]
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*);

Completed in 25 milliseconds