Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/autofill/
Dautofill_manager.cc226 bool FormIsHTTPS(FormStructure* form) { in FormIsHTTPS() function
410 else if (is_filling_credit_card && !FormIsHTTPS(form_structure)) in OnQueryFormFieldAutofill()