OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_extension_path
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/ui/app_list/
app_list_controller_browsertest.cc
133
base::FilePath
test_extension_path
;
local
134
ASSERT_TRUE(PathService::Get(chrome::DIR_TEST_DATA, &
test_extension_path
));
135
test_extension_path
=
test_extension_path
.AppendASCII("extensions")
139
InstallExtension(
test_extension_path
,
app_list_service_views_browsertest.cc
132
base::FilePath
test_extension_path
;
local
133
ASSERT_TRUE(PathService::Get(chrome::DIR_TEST_DATA, &
test_extension_path
));
134
test_extension_path
=
test_extension_path
.AppendASCII("extensions")
138
test_extension_path
, 1 /* expected_change: new install */);
/external/chromium_org/chrome/browser/extensions/
extension_function_test_utils.cc
124
const base::FilePath
test_extension_path
;
local
129
test_extension_path
,
Completed in 196 milliseconds