OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setSelectionOffsets
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
InputMethodController.h
113
bool
setSelectionOffsets
(const PlainTextRange&);
InputMethodController.cpp
54
m_inputMethodController->
setSelectionOffsets
(m_offsets);
340
setSelectionOffsets
(PlainTextRange(compositionStart, compositionEnd));
366
bool InputMethodController::
setSelectionOffsets
(const PlainTextRange& selectionOffsets)
385
return
setSelectionOffsets
(selectionOffsets);
395
setSelectionOffsets
(PlainTextRange(std::max(static_cast<int>(selectionOffsets.start()) - before, 0), selectionOffsets.end() + after));
Completed in 268 milliseconds