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

/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_impl.cc1351 // |CreateWrapper()| returns an empty wrapper if |IsEditingExistingData()|, so
1364 if (wrapper && IsEditingExistingData(section)) {
1453 if (IsEditingExistingData(static_cast<DialogSection>(i))) {
1658 if (IsEditingExistingData(section))
1869 return !IsEditingExistingData(section);
1874 IsEditingExistingData(section)) {
2925 bool AutofillDialogControllerImpl::IsEditingExistingData( function in class:autofill::AutofillDialogControllerImpl
2932 return IsEditingExistingData(section) ||
3777 IsEditingExistingData(SECTION_CC_BILLING) ? active_instrument : NULL,
3778 IsEditingExistingData(SECTION_SHIPPIN
[all...]

Completed in 631 milliseconds