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

  /external/chromium/chrome/browser/sync/engine/
syncapi.h 110 // A UserShare encapsulates the syncable pieces that represent an authenticated
114 struct UserShare {
115 UserShare();
116 ~UserShare();
537 explicit BaseTransaction(UserShare* share);
556 explicit ReadTransaction(UserShare* share);
559 ReadTransaction(UserShare* share, syncable::BaseTransaction* trans);
580 explicit WriteTransaction(UserShare* share);
    [all...]
syncapi.cc 175 UserShare::UserShare() {}
177 UserShare::~UserShare() {}
    [all...]

Completed in 35 milliseconds