Searched defs:WriteNode (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/sync/internal_api/public/
H A Dwrite_node.h41 // WriteNode extends BaseNode to add mutation, and wraps
42 // syncable::MutableEntry. A WriteTransaction is needed to create a WriteNode.
43 class SYNC_EXPORT WriteNode : public BaseNode { class in namespace:syncer
57 // Create a WriteNode using the given transaction.
58 explicit WriteNode(WriteTransaction* transaction);
59 virtual ~WriteNode();
210 DISALLOW_COPY_AND_ASSIGN(WriteNode);
/external/clang/lib/AST/
H A DInheritViz.cpp48 WriteNode(Type, false);
53 /// WriteNode - Write out the description of node in the inheritance
55 void WriteNode(QualType Type, bool FromVirtual);
63 void InheritanceHierarchyWriter::WriteNode(QualType Type, bool FromVirtual) { function in class:clang::InheritanceHierarchyWriter
106 WriteNode(Base->getType(), Base->isVirtual());
/external/chromium_org/sync/internal_api/
H A Dwrite_node.cc36 void WriteNode::SetIsFolder(bool folder) {
44 void WriteNode::SetTitle(const std::wstring& title) {
110 void WriteNode::SetAppSpecifics(
117 void WriteNode::SetAutofillSpecifics(
124 void WriteNode::SetAutofillProfileSpecifics(
132 void WriteNode::SetBookmarkSpecifics(
139 void WriteNode::SetNigoriSpecifics(
146 void WriteNode::SetPasswordSpecifics(
175 void WriteNode::SetThemeSpecifics(
182 void WriteNode
282 WriteNode::WriteNode(WriteTransaction* transaction) function in class:syncer::WriteNode
[all...]
/external/chromium/chrome/browser/sync/engine/
H A Dsyncapi.h302 // WriteNode extends BaseNode to add mutation, and wraps
303 // syncable::MutableEntry. A WriteTransaction is needed to create a WriteNode.
304 class WriteNode : public BaseNode { class in namespace:sync_api
306 // Create a WriteNode using the given transaction.
307 explicit WriteNode(WriteTransaction* transaction);
308 virtual ~WriteNode();
469 DISALLOW_COPY_AND_ASSIGN(WriteNode);
519 // operations are performed by creating ReadNode and WriteNode instances using
583 // Provide access to the syncable.h transaction from the API WriteNode.
H A Dsyncapi.cc433 // WriteNode member definitions
434 void WriteNode::EncryptIfNecessary(sync_pb::EntitySpecifics* unencrypted) {
468 void WriteNode::SetIsFolder(bool folder) {
476 void WriteNode::SetTitle(const std::wstring& title) {
489 void WriteNode::SetURL(const GURL& url) {
495 void WriteNode::SetAppSpecifics(
501 void WriteNode::SetAutofillSpecifics(
507 void WriteNode::PutAutofillSpecificsAndMarkForSyncing(
515 void WriteNode::SetAutofillProfileSpecifics(
521 void WriteNode
692 WriteNode::WriteNode(WriteTransaction* transaction) function in class:sync_api::WriteNode
[all...]
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_html_writer.cc129 if (!WriteNode(*static_cast<DictionaryValue*>(root_folder_value),
131 !WriteNode(*static_cast<DictionaryValue*>(other_folder_value),
228 bool WriteNode(const DictionaryValue& value, function in class:__anon1926::Writer
327 if (!WriteNode(*static_cast<DictionaryValue*>(child_value),
/external/chromium_org/chrome/browser/bookmarks/
H A Dbookmark_html_writer.cc134 if (!WriteNode(*static_cast<DictionaryValue*>(root_folder_value),
136 !WriteNode(*static_cast<DictionaryValue*>(other_folder_value),
138 !WriteNode(*static_cast<DictionaryValue*>(mobile_folder_value),
245 bool WriteNode(const DictionaryValue& value, function in class:__anon4368::Writer
344 if (!WriteNode(*static_cast<const DictionaryValue*>(child_value),

Completed in 236 milliseconds