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

  /external/chromium/chrome/browser/sync/engine/
syncapi.h 163 // InitByRootLookup on ReadNode allows access to the root. GetParentId is
472 // ReadNode wraps a syncable::Entry to provide the functionality of a
474 class ReadNode : public BaseNode {
476 // Create an unpopulated ReadNode on the given transaction. Call some flavor
477 // of Init to populate the ReadNode with a database entry.
478 explicit ReadNode(const BaseTransaction* transaction);
479 virtual ~ReadNode();
490 // never mutable, so root lookup is only possible on a ReadNode.
503 ReadNode();
514 DISALLOW_COPY_AND_ASSIGN(ReadNode);
    [all...]
syncapi.cc     [all...]

Completed in 67 milliseconds