EditorClientImpl.cpp | 66 // The size above which we stop triggering autofill for an input text field 681 // Note that we only show the autofill popup in this case if the caret is at 683 autofill(static_cast<HTMLInputElement*>(element), false, false, 691 return autofill(inputElement, true, true, false); 695 bool EditorClientImpl::autofill(HTMLInputElement* inputElement, function in class:WebKit::EditorClientImpl 704 // Let's try to trigger autofill for that field, if applicable. 714 // Don't attempt to autofill with values that are too large. 728 // We post a task for doing the autofill as the caret position is not set 730 // and we need it to determine whether or not to trigger autofill. 756 // We won't trigger form autofill in that case, as having both behavior o [all...] |