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

/external/chromium_org/content/browser/fileapi/
H A Dnative_file_util_unittest.cc152 base::FilePath path_2 = Path("file1"); local
161 NativeFileUtil::EnsureFileExists(path_2, &created));
174 set.insert(path_2);
186 set.insert(path_2);
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_info_cache_unittest.cc181 base::FilePath path_2 = GetProfilePath("path_2"); local
183 GetCache()->AddProfileToCache(path_2, name_2, base::string16(), 0,
191 GetCache()->DeleteProfileFromCache(path_2);
200 GetProfilePath("path_2"), ASCIIToUTF16("name_2"),
264 GetProfilePath("path_2"), ASCIIToUTF16("name_2"),
310 GetProfilePath("path_2"), profile_name, base::string16(), 0,
314 int index2 = GetCache()->GetIndexOfProfileWithPath(GetProfilePath("path_2"));
324 index2 = GetCache()->GetIndexOfProfileWithPath(GetProfilePath("path_2"));
335 index2 = GetCache()->GetIndexOfProfileWithPath(GetProfilePath("path_2"));
[all...]

Completed in 614 milliseconds