OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FILE_MODULE
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/base/
base_paths.h
32
DIR_MODULE, // Directory containing
FILE_MODULE
.
39
FILE_MODULE
, // Path and filename of the module containing the code for
base_paths.cc
22
PathService::Get(
FILE_MODULE
, result);
base_paths_android.cc
33
case base::
FILE_MODULE
:
base_paths_posix.cc
36
case base::
FILE_MODULE
: { // TODO(evanm): is this correct?
path_service_unittest.cc
67
dir_type != base::FILE_EXE && dir_type != base::
FILE_MODULE
) {
103
if (key == base::
FILE_MODULE
|| key == base::DIR_USER_DESKTOP ||
base_paths_win.cc
68
case base::
FILE_MODULE
: {
/external/chromium_org/chrome/common/
chrome_version_info_win.cc
23
if (PathService::Get(base::
FILE_MODULE
, &module)) {
46
if (PathService::Get(base::
FILE_MODULE
, &module)) {
chrome_paths.cc
157
return PathService::Get(base::
FILE_MODULE
, result);
/external/chromium_org/components/nacl/browser/
nacl_browser.cc
198
if (!PathService::Get(base::
FILE_MODULE
, &module_path)) {
nacl_process_host.cc
593
if (!PathService::Get(base::
FILE_MODULE
, &module_path)) {
[
all
...]
/external/chromium_org/chrome/browser/ui/webui/
bidi_checker_web_ui_test.cc
123
ASSERT_TRUE(PathService::Get(base::
FILE_MODULE
, &pak_path));
Completed in 124 milliseconds