Home
last modified time | relevance | path

Searched defs:module_path (Results 1 – 24 of 24) sorted by relevance

/external/chromium_org/ui/gl/
Dgl_implementation_win.cc48 bool LoadD3DXLibrary(const base::FilePath& module_path, in LoadD3DXLibrary()
124 base::FilePath module_path; in InitializeGLBindings() local
156 base::FilePath module_path; in InitializeGLBindings() local
Dgl_implementation_linux.cc34 base::FilePath module_path; in InitializeGLBindingsOSMesaGL() local
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/unstable/
Didl_compiler.py49 module_path, _ = os.path.split(__file__) variable
Dblink_idl_lexer.py58 module_path, module_name = os.path.split(__file__) variable
Dcode_generator_v8.py47 module_path, module_name = os.path.split(__file__) variable
Dblink_idl_parser.py58 module_path, module_name = os.path.split(__file__) variable
/external/chromium/chrome/browser/nacl_host/
Dnacl_broker_host_win.cc31 FilePath module_path; in Init() local
/external/chromium_org/chrome_frame/
Dchrome_launcher_utils.cc32 base::FilePath module_path; in CreateChromeLauncherCommandLine() local
Ddll_redirector.cc281 base::FilePath module_path(system_buffer); in LoadVersionedModule() local
Dsimple_resource_loader.cc144 base::FilePath module_path; in DetermineLocalesDirectory() local
Dchrome_tab.cc160 base::FilePath module_path; in AddCommonRGSReplacements() local
363 base::FilePath module_path; in SetupUserLevelHelper() local
/external/chromium_org/tools/gyp/test/module/src/
Dprogram.c27 char module_path[MAX_PATH + 1]; in CallModule() local
/external/chromium_org/base/debug/
Dstack_trace_win.cc167 FilePath module_path; in SymbolContext() local
/external/qemu/memcheck/
Dmemcheck_util.c38 get_sym_path(const char* module_path, char* sym_path, size_t max_char) in get_sym_path()
Dmemcheck_proc_management.h83 char* module_path; member
/external/chromium_org/chrome/installer/util/
Dbrowser_distribution.cc53 base::FilePath module_path; in IsChromeFrameModule() local
/external/chromium_org/content/test/
Dtest_webkit_platform_support.cc74 base::FilePath module_path; in TestWebKitPlatformSupport() local
/external/chromium_org/ppapi/generators/
Didl_lexer.py30 module_path, module_name = os.path.split(__file__) variable
/external/chromium_org/tools/idl_parser/
Didl_lexer.py29 module_path, module_name = os.path.split(__file__) variable
Didl_parser.py49 module_path, module_name = os.path.split(__file__) variable
/external/chromium_org/chrome_frame/test/perf/
Dchrome_frame_perftest.cc966 const wchar_t* module_path = current_exe.value().c_str(); in TEST() local
985 const wchar_t* module_path = current_exe.value().c_str(); in TEST() local
1004 const wchar_t* module_path = current_exe.value().c_str(); in TEST() local
1022 const wchar_t* module_path = current_exe.value().c_str(); in TEST() local
/external/chromium_org/components/nacl/browser/
Dnacl_browser.cc212 base::FilePath module_path; in GetNaCl64ExePath() local
/external/chromium_org/mojo/public/bindings/parse/
Dmojo_parser.py21 module_path, module_name = os.path.split(__file__) variable
/external/chromium_org/sandbox/win/src/
Dsandbox_nt_util.cc426 UNICODE_STRING* ExtractModuleName(const UNICODE_STRING* module_path) { in ExtractModuleName()