Searched defs:SetInfo (Results 1 - 7 of 7) sorted by relevance

/external/chromium/chrome/browser/autofill/
H A Daddress.cc128 void Address::SetInfo(AutofillFieldType type, const string16& value) { function in class:Address
H A Dphone_number.cc114 void PhoneNumber::SetInfo(AutofillFieldType type, const string16& value) { function in class:PhoneNumber
H A Dcontact_info.cc108 void NameInfo::SetInfo(AutofillFieldType type, const string16& value) { function in class:NameInfo
365 void EmailInfo::SetInfo(AutofillFieldType type, const string16& value) { function in class:EmailInfo
408 void CompanyInfo::SetInfo(AutofillFieldType type, const string16& value) { function in class:CompanyInfo
H A Dcredit_card.cc242 void CreditCard::SetInfo(AutofillFieldType type, const string16& value) { function in class:CreditCard
H A Dautofill_profile.cc123 (*form_group_items)[i].SetInfo(type, CollapseWhitespace(values[i], false));
240 void AutofillProfile::SetInfo(AutofillFieldType type, const string16& value) { function in class:AutofillProfile
243 form_group->SetInfo(type, CollapseWhitespace(value, false));
263 SetInfo(type, values[0]);
265 SetInfo(type, string16());
492 SetInfo(*iter, profile.GetInfo(*iter));
/external/v8/src/
H A Dtype-info.cc653 SetInfo(ast_id, Smi::FromInt(target->check_type()));
657 SetInfo(ast_id, static_cast<Object*>(target));
660 SetInfo(ast_id, map);
664 SetInfo(ast_id, target);
672 SetInfo(ast_id, target);
680 SetInfo(ast_id, target);
702 SetInfo(ast_id, value);
708 void TypeFeedbackOracle::SetInfo(unsigned ast_id, Object* target) { function in class:v8::internal::TypeFeedbackOracle
/external/webkit/Source/WebKit/wx/
H A DWebView.h391 void SetInfo(wxWebViewDOMElementInfo info) { m_info = info; } function in class:wxWebViewRightClickEvent

Completed in 116 milliseconds