Home | History | Annotate | Download | only in jni

Lines Matching refs:handleId

1560         SelectText::HandleId handleId, SelectText::HandleType handleType,
1566 selectTextContainer->setCaretLayerId(handleId, layerId);
1578 selectTextContainer->setCaretRect(handleId, caretRect);
1579 selectTextContainer->setHandleType(handleId, handleType);
1580 selectTextContainer->setTextRect(handleId,
1756 void WebViewCore::selectText(SelectText::HandleId handleId, int x, int y)
1767 bool draggingBase = (handleId == SelectText::BaseHandle);
5015 jint handleId, jint x, jint y)
5018 viewImpl->selectText(static_cast<SelectText::HandleId>(handleId), x, y);