Home | History | Annotate | Download | only in WebView

Lines Matching refs:isInPasswordField

3804 static BOOL isInPasswordField(Frame* coreFrame)
3806 return coreFrame && coreFrame->selection()->isInPasswordField();
3821 BOOL exposeInputContext = isTextInput(frame) && !isInPasswordField(frame);
5868 if (!isTextInput(coreFrame) || isInPasswordField(coreFrame)) {
6140 if (isInPasswordField(coreFrame)) {
6163 BOOL exposeInputContext = isTextInput(coreFrame) && !isInPasswordField(coreFrame);