OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:set_guid
(Results
1 - 15
of
15
) sorted by null
/external/chromium/chrome/browser/sync/glue/
autofill_profile_model_associator_unittest.cc
105
profile_specifics->
set_guid
(guid);
186
profile_specifics->
set_guid
("abc");
223
profile_specifics.
set_guid
(guid);
242
profile_specifics.
set_guid
(guid);
autofill_profile_change_processor.cc
330
specifics.
set_guid
(profile.guid());
autofill_change_processor.cc
350
p->
set_guid
(guid);
autofill_model_associator.cc
308
p.
set_guid
(guid);
/external/chromium/chrome/browser/autofill/
credit_card.h
48
void
set_guid
(const std::string& guid) { guid_ = guid; }
function in class:CreditCard
autofill_common_test.cc
62
profile->
set_guid
(guid);
autofill_profile.h
62
void
set_guid
(const std::string& guid) { guid_ = guid; }
function in class:AutofillProfile
autofill_manager_unittest.cc
94
credit_card->
set_guid
("00000000-0000-0000-0000-000000000007");
106
profile->
set_guid
("00000000-0000-0000-0000-000000000001");
114
profile->
set_guid
("00000000-0000-0000-0000-000000000002");
119
profile->
set_guid
("00000000-0000-0000-0000-000000000003");
128
credit_card->
set_guid
("00000000-0000-0000-0000-000000000004");
135
credit_card->
set_guid
("00000000-0000-0000-0000-000000000005");
140
credit_card->
set_guid
("00000000-0000-0000-0000-000000000006");
[
all
...]
autofill_metrics_unittest.cc
104
profile->
set_guid
("00000000-0000-0000-0000-000000000001");
112
profile->
set_guid
("00000000-0000-0000-0000-000000000002");
[
all
...]
autofill_profile_unittest.cc
625
a.
set_guid
(guid::GenerateGUID());
626
b.
set_guid
(guid::GenerateGUID());
/external/chromium/chrome/browser/ui/webui/options/
autofill_options_handler.cc
419
profile.
set_guid
(guid::GenerateGUID());
449
credit_card.
set_guid
(guid::GenerateGUID());
/external/chromium/chrome/browser/webdata/
web_database_migration_unittest.cc
56
profile->
set_guid
(s.ColumnString(16));
67
profile->
set_guid
(s.ColumnString(0));
91
profile->
set_guid
(s.ColumnString(0));
126
credit_card->
set_guid
(s.ColumnString(13));
137
credit_card->
set_guid
(s.ColumnString(0));
[
all
...]
autofill_table.cc
86
profile->
set_guid
(s.ColumnString(0));
124
credit_card->
set_guid
(s.ColumnString(0));
[
all
...]
autofill_table_unittest.cc
694
billing_profile.
set_guid
(guid::GenerateGUID());
[
all
...]
/external/chromium/chrome/browser/sync/
profile_sync_service_autofill_unittest.cc
398
p.
set_guid
(autofill.profile().guid());
424
p.
set_guid
(autofill.guid());
[
all
...]
Completed in 414 milliseconds