HomeSort by relevance Sort by last modified time
    Searched defs:SelectionLeft (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositedSelectionBound.h 42 SelectionLeft,
  /external/chromium_org/third_party/WebKit/public/platform/
WebSelectionBound.h 16 SelectionLeft,
  /external/chromium_org/ppapi/examples/ime/
ime.cc 150 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 {

Completed in 310 milliseconds