HomeSort by relevance Sort by last modified time
    Searched defs:WriteNode (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/sync/internal_api/public/
write_node.h 41 // 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 {
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/
InheritViz.cpp 48 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) {
106 WriteNode(Base->getType(), Base->isVirtual());
  /external/chromium_org/sync/internal_api/
write_node.cc 36 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::SetSessionSpecifics
    [all...]
  /external/chromium/chrome/browser/bookmarks/
bookmark_html_writer.cc 129 if (!WriteNode(*static_cast<DictionaryValue*>(root_folder_value),
131 !WriteNode(*static_cast<DictionaryValue*>(other_folder_value),
228 bool WriteNode(const DictionaryValue& value,
327 if (!WriteNode(*static_cast<DictionaryValue*>(child_value),
  /external/chromium/chrome/browser/sync/engine/
syncapi.h 302 // WriteNode extends BaseNode to add mutation, and wraps
303 // syncable::MutableEntry. A WriteTransaction is needed to create a WriteNode.
304 class WriteNode : public BaseNode {
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.
    [all...]
syncapi.cc 433 // 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::PutAutofillProfileSpecificsAndMarkForSyncing
    [all...]
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_html_writer.cc 134 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,
344 if (!WriteNode(*static_cast<const DictionaryValue*>(child_value),

Completed in 315 milliseconds