Searched defs:source_key_path (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/installer/util/
H A Dcopy_reg_key_work_item.cc21 const std::wstring& source_key_path,
25 source_key_path_(source_key_path),
32 DCHECK(!source_key_path.empty());
20 CopyRegKeyWorkItem(HKEY predefined_root, const std::wstring& source_key_path, const std::wstring& dest_key_path, CopyOverWriteOption overwrite_option) argument
H A Dwork_item.cc34 const std::wstring& source_key_path,
37 return new CopyRegKeyWorkItem(predefined_root, source_key_path,
32 CreateCopyRegKeyWorkItem( HKEY predefined_root, const std::wstring& source_key_path, const std::wstring& dest_key_path, CopyOverWriteOption overwrite_option) argument
H A Dwork_item_list.cc86 const std::wstring& source_key_path,
90 predefined_root, source_key_path, dest_key_path, overwrite_option);
84 AddCopyRegKeyWorkItem( HKEY predefined_root, const std::wstring& source_key_path, const std::wstring& dest_key_path, CopyOverWriteOption overwrite_option) argument

Completed in 74 milliseconds