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

/external/chromium/chrome/browser/profiles/
H A Dprofile_impl.cc177 class ProfileSizeTask : public Task { class in namespace:__anon1494
179 explicit ProfileSizeTask(const FilePath& path) : path_(path) {} function in class:__anon1494::ProfileSizeTask
180 virtual ~ProfileSizeTask() {}
187 void ProfileSizeTask::Run() {
367 new ProfileSizeTask(path_), 112000);

Completed in 93 milliseconds