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

/external/clang/lib/AST/
H A DInheritViz.cpp46 WriteNode(Type, false);
51 /// WriteNode - Write out the description of node in the inheritance
53 void WriteNode(QualType Type, bool FromVirtual);
61 void InheritanceHierarchyWriter::WriteNode(QualType Type, bool FromVirtual) { function in class:clang::InheritanceHierarchyWriter
104 WriteNode(Base->getType(), Base->isVirtual());
/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:__anon1896::Writer
327 if (!WriteNode(*static_cast<DictionaryValue*>(child_value),

Completed in 196 milliseconds