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

  /external/chromium/chrome/browser/profiles/
profile_impl.cc 177 class ProfileSizeTask : public Task {
179 explicit ProfileSizeTask(const FilePath& path) : path_(path) {}
180 virtual ~ProfileSizeTask() {}
187 void ProfileSizeTask::Run() {
367 new ProfileSizeTask(path_), 112000);
    [all...]
  /external/chromium_org/chrome/browser/profiles/
profile_manager.cc 104 void ProfileSizeTask(const base::FilePath& path, int extension_count) {
768 base::Bind(&ProfileSizeTask, profile->GetPath(), extension_count),
    [all...]

Completed in 170 milliseconds