Searched defs:target_info (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/sandbox/win/src/
H A Dsharedmem_ipc_server.h91 ClientInfo target_info; member in struct:sandbox::SharedMemIPCServer::ServerControl
H A Dtarget_process.cc115 base::win::ScopedProcessInformation* target_info) {
195 if (!target_info->DuplicateFrom(process_info)) {
111 Create(const wchar_t* exe_path, const wchar_t* command_line, bool inherit_handles, const base::win::StartupInformation& startup_info, base::win::ScopedProcessInformation* target_info) argument
H A Dbroker_services.cc318 PROCESS_INFORMATION* target_info) {
495 *target_info = process_info.Take();
315 SpawnTarget(const wchar_t* exe_path, const wchar_t* command_line, TargetPolicy* policy, PROCESS_INFORMATION* target_info) argument
/external/chromium_org/chrome/browser/download/
H A Dchrome_download_manager_delegate_unittest.cc249 DownloadTargetInfo* target_info,
254 target_info->target_path = target_path;
255 target_info->target_disposition = target_disposition;
256 target_info->danger_type = danger_type;
257 target_info->intermediate_path = intermediate_path;
248 StoreDownloadTargetInfo(const base::Closure& closure, DownloadTargetInfo* target_info, const base::FilePath& target_path, DownloadItem::TargetDisposition target_disposition, content::DownloadDangerType danger_type, const base::FilePath& intermediate_path) argument
H A Dchrome_download_manager_delegate.cc690 scoped_ptr<DownloadTargetInfo> target_info) {
693 if (!target_info->target_path.empty() && item &&
694 IsOpenInBrowserPreferreredForFile(target_info->target_path) &&
695 target_info->is_filetype_handled_safely)
697 callback.Run(target_info->target_path,
698 target_info->target_disposition,
699 target_info->danger_type,
700 target_info->intermediate_path);
687 OnDownloadTargetDetermined( int32 download_id, const content::DownloadTargetCallback& callback, scoped_ptr<DownloadTargetInfo> target_info) argument
H A Ddownload_target_determiner_unittest.cc236 const DownloadTargetInfo* target_info);
366 scoped_ptr<DownloadTargetInfo> target_info = local
368 VerifyDownloadTarget(test_case, target_info.get());
374 scoped_ptr<DownloadTargetInfo> target_info) {
375 target_info_receiver->swap(target_info);
383 scoped_ptr<DownloadTargetInfo> target_info; local
389 &target_info));
392 return target_info.Pass();
408 const DownloadTargetInfo* target_info) {
411 EXPECT_EQ(expected_local_path.value(), target_info
371 CompletionCallbackWrapper( const base::Closure& closure, scoped_ptr<DownloadTargetInfo>* target_info_receiver, scoped_ptr<DownloadTargetInfo> target_info) argument
406 VerifyDownloadTarget( const DownloadTestCase& test_case, const DownloadTargetInfo* target_info) argument
1804 scoped_ptr<DownloadTargetInfo> target_info = local
1917 scoped_ptr<DownloadTargetInfo> target_info = local
2077 scoped_ptr<DownloadTargetInfo> target_info = local
2166 scoped_ptr<DownloadTargetInfo> target_info = local
[all...]
/external/chromium_org/chrome/browser/renderer_host/
H A Dchrome_resource_dispatcher_host_delegate.cc575 StreamTargetInfo target_info; local
577 target_info.extension_id = extension_id;
579 target_info.view_id = base::GenerateGUID();
581 "?id=" + target_info.view_id;
583 stream_target_info_[request] = target_info;
/external/chromium_org/chrome/installer/util/
H A Dinstaller_state_unittest.cc546 struct target_info { struct

Completed in 981 milliseconds