OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:theme_path
(Results
1 - 3
of
3
) 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/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
);
Completed in 349 milliseconds