Searched defs:ScopedDirLookup (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/sync/syncable/
H A Ddirectory_manager.cc127 ScopedDirLookup::ScopedDirLookup(DirectoryManager* dirman, function in class:syncable::ScopedDirLookup
137 ScopedDirLookup::~ScopedDirLookup() { }
139 Directory* ScopedDirLookup::operator -> () const {
145 ScopedDirLookup::operator Directory* () const {
H A Ddirectory_manager.h93 // Helpers for friend class ScopedDirLookup:
94 friend class ScopedDirLookup;
111 class ScopedDirLookup { class in namespace:syncable
113 ScopedDirLookup(DirectoryManager* dirman, const std::string& name);
114 ~ScopedDirLookup();
129 // Ensure that the programmer checks good before using the ScopedDirLookup.

Completed in 133 milliseconds