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();
356 PassRefPtrWillBeRawPtr<Range> InputMethodController::compositionRange() const function in class:blink::InputMethodController
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebPopupMenuImpl.cpp346 bool WebPopupMenuImpl::compositionRange(size_t* location, size_t* length) function in class:blink::WebPopupMenuImpl
H A DWebViewImpl.cpp2182 RefPtrWillBeRawPtr<Range> range = inputMethodController.compositionRange();
2240 bool WebViewImpl::compositionRange(size_t* location, size_t* length) function in class:WebViewImpl
2246 RefPtrWillBeRawPtr<Range> range = focused->inputMethodController().compositionRange();
2302 if (RefPtrWillBeRawPtr<Range> range = focused->inputMethodController().compositionRange()) {
/external/chromium_org/third_party/WebKit/public/web/
H A DWebWidget.h203 virtual bool compositionRange(size_t* location, size_t* length) { return false; } function in class:blink::WebWidget

Completed in 1540 milliseconds