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

  /external/chromium/chrome/browser/ui/webui/options/
autofill_options_handler.cc 94 void GetValueList(const AutofillProfile& profile,
326 GetValueList(*profile, NAME_FULL, &list);
335 GetValueList(*profile, PHONE_HOME_WHOLE_NUMBER, &list);
337 GetValueList(*profile, PHONE_FAX_WHOLE_NUMBER, &list);
339 GetValueList(*profile, EMAIL_ADDRESS, &list);
  /external/chromium_org/chrome/browser/ui/webui/options/
autofill_options_handler.cc 79 void GetValueList(const AutofillProfile& profile,
461 GetValueList(*profile, autofill::PHONE_HOME_WHOLE_NUMBER, &list);
463 GetValueList(*profile, autofill::EMAIL_ADDRESS, &list);

Completed in 35 milliseconds