Home | History | Annotate | Download | only in nav

Lines Matching refs:selectText

50 #include "SelectText.h"
429 SelectText* select = static_cast<SelectText*>(
574 void setTextSelection(SelectText *selection) {
591 int getHandleLayerId(SelectText::HandleId handleId, SkIPoint& cursorPoint,
593 SelectText* selectText = static_cast<SelectText*>(getDrawExtra(DrawExtrasSelection));
594 if (!selectText || !m_baseLayer)
596 int layerId = selectText->caretLayerId(handleId);
597 IntRect cursorRect = selectText->caretRect(handleId);
598 IntRect textRect = selectText->textRect(handleId);
734 bool isHandleLeft(SelectText::HandleId handleId)
736 SelectText* selectText = static_cast<SelectText*>(getDrawExtra(DrawExtrasSelection));
737 if (!selectText)
738 return (handleId == SelectText::BaseHandle);
740 return (selectText->getHandleType(handleId) == SelectText::LeftHandle);
1290 SelectText* selection = reinterpret_cast<SelectText*>(selectionPtr);
1301 int layerId = webview->getHandleLayerId((SelectText::HandleId) handleIndex,
1341 return webview->isHandleLeft(static_cast<SelectText::HandleId>(handleId));