Searched defs:compositionRange (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DInputMethodController.cpp98 RefPtrWillBeRawPtr<Range> range = compositionRange();
353 PassRefPtrWillBeRawPtr<Range> InputMethodController::compositionRange() const function in class:WebCore::InputMethodController
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebPopupMenuImpl.cpp350 bool WebPopupMenuImpl::compositionRange(size_t* location, size_t* length) function in class:blink::WebPopupMenuImpl
H A DWebViewImpl.cpp2029 RefPtrWillBeRawPtr<Range> range = inputMethodController.compositionRange();
2087 bool WebViewImpl::compositionRange(size_t* location, size_t* length) function in class:WebViewImpl
2093 RefPtrWillBeRawPtr<Range> range = focused->inputMethodController().compositionRange();
2144 if (RefPtrWillBeRawPtr<Range> range = focused->inputMethodController().compositionRange()) {
/external/chromium_org/third_party/WebKit/public/web/
H A DWebWidget.h180 virtual bool compositionRange(size_t* location, size_t* length) { return false; } function in class:blink::WebWidget

Completed in 182 milliseconds