Home | History | Annotate | Download | only in nav

Lines Matching refs:handleId

591 int getHandleLayerId(SelectText::HandleId handleId, SkIPoint& cursorPoint,
596 int layerId = selectText->caretLayerId(handleId);
597 IntRect cursorRect = selectText->caretRect(handleId);
598 IntRect textRect = selectText->textRect(handleId);
734 bool isHandleLeft(SelectText::HandleId handleId)
738 return (handleId == SelectText::BaseHandle);
740 return (selectText->getHandleType(handleId) == SelectText::LeftHandle);
1301 int layerId = webview->getHandleLayerId((SelectText::HandleId) handleIndex,
1338 jint handleId)
1341 return webview->isHandleLeft(static_cast<SelectText::HandleId>(handleId));