HomeSort by relevance Sort by last modified time
    Searched refs:autofill (Results 1 - 5 of 5) sorted by null

  /external/webkit/WebKit/chromium/src/
EditorClientImpl.h 113 // Shows the form autofill popup for |node| if it is an HTMLInputElement and
116 // Returns true if the autofill popup has been scheduled to be shown, false
121 // provided by an autofill popup. Having a separate callback in this case
129 // Triggers autofill for an input element if applicable. This can be form
130 // autofill (via a popup-menu) or password autofill depending on the
131 // input element. If |formAutofillOnly| is true, password autofill is not
133 // |autofillOnEmptyValue| indicates whether the autofill should be shown
135 // If |requiresCaretAtEnd| is true, the autofill popup is only shown if the
137 // Returns true if the autofill popup has been scheduled to be shown, fals
    [all...]
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...]
  /external/webkit/WebCore/css/
wml.css 147 input:-webkit-autofill {
CSSSelector.cpp 76 DEFINE_STATIC_LOCAL(AtomicString, autofill, ("-webkit-autofill"));
173 else if (m_value == autofill)
html.css 407 input:-webkit-autofill {

Completed in 841 milliseconds