Home
last modified time | relevance | path

Searched refs:hasComposition (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DInputMethodController.cpp75 bool InputMethodController::hasComposition() const in hasComposition() function in WebCore::InputMethodController
111 if (!hasComposition()) in confirmComposition()
123 if (!hasComposition()) { in confirmCompositionOrInsertText()
144 if (!hasComposition()) in confirmCompositionAndResetState()
158 if (!hasComposition() || editor().preventRevealSelection()) in cancelCompositionIfSelectionIsInvalid()
176 if (!hasComposition()) in finishComposition()
250 if (!hasComposition()) { in setComposition()
346 if (!hasComposition()) in compositionRange()
DInputMethodController.h53 bool hasComposition() const;
/external/chromium_org/third_party/WebKit/Source/core/html/ime/
DInputMethodContext.cpp120 if (!controller.hasComposition()) in selectedSegment()
152 if (!controller.hasComposition()) in segments()
/external/chromium_org/third_party/WebKit/Source/web/
DWebFrameImpl.cpp1087 if (frame()->inputMethodController().hasComposition()) in insertText()
1106 return frame()->inputMethodController().hasComposition(); in hasMarkedText()
DWebViewImpl.cpp2044 if (focusedFrame->inputMethodController().hasComposition()) { in setFocus()
2075 if (!focused->editor().canEdit() && !inputMethodController.hasComposition()) in setComposition()
2110 return inputMethodController.hasComposition(); in setComposition()