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

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DInputMethodController.cpp115 RefPtr<Range> range = compositionRange();
147 RefPtr<Range> range = compositionRange();
348 PassRefPtr<Range> InputMethodController::compositionRange() const function in class:WebCore::InputMethodController
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebPopupMenuImpl.cpp317 bool WebPopupMenuImpl::compositionRange(size_t* location, size_t* length) function in class:WebKit::WebPopupMenuImpl
H A DWebViewImpl.cpp2085 RefPtr<Range> range = inputMethodController.compositionRange();
2145 RefPtr<Range> range = inputMethodController.compositionRange();
2170 bool WebViewImpl::compositionRange(size_t* location, size_t* length) function in class:WebKit::WebViewImpl
2176 RefPtr<Range> range = focused->inputMethodController().compositionRange();
2223 range = focused->inputMethodController().compositionRange();
/external/chromium_org/third_party/WebKit/public/web/
H A DWebWidget.h193 virtual bool compositionRange(size_t* location, size_t* length) { return false; } function in class:WebKit::WebWidget
/external/chromium_org/content/renderer/
H A Drender_widget_fullscreen_pepper.cc308 virtual bool compositionRange(size_t* location, size_t* length) { function in class:content::__anon8089::PepperWidget

Completed in 133 milliseconds