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

  /external/chromium/chrome/browser/sync/syncable/
directory_manager.cc 127 ScopedDirLookup::ScopedDirLookup(DirectoryManager* dirman,
137 ScopedDirLookup::~ScopedDirLookup() { }
139 Directory* ScopedDirLookup::operator -> () const {
145 ScopedDirLookup::operator Directory* () const {
directory_manager.h 93 // Helpers for friend class ScopedDirLookup:
94 friend class ScopedDirLookup;
111 class ScopedDirLookup {
113 ScopedDirLookup(DirectoryManager* dirman, const std::string& name);
114 ~ScopedDirLookup();
129 // Ensure that the programmer checks good before using the ScopedDirLookup.

Completed in 195 milliseconds