Searched defs:SelectionLeft (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
H A DCompositedSelectionBound.h42 SelectionLeft, enumerator in enum:blink::CompositedSelectionBound::Type
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebSelectionBound.h16 SelectionLeft, enumerator in enum:blink::WebSelectionBound::Type
/external/chromium_org/ppapi/examples/ime/
H A Dime.cc150 utf8_text_.substr(0, SelectionLeft()));
270 utf8_text_.replace(SelectionLeft(), SelectionRight() - SelectionLeft(),
272 caret_pos_ = anchor_pos_ = SelectionLeft() + text.size();
311 caret_pos_ = SelectionLeft();
370 utf8_text_.substr(SelectionLeft(),
371 SelectionRight() - SelectionLeft()));
374 size_t SelectionLeft() const { function in class:MyTextField

Completed in 72 milliseconds