Searched refs:lookup_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/sync/engine/
H A Dsyncapi.h528 const syncable::ScopedDirLookup& GetLookup() const { return *lookup_; }
540 BaseTransaction() { lookup_= NULL; }
544 syncable::ScopedDirLookup* lookup_; member in class:sync_api::BaseTransaction
H A Dsyncapi.cc2806 : lookup_(NULL) {
2808 lookup_ = new syncable::ScopedDirLookup(share->dir_manager.get(),
2811 if (!(lookup_->good()))
2815 delete lookup_;

Completed in 45 milliseconds