Searched refs:InitByTagLookup (Results 1 - 23 of 23) sorted by relevance

/external/chromium/chrome/browser/sync/glue/
H A Dtheme_model_associator.cc40 if (!root.InitByTagLookup(kThemesTag)) {
86 if (!root.InitByTagLookup(kThemesTag)) {
H A Dextension_sync.cc29 if (!node.InitByTagLookup(tag)) {
139 if (!root.InitByTagLookup(root_node_tag)) {
218 if (!root.InitByTagLookup(traits.root_node_tag)) {
246 if (!root.InitByTagLookup(traits.root_node_tag)) {
H A Dpassword_change_processor.cc60 if (!password_root.InitByTagLookup(kPasswordTag)) {
135 if (!password_root.InitByTagLookup(kPasswordTag)) {
H A Dautofill_profile_change_processor.cc67 if (!autofill_profile_root.InitByTagLookup(kAutofillProfileTag)) {
115 if (!autofill_root.InitByTagLookup(kAutofillProfileTag)) {
H A Dautofill_model_associator.cc157 if (!autofill_root.InitByTagLookup(kAutofillTag)) {
454 if (!sync_node.InitByTagLookup(tag.c_str()))
558 if (!autofill_profile_root_node.InitByTagLookup(
H A Dautofill_profile_model_associator.cc121 if (!sync_node.InitByTagLookup(tag.c_str()))
163 if (!autofill_root.InitByTagLookup(kAutofillProfileTag)) {
225 if (!node.InitByTagLookup(kAutofillProfileTag)) {
H A Dautofill_change_processor.cc72 if (!autofill_root.InitByTagLookup(kAutofillTag)) {
204 if (!autofill_root.InitByTagLookup(kAutofillTag)) {
H A Dpassword_model_associator.cc65 if (!password_root.InitByTagLookup(kPasswordTag)) {
259 if (!sync_node.InitByTagLookup(tag.c_str()))
H A Dtyped_url_change_processor.cc84 if (!typed_url_root.InitByTagLookup(kTypedUrlTag)) {
193 if (!typed_url_root.InitByTagLookup(kTypedUrlTag)) {
H A Dpreference_change_processor.cc76 if (!root.InitByTagLookup(browser_sync::kPreferencesTag)) {
H A Dsession_change_processor.cc164 if (!root.InitByTagLookup(kSessionsTag)) {
H A Dsession_model_associator.cc73 if (!root.InitByTagLookup(kSessionsTag)) {
399 if (!root.InitByTagLookup(kSessionsTag)) {
741 if (!root.InitByTagLookup(kSessionsTag)) {
872 if (!root.InitByTagLookup(kSessionsTag)) {
H A Dtyped_url_model_associator.cc63 if (!typed_url_root.InitByTagLookup(kTypedUrlTag)) {
277 if (!sync_node.InitByTagLookup(tag.c_str()))
H A Dpreference_model_associator.cc214 if (!sync_node.InitByTagLookup(tag.c_str()))
H A Dbookmark_model_associator.cc296 if (!sync_node.InitByTagLookup(tag.c_str()))
H A Dsync_backend_host.cc318 if (!autofil_root_node.InitByTagLookup(browser_sync::kAutofillTag)) {
332 if (!autofill_profile_root_node.InitByTagLookup(
/external/chromium/chrome/browser/sync/engine/
H A Dsyncapi.h341 bool InitByTagLookup(const std::string& tag);
496 bool InitByTagLookup(const std::string& tag);
H A Dsyncapi.cc729 bool WriteNode::InitByTagLookup(const std::string& tag) { function in class:sync_api::WriteNode
992 bool ReadNode::InitByTagLookup(const std::string& tag) { function in class:sync_api::ReadNode
1005 << "SyncAPI InitByTagLookup referencing unusually typed object.";
1782 if (!node.InitByTagLookup(kNigoriTag)) {
1935 if (!node.InitByTagLookup(kNigoriTag)) {
1972 if (!node.InitByTagLookup(kNigoriTag)) {
2006 if (!node.InitByTagLookup(kNigoriTag)) {
2022 if (!node.InitByTagLookup(kNigoriTag)) {
2109 if (!type_root.InitByTagLookup(tag)) {
2145 if (!passwords_root.InitByTagLookup(passwords_ta
[all...]
/external/chromium/chrome/browser/sync/
H A Dprofile_sync_service_typed_url_unittest.cc204 ASSERT_TRUE(typed_url_root.InitByTagLookup(browser_sync::kTypedUrlTag));
217 if (!typed_url_root.InitByTagLookup(browser_sync::kTypedUrlTag))
H A Dprofile_sync_service_autofill_unittest.cc344 if (!autofill_root.InitByTagLookup(browser_sync::kAutofillTag))
360 if (!autofill_root.InitByTagLookup(browser_sync::kAutofillProfileTag))
375 if (!autofill_root.InitByTagLookup(browser_sync::kAutofillTag))
412 if (!autofill_root.InitByTagLookup(browser_sync::kAutofillProfileTag))
H A Dprofile_sync_service_password_unittest.cc250 ASSERT_TRUE(password_root.InitByTagLookup(browser_sync::kPasswordTag));
263 ASSERT_TRUE(password_root.InitByTagLookup(browser_sync::kPasswordTag));
H A Dprofile_sync_service_preference_unittest.cc138 if (!root.InitByTagLookup(browser_sync::kPreferencesTag))
H A Dprofile_sync_service_bookmark_unittest.cc70 root_exists = root.InitByTagLookup(
85 EXPECT_TRUE(root.InitByTagLookup(

Completed in 103 milliseconds