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

  /external/chromium/chrome/browser/ui/webui/options/
autofill_options_handler.cc 106 void SetValueList(const ListValue* list,
396 SetValueList(list_value, NAME_FULL, &profile);
412 SetValueList(list_value, PHONE_HOME_WHOLE_NUMBER, &profile);
414 SetValueList(list_value, PHONE_FAX_WHOLE_NUMBER, &profile);
416 SetValueList(list_value, EMAIL_ADDRESS, &profile);
  /external/chromium_org/chrome/browser/ui/webui/options/
autofill_options_handler.cc 97 void SetValueList(const ListValue* list,
548 SetValueList(list_value, autofill::PHONE_HOME_WHOLE_NUMBER, &profile);
551 SetValueList(list_value, autofill::EMAIL_ADDRESS, &profile);

Completed in 1068 milliseconds