OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:data_model
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/components/autofill/core/browser/
autofill_manager.cc
445
const AutofillDataModel*
data_model
= NULL;
local
449
// NOTE: RefreshDataModels may invalidate |
data_model
| because it causes the
454
!GetProfileOrCreditCard(unique_id, &
data_model
, &variant) ||
469
base::string16 value =
data_model
->GetInfoForVariant(
506
base::string16 value =
data_model
->GetInfoForVariant(
571
const AutofillDataModel*
data_model
= NULL;
local
573
if (!GetProfileOrCreditCard(unique_id, &
data_model
, &variant)) {
584
personal_data_->RemoveByGUID(
data_model
->guid());
815
const AutofillDataModel**
data_model
,
828
*
data_model
= personal_data_->GetProfileByGUID(profile_guid.first)
[
all
...]
autofill_manager.h
221
const AutofillDataModel**
data_model
,
/external/chromium_org/components/autofill/core/browser/webdata/
autofill_table.cc
49
// Returns the |
data_model
|'s value corresponding to the |type|, trimmed to the
51
base::string16 GetInfo(const AutofillDataModel&
data_model
,
53
base::string16 data =
data_model
.GetRawInfo(type);
[
all
...]
/external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_impl.cc
280
// Returns whether |
data_model
| is complete, i.e. can fill out all the
283
bool HasCompleteAndVerifiedData(const AutofillDataModel&
data_model
,
285
if (!
data_model
.IsVerified())
293
data_model
.GetRawInfo(type).empty()) {
[
all
...]
autofill_dialog_controller_unittest.cc
462
// |
data_model
|. If |section| is SECTION_CC, also fills in '123' for the CVC.
463
void FillInputs(DialogSection section, const AutofillDataModel&
data_model
) {
479
output =
data_model
.GetInfo(AutofillType(type), "en-US");
[
all
...]
/prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar
Completed in 670 milliseconds