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

  /external/chromium/chrome/browser/extensions/
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_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(_, _, _));
  /external/chromium_org/chrome/browser/chromeos/kiosk_mode/
kiosk_mode_screensaver.cc 60 virtual void OnUnpackSuccess(const base::FilePath& temp_dir,
83 void ScreensaverUnpackerClient::OnUnpackSuccess(
  /external/chromium_org/chrome/browser/extensions/
crx_installer.cc 217 OnUnpackSuccess(extension->path(), extension->path(), NULL, extension.get(),
245 OnUnpackSuccess(extension->path(), extension->path(), NULL, extension.get(),
432 void CrxInstaller::OnUnpackSuccess(const base::FilePath& temp_dir,

Completed in 1420 milliseconds