OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InitByTagLookup
(Results
1 - 25
of
50
) sorted by null
1
2
/external/chromium_org/sync/internal_api/public/
read_node.h
43
InitByLookupResult
InitByTagLookup
(const std::string& tag);
write_node.h
91
InitByLookupResult
InitByTagLookup
(const std::string& tag);
/external/chromium/chrome/browser/sync/glue/
theme_model_associator.cc
40
if (!root.
InitByTagLookup
(kThemesTag)) {
86
if (!root.
InitByTagLookup
(kThemesTag)) {
extension_sync.cc
29
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)) {
password_change_processor.cc
60
if (!password_root.
InitByTagLookup
(kPasswordTag)) {
135
if (!password_root.
InitByTagLookup
(kPasswordTag)) {
autofill_profile_change_processor.cc
67
if (!autofill_profile_root.
InitByTagLookup
(kAutofillProfileTag)) {
115
if (!autofill_root.
InitByTagLookup
(kAutofillProfileTag)) {
autofill_model_associator.cc
157
if (!autofill_root.
InitByTagLookup
(kAutofillTag)) {
454
if (!sync_node.
InitByTagLookup
(tag.c_str()))
558
if (!autofill_profile_root_node.
InitByTagLookup
(
autofill_profile_model_associator.cc
121
if (!sync_node.
InitByTagLookup
(tag.c_str()))
163
if (!autofill_root.
InitByTagLookup
(kAutofillProfileTag)) {
225
if (!node.
InitByTagLookup
(kAutofillProfileTag)) {
autofill_change_processor.cc
72
if (!autofill_root.
InitByTagLookup
(kAutofillTag)) {
204
if (!autofill_root.
InitByTagLookup
(kAutofillTag)) {
password_model_associator.cc
65
if (!password_root.
InitByTagLookup
(kPasswordTag)) {
259
if (!sync_node.
InitByTagLookup
(tag.c_str()))
typed_url_change_processor.cc
84
if (!typed_url_root.
InitByTagLookup
(kTypedUrlTag)) {
193
if (!typed_url_root.
InitByTagLookup
(kTypedUrlTag)) {
preference_change_processor.cc
76
if (!root.
InitByTagLookup
(browser_sync::kPreferencesTag)) {
session_change_processor.cc
164
if (!root.
InitByTagLookup
(kSessionsTag)) {
session_model_associator.cc
73
if (!root.
InitByTagLookup
(kSessionsTag)) {
399
if (!root.
InitByTagLookup
(kSessionsTag)) {
741
if (!root.
InitByTagLookup
(kSessionsTag)) {
872
if (!root.
InitByTagLookup
(kSessionsTag)) {
[
all
...]
/external/chromium_org/sync/internal_api/
read_node.cc
80
BaseNode::InitByLookupResult ReadNode::
InitByTagLookup
(
93
<< "SyncAPI
InitByTagLookup
referencing unusually typed object.";
sync_encryption_handler_impl_unittest.cc
149
ASSERT_EQ(nigori_node.
InitByTagLookup
(kNigoriTag), BaseNode::INIT_OK);
242
ASSERT_EQ(nigori_node.
InitByTagLookup
(kNigoriTag), BaseNode::INIT_OK);
275
ASSERT_EQ(nigori_node.
InitByTagLookup
(kNigoriTag), BaseNode::INIT_OK);
312
ASSERT_EQ(nigori_node.
InitByTagLookup
(kNigoriTag), BaseNode::INIT_OK);
590
ASSERT_EQ(nigori_node.
InitByTagLookup
(kNigoriTag), BaseNode::INIT_OK);
733
ASSERT_EQ(nigori_node.
InitByTagLookup
(kNigoriTag), BaseNode::INIT_OK);
790
ASSERT_EQ(nigori_node.
InitByTagLookup
(kNigoriTag), BaseNode::INIT_OK);
[
all
...]
sync_encryption_handler_impl.cc
251
if (node.
InitByTagLookup
(kNigoriTag) != BaseNode::INIT_OK)
335
if (node.
InitByTagLookup
(kNigoriTag) != BaseNode::INIT_OK) {
488
if (node.
InitByTagLookup
(kNigoriTag) != BaseNode::INIT_OK) {
769
if (nigori_node.
InitByTagLookup
(kNigoriTag) != BaseNode::INIT_OK)
[
all
...]
/external/chromium_org/chrome/browser/sync/glue/
password_change_processor.cc
67
if (password_root.
InitByTagLookup
(kPasswordTag) !=
175
if (password_root.
InitByTagLookup
(kPasswordTag) !=
synced_device_tracker.cc
107
if (root_node.
InitByTagLookup
(
186
type_root.
InitByTagLookup
(ModelTypeToRootTag(syncer::DEVICE_INFO));
generic_change_processor.cc
154
if (root.
InitByTagLookup
(syncer::ModelTypeToRootTag(type)) !=
192
if (root.
InitByTagLookup
(syncer::ModelTypeToRootTag(type)) !=
348
if (root_node.
InitByTagLookup
(
544
if (type_root_node.
InitByTagLookup
(syncer::ModelTypeToRootTag(type)) !=
typed_url_change_processor.cc
113
if (typed_url_root.
InitByTagLookup
(kTypedUrlTag) !=
254
if (typed_url_root.
InitByTagLookup
(kTypedUrlTag) !=
password_model_associator.cc
88
if (password_root.
InitByTagLookup
(kPasswordTag) !=
288
if (sync_node.
InitByTagLookup
(tag.c_str()) != syncer::BaseNode::INIT_OK)
generic_change_processor_unittest.cc
65
root.
InitByTagLookup
(syncer::ModelTypeToRootTag(kType)));
/external/chromium_org/chrome/browser/sync/test/integration/
enable_disable_test.cc
36
return node.
InitByTagLookup
(syncer::ModelTypeToRootTag(type)) ==
/external/chromium/chrome/browser/sync/engine/
syncapi.h
341
bool
InitByTagLookup
(const std::string& tag);
496
bool
InitByTagLookup
(const std::string& tag);
[
all
...]
Completed in 291 milliseconds
1
2