/external/chromium/base/ |
D | file_version_info_unittest.cc | 59 FilePath dll_path = GetTestDataPath(); in TEST() local 60 dll_path = dll_path.Append(kDLLNames[i]); in TEST() 63 FileVersionInfo::CreateFileVersionInfo(dll_path)); in TEST() 101 FilePath dll_path = GetTestDataPath(); in TEST() local 102 dll_path = dll_path.Append(kDLLNames[i]); in TEST() 105 FileVersionInfo::CreateFileVersionInfo(dll_path)); in TEST() 114 FilePath dll_path = GetTestDataPath(); in TEST() local 115 dll_path = dll_path.AppendASCII("FileVersionInfoTest1.dll"); in TEST() 118 FileVersionInfo::CreateFileVersionInfo(dll_path)); in TEST()
|
/external/chromium_org/base/ |
D | file_version_info_unittest.cc | 58 FilePath dll_path = GetTestDataPath(); in TEST() local 59 dll_path = dll_path.Append(kDLLNames[i]); in TEST() 62 FileVersionInfo::CreateFileVersionInfo(dll_path)); in TEST() 100 FilePath dll_path = GetTestDataPath(); in TEST() local 101 dll_path = dll_path.Append(kDLLNames[i]); in TEST() 104 FileVersionInfo::CreateFileVersionInfo(dll_path)); in TEST() 113 FilePath dll_path = GetTestDataPath(); in TEST() local 114 dll_path = dll_path.AppendASCII("FileVersionInfoTest1.dll"); in TEST() 117 FileVersionInfo::CreateFileVersionInfo(dll_path)); in TEST()
|
/external/chromium_org/chrome_frame/ |
D | chrome_frame_reporting.cc | 28 google_breakpad::CustomClientInfo* GetCustomInfo(const wchar_t* dll_path) { in GetCustomInfo() argument 32 FileVersionInfo::CreateFileVersionInfo(base::FilePath(dll_path))); in GetCustomInfo() 72 wchar_t dll_path[MAX_PATH * 2] = {0}; in InitializeCrashReporting() local 73 GetModuleFileName(reinterpret_cast<HMODULE>(&__ImageBase), dll_path, in InitializeCrashReporting() 74 arraysize(dll_path)); in InitializeCrashReporting() 78 true, kChromePipeName, temp_directory.value(), GetCustomInfo(dll_path)); in InitializeCrashReporting() 85 if (InstallUtil::IsPerUserInstall(dll_path)) { in InitializeCrashReporting() 93 false, user_sid.c_str(), temp_directory.value(), GetCustomInfo(dll_path)); in InitializeCrashReporting()
|
D | test_utils.cc | 38 base::FilePath dll_path = build_path.Append(kChromeFrameDllName); in GetChromeFrameBuildPath() local 40 if (!base::PathExists(dll_path)) { in GetChromeFrameBuildPath() 42 dll_path = build_path.Append(kChromeFrameDllName); in GetChromeFrameBuildPath() 45 if (!base::PathExists(dll_path)) { in GetChromeFrameBuildPath() 47 dll_path = base::FilePath(); in GetChromeFrameBuildPath() 50 return dll_path; in GetChromeFrameBuildPath() 182 const wchar_t* dll_path = argv[2]; in RegisterAndExitProcessIfDirected() local 194 HMODULE dll_module = ::LoadLibrary(dll_path); in RegisterAndExitProcessIfDirected()
|
D | simple_resource_loader.cc | 206 base::FilePath dll_path = locales_path.Append(*scan + dll_suffix); in LoadLocalePack() local 209 base::PathExists(dll_path)) { in LoadLocalePack() 215 HMODULE locale_dll_handle = LoadLibraryEx(dll_path.value().c_str(), NULL, in LoadLocalePack() 219 *language = dll_path.BaseName().RemoveExtension().value(); in LoadLocalePack()
|
/external/chromium_org/cloud_print/virtual_driver/win/port_monitor/ |
D | port_monitor_dll.cc | 83 base::FilePath dll_path(cloud_print::GetPortMonitorDllName()); in DllRegisterServer() local 84 monitor_info.pDLLName = const_cast<LPWSTR>(dll_path.value().c_str()); in DllRegisterServer() 85 monitor_info.pName = const_cast<LPWSTR>(dll_path.value().c_str()); in DllRegisterServer() 97 base::FilePath dll_path(cloud_print::GetPortMonitorDllName()); in DllUnregisterServer() local 100 const_cast<LPWSTR>(dll_path.value().c_str()))) { in DllUnregisterServer()
|
/external/chromium_org/tools/win/sizeviewer/ |
D | sizeviewer.py | 46 dll_path = os.path.normpath(os.path.join(out_dir, dll)) 47 if os.path.exists(dll_path): 48 print 'Tallying %s...' % dll_path 49 json_path = dll_path + '.json' 51 '--input-image=' + dll_path, 52 '--input-pdb=' + dll_path + '.pdb',
|
/external/chromium_org/chrome/app/ |
D | client_util.cc | 179 void RecordDidRun(const string16& dll_path) { in RecordDidRun() argument 180 bool system_level = !InstallUtil::IsPerUserInstall(dll_path.c_str()); in RecordDidRun() 184 void ClearDidRun(const string16& dll_path) { in ClearDidRun() argument 185 bool system_level = !InstallUtil::IsPerUserInstall(dll_path.c_str()); in ClearDidRun() 328 virtual void OnBeforeLaunch(const string16& dll_path) { in OnBeforeLaunch() argument 329 RecordDidRun(dll_path); in OnBeforeLaunch() 332 virtual int OnBeforeExit(int return_code, const string16& dll_path) { in OnBeforeExit() argument 337 ClearDidRun(dll_path); in OnBeforeExit()
|
D | client_util.h | 48 virtual void OnBeforeLaunch(const string16& dll_path) {} in OnBeforeLaunch() argument 53 virtual int OnBeforeExit(int return_code, const string16& dll_path) { in OnBeforeExit() argument
|
/external/chromium/chrome/browser/importer/ |
D | firefox_importer_unittest_utils.h | 41 bool DecryptorInit(const FilePath& dll_path, const FilePath& db_path); 75 bool FFUnitTestDecryptorProxy::DecryptorInit(const FilePath& dll_path, in DecryptorInit() argument 77 return decryptor_.Init(dll_path, db_path); in DecryptorInit()
|
D | nss_decryptor_win.cc | 40 bool NSSDecryptor::Init(const FilePath& dll_path, const FilePath& db_path) { in Init() argument 52 if (!set_dll_directory(dll_path.value().c_str())) in Init() 62 FilePath path = dll_path.Append(kNSS3Library); in Init() 78 path = FilePath(dll_path).Append(kSoftokn3Library); in Init()
|
D | firefox_importer_unittest_utils_mac.cc | 187 bool FFUnitTestDecryptorProxy::DecryptorInit(const FilePath& dll_path, in DecryptorInit() argument 189 channel_->Send(new Msg_Decryptor_Init(dll_path, db_path)); in DecryptorInit() 221 void OnDecryptor_Init(FilePath dll_path, FilePath db_path) { in OnDecryptor_Init() argument 222 bool ret = decryptor_.Init(dll_path, db_path); in OnDecryptor_Init()
|
D | nss_decryptor_mac.mm | 22 bool NSSDecryptor::Init(const FilePath& dll_path, const FilePath& db_path) { 27 FilePath nss3_path = dll_path.Append("libnss3.dylib");
|
/external/chromium_org/chrome/utility/importer/ |
D | firefox_importer_unittest_utils.h | 44 bool DecryptorInit(const base::FilePath& dll_path, 79 bool FFUnitTestDecryptorProxy::DecryptorInit(const base::FilePath& dll_path, in DecryptorInit() argument 81 return decryptor_.Init(dll_path, db_path); in DecryptorInit()
|
D | nss_decryptor_win.cc | 40 bool NSSDecryptor::Init(const base::FilePath& dll_path, in Init() argument 53 if (!set_dll_directory(dll_path.value().c_str())) in Init() 63 base::FilePath path = dll_path.Append(kNSS3Library); in Init() 79 path = base::FilePath(dll_path).Append(kSoftokn3Library); in Init()
|
D | firefox_importer_unittest_utils_mac.cc | 198 bool FFUnitTestDecryptorProxy::DecryptorInit(const base::FilePath& dll_path, in DecryptorInit() argument 200 channel_->Send(new Msg_Decryptor_Init(dll_path, db_path)); in DecryptorInit() 232 void OnDecryptor_Init(base::FilePath dll_path, base::FilePath db_path) { in OnDecryptor_Init() argument 233 bool ret = decryptor_.Init(dll_path, db_path); in OnDecryptor_Init()
|
D | nss_decryptor_mac.mm | 22 bool NSSDecryptor::Init(const base::FilePath& dll_path, 28 base::FilePath nss3_path = dll_path.Append("libnss3.dylib");
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
D | latebindingsymboltable.cc | 100 bool LateBindingSymbolTable::LoadFromPath(const char *dll_path) { in LoadFromPath() argument 112 handle_ = dlopen(dll_path, in LoadFromPath() 134 LOG(LS_WARNING) << "Can't load " << dll_path << ": " in LoadFromPath()
|
D | latebindingsymboltable.h | 67 bool LoadFromPath(const char *dll_path);
|
/external/chromium_org/chrome_frame/test/reliability/ |
D | run_all_unittests.cc | 35 std::wstring dll_path = cmd_line->GetSwitchValueNative(kRegisterDllFlag); in main() local 40 dll_path, ScopedChromeFrameRegistrar::SYSTEM_LEVEL); in main()
|
/external/chromium_org/sandbox/win/sandbox_poc/ |
D | main_ui_window.cc | 177 base::string16 dll_path = base::string16(current_dir) + in SpawnTargetWndProc() local 179 ::SetWindowText(edit_box_dll_name, dll_path.c_str()); in SpawnTargetWndProc() 207 base::string16 dll_path = host->OnShowBrowseForDllDlg(dialog); in SpawnTargetWndProc() local 208 if (dll_path.length() > 0) { in SpawnTargetWndProc() 211 ::SetWindowText(edit_box_dll_path, dll_path.c_str()); in SpawnTargetWndProc() 322 wchar_t dll_path[MAX_PATH]; in OnLaunchDll() local 326 int dll_name_len = ::GetWindowText(edit_box_dll_name, dll_path, MAX_PATH); in OnLaunchDll() 340 if (GetFileAttributes(dll_path) == INVALID_FILE_ATTRIBUTES) { in OnLaunchDll() 358 dll_path_ = dll_path; in OnLaunchDll()
|
/external/chromium_org/chrome/installer/util/ |
D | self_reg_work_item.cc | 20 SelfRegWorkItem::SelfRegWorkItem(const std::wstring& dll_path, in SelfRegWorkItem() argument 23 : do_register_(do_register), dll_path_(dll_path), in SelfRegWorkItem()
|
D | work_item.cc | 121 SelfRegWorkItem* WorkItem::CreateSelfRegWorkItem(const std::wstring& dll_path, in CreateSelfRegWorkItem() argument 124 return new SelfRegWorkItem(dll_path, do_register, user_level_registration); in CreateSelfRegWorkItem()
|
D | self_reg_work_item.h | 32 SelfRegWorkItem(const std::wstring& dll_path, bool do_register,
|
/external/chromium_org/chrome_frame/turndown_prompt/ |
D | turndown_prompt.cc | 170 base::FilePath dll_path; in IsCurrentModuleSystemLevel() local 171 if (PathService::Get(base::DIR_MODULE, &dll_path)) in IsCurrentModuleSystemLevel() 172 return !InstallUtil::IsPerUserInstall(dll_path.value().c_str()); in IsCurrentModuleSystemLevel()
|