Home
last modified time | relevance | path

Searched refs:WriteNode (Results 1 – 25 of 25) sorted by relevance

/external/chromium_org/sync/internal_api/
Dwrite_node.cc36 void WriteNode::SetIsFolder(bool folder) { in SetIsFolder()
44 void WriteNode::SetTitle(const std::string& title) { in SetTitle()
111 void WriteNode::SetAppSpecifics( in SetAppSpecifics()
118 void WriteNode::SetAutofillSpecifics( in SetAutofillSpecifics()
125 void WriteNode::SetAutofillProfileSpecifics( in SetAutofillProfileSpecifics()
133 void WriteNode::SetBookmarkSpecifics( in SetBookmarkSpecifics()
140 void WriteNode::SetNigoriSpecifics( in SetNigoriSpecifics()
147 void WriteNode::SetPasswordSpecifics( in SetPasswordSpecifics()
176 void WriteNode::SetThemeSpecifics( in SetThemeSpecifics()
183 void WriteNode::SetSessionSpecifics( in SetSessionSpecifics()
[all …]
Dsync_manager_impl_unittest.cc106 WriteNode node(&trans); in MakeNode()
107 WriteNode::InitUniqueByCreationResult result = in MakeNode()
109 EXPECT_EQ(WriteNode::INIT_SUCCESS, result); in MakeNode()
123 WriteNode node(&trans); in MakeFolderWithParent()
135 WriteNode node(&trans); in MakeBookmarkWithParent()
264 syncer::WriteNode node(&trans); in CreateEntryWithAttachmentMetadata()
266 syncer::WriteNode::INIT_SUCCESS); in CreateEntryWithAttachmentMetadata()
281 syncer::WriteNode node(&trans); in ReplaceWithTombstone()
283 syncer::WriteNode::INIT_OK); in ReplaceWithTombstone()
374 WriteNode node(&trans); in TEST_F()
[all …]
Dsync_encryption_handler_impl.h26 class WriteNode; variable
181 WriteNode* nigori_node);
188 WriteNode* nigori_node);
204 WriteNode* nigori_node);
231 WriteNode* nigori_node);
Dsync_encryption_handler_impl.cc249 WriteNode node(&trans); in Init()
334 WriteNode node(&trans); in SetEncryptionPassphrase()
486 WriteNode node(&trans); in SetDecryptionPassphrase()
809 WriteNode child(trans); in ReEncryptEverything()
830 WriteNode child(trans); in ReEncryptEverything()
1010 WriteNode nigori_node(trans); in WriteEncryptionStateToNigori()
1100 WriteNode* nigori_node) { in SetCustomPassphrase()
1145 WriteNode* nigori_node) { in DecryptPendingKeysWithExplicitPassphrase()
1185 WriteNode* nigori_node) { in FinishSetPassphrase()
1347 WriteNode* nigori_node) { in AttemptToMigrateNigoriToKeystore()
Dsync_encryption_handler_impl_unittest.cc241 WriteNode nigori_node(&trans); in InitKeystoreMigratedNigori()
274 WriteNode nigori_node(&trans); in InitCustomPassMigratedNigori()
311 WriteNode nigori_node(&trans); in InitUnmigratedNigori()
732 WriteNode nigori_node(&trans); in TEST_F()
789 WriteNode nigori_node(&trans); in TEST_F()
1037 WriteNode nigori_node(&trans); in TEST_F()
1117 WriteNode nigori_node(&trans); in TEST_F()
1197 WriteNode nigori_node(&trans); in TEST_F()
1259 WriteNode nigori_node(&trans); in TEST_F()
1304 WriteNode nigori_node(&trans); in TEST_F()
[all …]
Dsync_backup_manager_unittest.cc84 WriteNode node(&trans); in CreateEntry()
85 EXPECT_EQ(WriteNode::INIT_SUCCESS, in CreateEntry()
Dsync_rollback_manager_unittest.cc98 WriteNode node(&trans); in CreateEntry()
99 EXPECT_EQ(WriteNode::INIT_SUCCESS, in CreateEntry()
Dsync_manager_impl.h40 class WriteNode; variable
/external/chromium_org/chrome/browser/sync/glue/
Dbookmark_change_processor.h25 class WriteNode; variable
122 syncer::WriteNode* sync_node);
165 syncer::WriteNode* sync_node);
179 syncer::WriteNode* dst,
185 syncer::WriteNode* dst);
193 void RemoveOneSyncNode(syncer::WriteNode* sync_node);
Dbookmark_change_processor.cc77 syncer::WriteNode* dst) { in UpdateSyncNodeProperties()
107 void BookmarkChangeProcessor::RemoveOneSyncNode(syncer::WriteNode* sync_node) { in RemoveOneSyncNode()
121 syncer::WriteNode topmost_sync_node(&trans); in RemoveSyncNodeHierarchy()
167 syncer::WriteNode topmost_node(trans); in RemoveAllChildNodes()
194 syncer::WriteNode node(trans); in RemoveAllChildNodes()
285 syncer::WriteNode sync_child(trans); in CreateSyncNode()
342 syncer::WriteNode sync_node(trans); in UpdateSyncNode()
384 syncer::WriteNode sync_node(&trans); in BookmarkNodeMoved()
431 syncer::WriteNode sync_child(&trans); in BookmarkNodeChildrenReordered()
463 syncer::WriteNode* dst, BookmarkModelAssociator* associator) { in PlaceSyncNode()
[all …]
Dtyped_url_change_processor.cc129 syncer::WriteNode update_node(trans); in CreateOrUpdateSyncNode()
142 syncer::WriteNode create_node(trans); in CreateOrUpdateSyncNode()
143 syncer::WriteNode::InitUniqueByCreationResult result = in CreateOrUpdateSyncNode()
146 if (result != syncer::WriteNode::INIT_SUCCESS) { in CreateOrUpdateSyncNode()
186 syncer::WriteNode sync_node(&trans); in HandleURLsDeleted()
Dtyped_url_model_associator.h34 class WriteNode; variable
130 syncer::WriteNode* node);
Dtyped_url_model_associator.cc266 syncer::WriteNode write_node(&trans); in DoAssociateModels()
303 syncer::WriteNode node(&trans); in DoAssociateModels()
304 syncer::WriteNode::InitUniqueByCreationResult result = in DoAssociateModels()
307 if (result != syncer::WriteNode::INIT_SUCCESS) { in DoAssociateModels()
385 syncer::WriteNode sync_node(&trans); in DoAssociateModels()
473 syncer::WriteNode sync_child_node(trans); in DeleteAllNodes()
676 syncer::WriteNode* node) { in WriteToSyncNode()
Dbookmark_model_associator.cc730 syncer::WriteNode sync_node(&trans); in PersistAssociations()
/external/chromium_org/sync/internal_api/public/
Dwrite_node.h43 class SYNC_EXPORT WriteNode : public BaseNode {
58 explicit WriteNode(WriteTransaction* transaction);
59 virtual ~WriteNode();
205 DISALLOW_COPY_AND_ASSIGN(WriteNode);
/external/clang/lib/AST/
DInheritViz.cpp48 WriteNode(Type, false); in WriteGraph()
55 void WriteNode(QualType Type, bool FromVirtual);
63 void InheritanceHierarchyWriter::WriteNode(QualType Type, bool FromVirtual) { in WriteNode() function in clang::InheritanceHierarchyWriter
105 WriteNode(Base.getType(), Base.isVirtual()); in WriteNode()
/external/chromium_org/components/sync_driver/
Dgeneric_change_processor.cc30 syncer::WriteNode* write_node) { in SetNodeSpecifics()
50 syncer::WriteNode* write_node) { in SetAttachmentMetadata()
359 syncer::WriteNode* node, in AttemptDelete()
422 syncer::WriteNode sync_node(&trans); in ProcessSyncChanges()
488 syncer::WriteNode* sync_node, in HandleActionAdd()
505 syncer::WriteNode::InitUniqueByCreationResult result = in HandleActionAdd()
508 if (result != syncer::WriteNode::INIT_SUCCESS) { in HandleActionAdd()
512 case syncer::WriteNode::INIT_FAILED_EMPTY_TAG: { in HandleActionAdd()
519 case syncer::WriteNode::INIT_FAILED_ENTRY_ALREADY_EXISTS: { in HandleActionAdd()
526 case syncer::WriteNode::INIT_FAILED_COULD_NOT_CREATE_ENTRY: { in HandleActionAdd()
[all …]
Dgeneric_change_processor.h25 class WriteNode; variable
116 syncer::WriteNode* sync_node,
127 syncer::WriteNode* sync_node,
Dgeneric_change_processor_unittest.cc176 syncer::WriteNode node(&trans); in BuildChildNodes()
464 syncer::WriteNode node(&trans); in TEST_F()
/external/chromium_org/chrome/browser/bookmarks/
Dbookmark_html_writer.cc135 if (!WriteNode(*static_cast<base::DictionaryValue*>(root_folder_value), in DoWrite()
137 !WriteNode(*static_cast<base::DictionaryValue*>(other_folder_value), in DoWrite()
139 !WriteNode(*static_cast<base::DictionaryValue*>(mobile_folder_value), in DoWrite()
245 bool WriteNode(const base::DictionaryValue& value, in WriteNode() function in __anon0b6968540111::Writer
343 if (!WriteNode(*static_cast<const base::DictionaryValue*>(child_value), in WriteNode()
/external/chromium_org/sync/syncable/
Dmodel_neutral_mutable_entry.h13 class WriteNode; variable
100 friend class syncer::WriteNode;
Dmutable_entry.h15 class WriteNode; variable
/external/chromium_org/chrome/browser/sync/
Dprofile_sync_service_bookmark_unittest.cc86 syncer::WriteNode node(trans_); in AddWithMetaInfo()
157 syncer::WriteNode node(trans_); in Delete()
183 syncer::WriteNode node(trans_); in ModifyTitle()
197 syncer::WriteNode node(trans_); in ModifyPosition()
213 syncer::WriteNode node(trans_); in ModifyCreationTime()
223 syncer::WriteNode node(trans_); in ModifyMetaInfo()
359 syncer::WriteNode node(trans); in AddFolderToShare()
387 syncer::WriteNode node(trans); in AddBookmarkToShare()
475 syncer::WriteNode node(&trans); in CreatePermanentBookmarkNodes()
1181 syncer::WriteNode sync_node(&trans); in TEST_F()
Dprofile_sync_service_autofill_unittest.cc593 syncer::WriteNode node(&trans); in AddAutofillSyncNode()
597 syncer::WriteNode::InitUniqueByCreationResult result = in AddAutofillSyncNode()
599 if (result != syncer::WriteNode::INIT_SUCCESS) in AddAutofillSyncNode()
616 syncer::WriteNode node(&trans); in AddAutofillSyncNode()
618 syncer::WriteNode::InitUniqueByCreationResult result = in AddAutofillSyncNode()
621 if (result != syncer::WriteNode::INIT_SUCCESS) in AddAutofillSyncNode()
Dprofile_sync_service_typed_url_unittest.cc209 syncer::WriteNode node(&trans); in AddTypedUrlSyncNode()
211 syncer::WriteNode::InitUniqueByCreationResult result = in AddTypedUrlSyncNode()
213 ASSERT_EQ(syncer::WriteNode::INIT_SUCCESS, result); in AddTypedUrlSyncNode()