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

  /external/chromium/chrome/browser/autofill/
autofill_manager.cc 226 bool FormIsHTTPS(FormStructure* form) {
410 else if (is_filling_credit_card && !FormIsHTTPS(form_structure))
    [all...]
  /external/chromium_org/components/autofill/core/browser/
autofill_manager.cc 131 bool FormIsHTTPS(const FormStructure& form) {
448 else if (is_filling_credit_card && !FormIsHTTPS(*form_structure))
    [all...]

Completed in 199 milliseconds