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

  /external/chromium_org/components/autofill/core/browser/
personal_data_manager_unittest.cc 2168 ServerFieldTypeSet non_empty_types; local
    [all...]
autofill_manager.cc 805 ServerFieldTypeSet non_empty_types; local
806 personal_data_->GetNonEmptyTypes(&non_empty_types);
807 // Always add PASSWORD to |non_empty_types| so that if |submitted_form|
810 // effect from adding PASSWORD to |non_empty_types|.
811 non_empty_types.insert(PASSWORD);
814 non_empty_types);
    [all...]

Completed in 51 milliseconds