HomeSort by relevance Sort by last modified time
    Searched refs:OnUnpackSuccess (Results 1 - 5 of 5) sorted by null

  /external/chromium/chrome/browser/extensions/
sandboxed_extension_unpacker_unittest.cc 28 void OnUnpackSuccess(const FilePath& temp_dir,
41 MOCK_METHOD3(OnUnpackSuccess,
50 ON_CALL(*this, OnUnpackSuccess(_, _, _))
51 .WillByDefault(Invoke(::OnUnpackSuccess));
160 EXPECT_CALL(*client_, OnUnpackSuccess(_, _, _));
182 EXPECT_CALL(*client_, OnUnpackSuccess(_, _, _));
sandboxed_extension_unpacker.h 30 virtual void OnUnpackSuccess(const FilePath& temp_dir,
crx_installer.h 146 // Called after OnUnpackSuccess as a last check to see whether the install
152 virtual void OnUnpackSuccess(const FilePath& temp_dir,
crx_installer.cc 182 OnUnpackSuccess(extension->path(), extension->path(), extension);
205 OnUnpackSuccess(extension->path(), extension->path(), extension);
296 void CrxInstaller::OnUnpackSuccess(const FilePath& temp_dir,
sandboxed_extension_unpacker.cc 419 client_->OnUnpackSuccess(temp_dir_.Take(), extension_root_, extension_);

Completed in 49 milliseconds