Home | History | Annotate | Download | only in WebView

Lines Matching refs:isInPasswordField

3607 static BOOL isInPasswordField(Frame* coreFrame)
3609 return coreFrame && coreFrame->selection()->isInPasswordField();
3624 BOOL exposeInputContext = isTextInput(frame) && !isInPasswordField(frame);
5641 if (!isTextInput(coreFrame) || isInPasswordField(coreFrame)) {
5900 BOOL exposeInputContext = isTextInput(coreFrame) && !isInPasswordField(coreFrame);