HomeSort by relevance Sort by last modified time
    Searched defs:dll_path (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/chrome_frame/test/reliability/
run_all_unittests.cc 35 std::wstring dll_path = cmd_line->GetSwitchValueNative(kRegisterDllFlag); local
40 dll_path, ScopedChromeFrameRegistrar::SYSTEM_LEVEL);
  /external/chromium_org/base/
file_version_info_unittest.cc 58 FilePath dll_path = GetTestDataPath(); local
59 dll_path = dll_path.Append(kDLLNames[i]);
62 FileVersionInfo::CreateFileVersionInfo(dll_path));
100 FilePath dll_path = GetTestDataPath(); local
101 dll_path = dll_path.Append(kDLLNames[i]);
104 FileVersionInfo::CreateFileVersionInfo(dll_path));
113 FilePath dll_path = GetTestDataPath(); local
114 dll_path = dll_path.AppendASCII("FileVersionInfoTest1.dll")
    [all...]
  /external/chromium/base/
file_version_info_unittest.cc 59 FilePath dll_path = GetTestDataPath(); local
60 dll_path = dll_path.Append(kDLLNames[i]);
63 FileVersionInfo::CreateFileVersionInfo(dll_path));
101 FilePath dll_path = GetTestDataPath(); local
102 dll_path = dll_path.Append(kDLLNames[i]);
105 FileVersionInfo::CreateFileVersionInfo(dll_path));
114 FilePath dll_path = GetTestDataPath(); local
115 dll_path = dll_path.AppendASCII("FileVersionInfoTest1.dll")
    [all...]
  /external/chromium_org/chrome_frame/
chrome_frame_reporting.cc 28 google_breakpad::CustomClientInfo* GetCustomInfo(const wchar_t* dll_path) {
32 FileVersionInfo::CreateFileVersionInfo(base::FilePath(dll_path)));
72 wchar_t dll_path[MAX_PATH * 2] = {0}; local
73 GetModuleFileName(reinterpret_cast<HMODULE>(&__ImageBase), dll_path, local
74 arraysize(dll_path));
78 true, kChromePipeName, temp_directory.value(), GetCustomInfo(dll_path));
85 if (InstallUtil::IsPerUserInstall(dll_path)) {
93 false, user_sid.c_str(), temp_directory.value(), GetCustomInfo(dll_path));
simple_resource_loader.cc 206 base::FilePath dll_path = locales_path.Append(*scan + dll_suffix); local
209 base::PathExists(dll_path)) {
215 HMODULE locale_dll_handle = LoadLibraryEx(dll_path.value().c_str(), NULL,
219 *language = dll_path.BaseName().RemoveExtension().value();
test_utils.cc 38 base::FilePath dll_path = build_path.Append(kChromeFrameDllName); local
40 if (!base::PathExists(dll_path)) {
42 dll_path = build_path.Append(kChromeFrameDllName);
45 if (!base::PathExists(dll_path)) {
47 dll_path = base::FilePath();
50 return dll_path;
183 const wchar_t* dll_path = argv[2]; local
195 HMODULE dll_module = ::LoadLibrary(dll_path);
  /external/chromium_org/chrome_frame/turndown_prompt/
turndown_prompt.cc 185 base::FilePath dll_path; local
186 if (PathService::Get(base::DIR_MODULE, &dll_path))
187 return !InstallUtil::IsPerUserInstall(dll_path.value().c_str());
  /external/chromium_org/content/browser/geolocation/
wifi_data_provider_win.cc 211 string16 dll_path = system_directory + L"wlanapi.dll"; local
212 HINSTANCE library = LoadLibraryEx(dll_path.c_str(),
  /external/chromium_org/sandbox/win/sandbox_poc/
main_ui_window.cc 177 std::wstring dll_path = std::wstring(current_dir) + local
179 ::SetWindowText(edit_box_dll_name, dll_path.c_str());
207 std::wstring dll_path = host->OnShowBrowseForDllDlg(dialog); local
208 if (dll_path.length() > 0) {
211 ::SetWindowText(edit_box_dll_path, dll_path.c_str());
322 wchar_t dll_path[MAX_PATH]; local
326 int dll_name_len = ::GetWindowText(edit_box_dll_name, dll_path, MAX_PATH);
340 if (GetFileAttributes(dll_path) == INVALID_FILE_ATTRIBUTES) {
358 dll_path_ = dll_path;
  /external/chromium_org/chrome/installer/setup/
install_worker.cc 144 base::FilePath dll_path(installer_state.target_path().AppendASCII(
146 installer::AddRegisterComDllWorkItems(dll_path,
1270 base::FilePath dll_path = dll_folder.Append(*dll_iter); local
    [all...]

Completed in 992 milliseconds