HomeSort by relevance Sort by last modified time
    Searched defs:WriteNode (Results 1 - 4 of 4) 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();
205 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) {
105 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::string& title) {
111 void WriteNode::SetAppSpecifics(
118 void WriteNode::SetAutofillSpecifics(
125 void WriteNode::SetAutofillProfileSpecifics(
133 void WriteNode::SetBookmarkSpecifics(
140 void WriteNode::SetNigoriSpecifics(
147 void WriteNode::SetPasswordSpecifics(
176 void WriteNode::SetThemeSpecifics(
183 void WriteNode::SetSessionSpecifics
    [all...]
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_html_writer.cc 135 if (!WriteNode(*static_cast<base::DictionaryValue*>(root_folder_value),
137 !WriteNode(*static_cast<base::DictionaryValue*>(other_folder_value),
139 !WriteNode(*static_cast<base::DictionaryValue*>(mobile_folder_value),
245 bool WriteNode(const base::DictionaryValue& value,
343 if (!WriteNode(*static_cast<const base::DictionaryValue*>(child_value),

Completed in 213 milliseconds