OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:path_2
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/profiles/
profile_info_cache_unittest.cc
184
base::FilePath
path_2
= GetProfilePath("
path_2
");
local
186
GetCache()->AddProfileToCache(
path_2
, name_2, base::string16(), 0,
194
GetCache()->DeleteProfileFromCache(
path_2
);
203
GetProfilePath("
path_2
"), ASCIIToUTF16("name_2"),
267
GetProfilePath("
path_2
"), ASCIIToUTF16("name_2"),
313
GetProfilePath("
path_2
"), profile_name, base::string16(), 0,
317
int index2 = GetCache()->GetIndexOfProfileWithPath(GetProfilePath("
path_2
"));
327
index2 = GetCache()->GetIndexOfProfileWithPath(GetProfilePath("
path_2
"));
340
index2 = GetCache()->GetIndexOfProfileWithPath(GetProfilePath("
path_2
"));
601
base::FilePath
path_2
= GetProfilePath("
path_2
");
local
651
base::FilePath
path_2
= GetProfilePath("
path_2
");
local
[
all
...]
profile_manager_unittest.cc
470
cache.AddProfileToCache(cache.GetUserDataDir().AppendASCII("
path_2
"),
495
cache.AddProfileToCache(cache.GetUserDataDir().AppendASCII("
path_2
"),
[
all
...]
/external/chromium_org/content/browser/fileapi/
native_file_util_unittest.cc
152
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/content/browser/download/
download_file_unittest.cc
412
base::FilePath
path_2
(initial_path.InsertBeforeExtensionASCII("_2"));
434
InvokeSelectedRenameMethod(
path_2
, &output_path));
436
EXPECT_EQ(
path_2
, renamed_path);
437
EXPECT_EQ(
path_2
, output_path);
441
EXPECT_TRUE(base::PathExists(
path_2
));
454
EXPECT_FALSE(base::PathExists(
path_2
));
Completed in 362 milliseconds