Home
last modified time | relevance | path

Searched refs:OnUnpackSuccess (Results 1 – 12 of 12) sorted by relevance

/external/chromium/chrome/browser/extensions/
Dsandboxed_extension_unpacker_unittest.cc28 void OnUnpackSuccess(const FilePath& temp_dir, in OnUnpackSuccess() function
41 MOCK_METHOD3(OnUnpackSuccess,
50 ON_CALL(*this, OnUnpackSuccess(_, _, _)) in DelegateToFake()
51 .WillByDefault(Invoke(::OnUnpackSuccess)); in DelegateToFake()
160 EXPECT_CALL(*client_, OnUnpackSuccess(_, _, _)); in TEST_F()
182 EXPECT_CALL(*client_, OnUnpackSuccess(_, _, _)); in TEST_F()
Dcrx_installer.cc182 OnUnpackSuccess(extension->path(), extension->path(), extension); in ConvertUserScriptOnFileThread()
205 OnUnpackSuccess(extension->path(), extension->path(), extension); in ConvertWebAppOnFileThread()
296 void CrxInstaller::OnUnpackSuccess(const FilePath& temp_dir, in OnUnpackSuccess() function in CrxInstaller
Dsandboxed_extension_unpacker.h30 virtual void OnUnpackSuccess(const FilePath& temp_dir,
Dcrx_installer.h152 virtual void OnUnpackSuccess(const FilePath& temp_dir,
Dsandboxed_extension_unpacker.cc419 client_->OnUnpackSuccess(temp_dir_.Take(), extension_root_, extension_); in ReportSuccess()
/external/chromium_org/chrome/browser/chromeos/kiosk_mode/
Dkiosk_mode_screensaver.cc60 virtual void OnUnpackSuccess(const base::FilePath& temp_dir,
83 void ScreensaverUnpackerClient::OnUnpackSuccess( in OnUnpackSuccess() function in chromeos::__anon8ab80bd10111::ScreensaverUnpackerClient
/external/chromium_org/chrome/browser/extensions/
Dsandboxed_unpacker_unittest.cc40 virtual void OnUnpackSuccess(const base::FilePath& temp_dir, in OnUnpackSuccess() function in extensions::MockSandboxedUnpackerClient
Dsandboxed_unpacker.h42 virtual void OnUnpackSuccess(const base::FilePath& temp_dir,
Dcrx_installer.cc217 OnUnpackSuccess(extension->path(), extension->path(), NULL, extension.get(), in ConvertUserScriptOnFileThread()
245 OnUnpackSuccess(extension->path(), extension->path(), NULL, extension.get(), in ConvertWebAppOnFileThread()
432 void CrxInstaller::OnUnpackSuccess(const base::FilePath& temp_dir, in OnUnpackSuccess() function in extensions::CrxInstaller
Dcrx_installer.h223 virtual void OnUnpackSuccess(const base::FilePath& temp_dir,
Dstartup_helper.cc104 virtual void OnUnpackSuccess(const base::FilePath& temp_dir, in OnUnpackSuccess() function in extensions::__anon5e4c26da0211::ValidateCrxHelper
Dsandboxed_unpacker.cc598 client_->OnUnpackSuccess( in ReportSuccess()