OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmp_profile
(Results
1 - 9
of
9
) sorted by null
/external/chromium/chrome/browser/prefs/
pref_service_uitest.cc
26
FilePath
tmp_profile
= temp_dir_.path().AppendASCII("
tmp_profile
");
local
28
ASSERT_TRUE(file_util::CreateDirectory(
tmp_profile
));
37
tmp_pref_file_ =
tmp_profile
.AppendASCII("Default");
45
tmp_pref_file_ =
tmp_profile
.Append(chrome::kLocalStateFilename);
60
launch_arguments_.AppendSwitchPath(switches::kUserDataDir,
tmp_profile
);
/external/chromium/chrome/browser/ui/tests/
browser_uitest.cc
284
FilePath
tmp_profile
= temp_dir_.path().AppendASCII("
tmp_profile
");
local
285
tmp_profile
=
tmp_profile
.Append(L"Test Chrome G?raldine");
287
ASSERT_TRUE(file_util::CreateDirectory(
tmp_profile
));
289
launch_arguments_.AppendSwitchPath(switches::kUserDataDir,
tmp_profile
);
/external/chromium_org/components/autofill/core/browser/webdata/
autofill_table_unittest.cc
950
AutofillProfile*
tmp_profile
;
local
1100
AutofillProfile*
tmp_profile
;
local
[
all
...]
autofill_table.cc
[
all
...]
/external/chromium/chrome/browser/webdata/
autofill_table_unittest.cc
1194
AutofillProfile*
tmp_profile
;
local
[
all
...]
autofill_table.cc
986
AutofillProfile*
tmp_profile
= NULL;
987
if (!GetAutofillProfile(profile.guid(), &
tmp_profile
))
991
scoped_ptr<AutofillProfile> old_profile(
tmp_profile
);
1025
AutofillProfile*
tmp_profile
= NULL;
1026
if (!GetAutofillProfile(profile.guid(), &
tmp_profile
))
1030
scoped_ptr<AutofillProfile> old_profile(
tmp_profile
);
[
all
...]
/external/chromium_org/chrome/browser/ui/
browser_browsertest.cc
2118
base::FilePath
tmp_profile
= temp_dir_.path().AppendASCII("
tmp_profile
");
variable
[
all
...]
/external/chromium_org/third_party/tcmalloc/chromium/src/
pprof
[
all
...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
pprof
[
all
...]
Completed in 567 milliseconds