OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:autofill_root
(Results
1 - 10
of
10
) sorted by null
/external/chromium/chrome/browser/sync/glue/
autofill_profile_model_associator_unittest.cc
36
const sync_api::ReadNode&
autofill_root
,
43
autofill_root
,
68
const sync_api::ReadNode &
autofill_root
,
70
return TraverseAndAssociateAllSyncNodes(trans,
autofill_root
, bundle);
148
sync_api::ReadNode
autofill_root
(&write_trans);
156
Ref(
autofill_root
),
166
autofill_root
,
176
ReadNodeMock
autofill_root
;
local
198
EXPECT_CALL(
autofill_root
, GetFirstChildId())
211
autofill_root
,
[
all
...]
autofill_profile_model_associator.cc
50
const sync_api::ReadNode&
autofill_root
,
106
autofill_root
,
162
sync_api::ReadNode
autofill_root
(&trans);
163
if (!
autofill_root
.InitByTagLookup(kAutofillProfileTag)) {
169
if (!TraverseAndAssociateChromeAutofillProfiles(&trans,
autofill_root
,
174
!TraverseAndAssociateAllSyncNodes(&trans,
autofill_root
, &bundle)) {
262
const sync_api::BaseNode&
autofill_root
,
265
int64 sync_child_id =
autofill_root
.GetFirstChildId();
292
const sync_api::BaseNode&
autofill_root
,
299
autofill_root
,
[
all
...]
autofill_profile_model_associator.h
107
const sync_api::ReadNode&
autofill_root
,
126
const sync_api::BaseNode&
autofill_root
,
136
const sync_api::ReadNode&
autofill_root
,
163
const sync_api::BaseNode&
autofill_root
,
autofill_change_processor.cc
71
sync_api::ReadNode
autofill_root
(&trans);
72
if (!
autofill_root
.InitByTagLookup(kAutofillTag)) {
82
ObserveAutofillEntriesChanged(changes, &trans,
autofill_root
);
93
const sync_api::ReadNode&
autofill_root
) {
104
autofill_root
, tag)) {
203
sync_api::ReadNode
autofill_root
(trans);
204
if (!
autofill_root
.InitByTagLookup(kAutofillTag)) {
237
DCHECK(
autofill_root
.GetId() == sync_node.GetParentId());
autofill_change_processor.h
83
const sync_api::ReadNode&
autofill_root
);
86
const sync_api::ReadNode&
autofill_root
);
autofill_model_associator.cc
65
const sync_api::ReadNode&
autofill_root
,
104
autofill_root
, tag)) {
156
sync_api::ReadNode
autofill_root
(&trans);
157
if (!
autofill_root
.InitByTagLookup(kAutofillTag)) {
163
if (!TraverseAndAssociateChromeAutofillEntries(&trans,
autofill_root
,
170
autofill_root
,
234
const sync_api::ReadNode&
autofill_root
,
259
int64 sync_child_id =
autofill_root
.GetFirstChildId();
autofill_model_associator.h
134
const sync_api::ReadNode&
autofill_root
,
140
const sync_api::ReadNode&
autofill_root
,
149
const sync_api::ReadNode&
autofill_root
,
autofill_profile_change_processor.cc
114
sync_api::ReadNode
autofill_root
(&trans);
115
if (!
autofill_root
.InitByTagLookup(kAutofillProfileTag)) {
123
ActOnChange(change, &trans,
autofill_root
);
129
sync_api::ReadNode&
autofill_root
) {
133
AddAutofillProfileSyncNode(trans,
autofill_root
, *(change->profile()));
autofill_profile_change_processor.h
80
sync_api::ReadNode&
autofill_root
);
/external/chromium/chrome/browser/sync/
profile_sync_service_autofill_unittest.cc
343
sync_api::ReadNode
autofill_root
(&trans);
344
if (!
autofill_root
.InitByTagLookup(browser_sync::kAutofillTag))
350
if (!node.InitUniqueByCreation(syncable::AUTOFILL,
autofill_root
, tag))
359
sync_api::ReadNode
autofill_root
(&trans);
360
if (!
autofill_root
.InitByTagLookup(browser_sync::kAutofillProfileTag))
365
autofill_root
, tag))
374
sync_api::ReadNode
autofill_root
(&trans);
375
if (!
autofill_root
.InitByTagLookup(browser_sync::kAutofillTag))
378
int64 child_id =
autofill_root
.GetFirstChildId();
411
sync_api::ReadNode
autofill_root
(&trans)
[
all
...]
Completed in 424 milliseconds