Home | History | Annotate | Download | only in UIProcess

Lines Matching refs:editorState

2145 void WebPageProxy::editorStateChanged(const EditorState& editorState)
2148 bool couldChangeSecureInputState = m_editorState.isInPasswordField != editorState.isInPasswordField || m_editorState.selectionIsNone;
2151 m_editorState = editorState;
2155 if (editorState.selectionIsNone)