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

  /external/chromium_org/chrome/browser/profiles/
profile_info_cache_unittest.cc 170 base::FilePath path_2 = GetProfilePath("path_2"); local
172 GetCache()->AddProfileToCache(path_2, name_2, string16(), 0, std::string());
179 GetCache()->DeleteProfileFromCache(path_2);
188 GetProfilePath("path_2"), ASCIIToUTF16("name_2"),
252 GetProfilePath("path_2"), ASCIIToUTF16("name_2"),
279 GetProfilePath("path_2"), ASCIIToUTF16("name_2"),
308 GetProfilePath("path_2"), profile_name, string16(), 0, std::string());
340 GetProfilePath("path_2"), ASCIIToUTF16("name_2"),
  /external/chromium_org/webkit/browser/fileapi/
native_file_util_unittest.cc 153 base::FilePath path_2 = Path("file1"); local
162 NativeFileUtil::EnsureFileExists(path_2, &created));
175 set.insert(path_2);
187 set.insert(path_2);

Completed in 1006 milliseconds