OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shell32dll
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/ui/webui/options/
advanced_options_utils_win.cc
33
FilePath
shell32dll
;
local
34
PathService::Get(base::DIR_SYSTEM, &
shell32dll
);
35
shell32dll
=
shell32dll
.AppendASCII("shell32.dll");
41
std::wstring args(
shell32dll
.value());
/external/chromium_org/chrome/browser/ui/webui/options/
advanced_options_utils_win.cc
35
base::FilePath
shell32dll
;
local
36
PathService::Get(base::DIR_SYSTEM, &
shell32dll
);
37
shell32dll
=
shell32dll
.AppendASCII("shell32.dll");
43
std::wstring args(
shell32dll
.value());
/external/chromium_org/chrome/browser/printing/
printer_manager_dialog_win.cc
26
base::FilePath
shell32dll
= sys_dir.AppendASCII("shell32.dll");
local
28
std::wstring args(
shell32dll
.value());
Completed in 90 milliseconds