Home | History | Annotate | Download | only in web

Lines Matching defs:compositionRange

2085     RefPtr<Range> range = inputMethodController.compositionRange();
2145 RefPtr<Range> range = inputMethodController.compositionRange();
2170 bool WebViewImpl::compositionRange(size_t* location, size_t* length)
2176 RefPtr<Range> range = focused->inputMethodController().compositionRange();
2223 range = focused->inputMethodController().compositionRange();