Home
last modified time | relevance | path

Searched refs:autofillOnEmptyValue (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebKit/chromium/src/
DEditorClientImpl.h140 bool formAutofillOnly, bool autofillOnEmptyValue,
185 bool autofillOnEmptyValue; member
DEditorClientImpl.cpp697 bool autofillOnEmptyValue, in autofill() argument
721 m_autofillArgs->autofillOnEmptyValue = autofillOnEmptyValue; in autofill()
750 if ((!args->autofillOnEmptyValue && value.isEmpty()) || !isCaretAtEnd) { in doAutofill()