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

  /external/chromium_org/content/browser/fileapi/
native_file_util_unittest.cc 151 base::FilePath path_1 = Path("dir1"); local
158 NativeFileUtil::CreateDirectory(path_1, false, false));
173 set.insert(path_1);
185 set.insert(path_1);
  /external/chromium_org/chrome/browser/profiles/
profile_info_cache_unittest.cc 179 base::FilePath path_1 = GetProfilePath("path_1"); local
180 GetCache()->AddProfileToCache(path_1, ASCIIToUTF16("name_1"),
190 GetCache()->DeleteProfileFromCache(path_1);
200 GetProfilePath("path_1"), ASCIIToUTF16("name_1"),
264 GetProfilePath("path_1"), ASCIIToUTF16("name_1"),
291 GetProfilePath("path_1"), ASCIIToUTF16("name_1"),
309 GetProfilePath("path_1"), ASCIIToUTF16("Person 1"),
316 int index1 = GetCache()->GetIndexOfProfileWithPath(GetProfilePath("path_1"));
326 index1 = GetCache()->GetIndexOfProfileWithPath(GetProfilePath("path_1"));
544 base::FilePath path_1 = GetProfilePath("path_1"); local
598 base::FilePath path_1 = GetProfilePath("path_1"); local
647 base::FilePath path_1 = GetProfilePath("path_1"); local
    [all...]

Completed in 551 milliseconds