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

  /packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/
BaseNode.java 25 public abstract class BaseNode implements Node {
  /external/chromium/chrome/browser/sync/engine/
syncapi.h 132 // A valid BaseNode will never have an ID of zero.
135 // BaseNode wraps syncable::Entry, and corresponds to a single object's state.
137 // transaction is necessary to create a BaseNode or any of its children.
138 // Unlike syncable::Entry, a sync API BaseNode is identified primarily by its
140 class BaseNode {
142 // All subclasses of BaseNode must provide a way to initialize themselves by
147 // All subclasses of BaseNode must also provide a way to initialize themselves
265 BaseNode();
266 virtual ~BaseNode();
276 // This method is invoked once when the BaseNode is initialized
    [all...]
syncapi.cc 180 // BaseNode member definitions.
182 BaseNode::BaseNode() {}
184 BaseNode::~BaseNode() {}
186 std::string BaseNode::GenerateSyncableHash(
217 bool BaseNode::DecryptIfNecessary(Entry* entry) {
249 const sync_pb::EntitySpecifics& BaseNode::GetUnencryptedSpecifics(
263 int64 BaseNode::GetParentId() const {
268 int64 BaseNode::GetId() const
    [all...]

Completed in 74 milliseconds