OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:theme_path
(Results
1 - 7
of
7
) sorted by null
/external/chromium/chrome/browser/extensions/
extension_install_ui_browsertest.cc
69
FilePath
theme_path
= test_data_dir_.AppendASCII("theme");
local
70
ASSERT_TRUE(InstallExtensionWithUI(
theme_path
, 1));
extension_service_unittest.cc
1689
FilePath
theme_path
= data_dir_
local
[
all
...]
/external/chromium_org/chrome/browser/extensions/
extension_install_ui_browsertest.cc
58
const base::FilePath
theme_path
= test_data_dir_.AppendASCII(theme_name);
local
59
ASSERT_TRUE(InstallExtensionWithUIAutoConfirm(
theme_path
, expected_change,
extension_service_unittest.cc
2597
base::FilePath
theme_path
= data_dir_
local
[
all
...]
/external/chromium/base/
mime_util_xdg.cc
168
FilePath
theme_path
;
local
172
theme_path
= iter->first.Append(name);
173
if (!file_util::DirectoryExists(
theme_path
))
175
FilePath theme_index =
theme_path
.Append("index.theme");
181
dirs_.push_back(
theme_path
);
/external/chromium_org/base/nix/
mime_util_xdg.cc
165
FilePath
theme_path
;
local
169
theme_path
= iter->first.Append(name);
170
if (!DirectoryExists(
theme_path
))
172
FilePath theme_index =
theme_path
.Append("index.theme");
178
dirs_.push_back(
theme_path
);
/external/chromium_org/chrome/browser/ui/search/
instant_extended_interactive_uitest.cc
354
const base::FilePath
theme_path
= test_data_dir_.AppendASCII(theme_dir);
local
356
theme_path
, expected_change, ExtensionBrowserTest::browser()));
[
all
...]
Completed in 381 milliseconds