Searched refs:OnUnpackSuccess (Results 1 - 5 of 5) sorted by relevance

/external/chromium/chrome/browser/extensions/
H A Dsandboxed_extension_unpacker_unittest.cc28 void OnUnpackSuccess(const FilePath& temp_dir, function in namespace:__anon2161
41 MOCK_METHOD3(OnUnpackSuccess,
50 ON_CALL(*this, OnUnpackSuccess(_, _, _))
51 .WillByDefault(Invoke(::OnUnpackSuccess));
160 EXPECT_CALL(*client_, OnUnpackSuccess(_, _, _));
182 EXPECT_CALL(*client_, OnUnpackSuccess(_, _, _));
H A Dcrx_installer.h146 // Called after OnUnpackSuccess as a last check to see whether the install
152 virtual void OnUnpackSuccess(const FilePath& temp_dir,
H A Dsandboxed_extension_unpacker.h30 virtual void OnUnpackSuccess(const FilePath& temp_dir,
H A Dcrx_installer.cc182 OnUnpackSuccess(extension->path(), extension->path(), extension);
205 OnUnpackSuccess(extension->path(), extension->path(), extension);
296 void CrxInstaller::OnUnpackSuccess(const FilePath& temp_dir, function in class:CrxInstaller
H A Dsandboxed_extension_unpacker.cc419 client_->OnUnpackSuccess(temp_dir_.Take(), extension_root_, extension_);

Completed in 68 milliseconds