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

  /external/webkit/WebKit/chromium/src/
EditorClientImpl.h 133 // |autofillOnEmptyValue| indicates whether the autofill should be shown
140 bool formAutofillOnly, bool autofillOnEmptyValue,
185 bool autofillOnEmptyValue;
EditorClientImpl.cpp 697 bool autofillOnEmptyValue,
721 m_autofillArgs->autofillOnEmptyValue = autofillOnEmptyValue;
750 if ((!args->autofillOnEmptyValue && value.isEmpty()) || !isCaretAtEnd) {
    [all...]

Completed in 2019 milliseconds