/external/chromium/chrome/browser/extensions/ |
D | sandboxed_extension_unpacker_unittest.cc | 28 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()
|
D | crx_installer.cc | 182 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
|
D | sandboxed_extension_unpacker.h | 30 virtual void OnUnpackSuccess(const FilePath& temp_dir,
|
D | crx_installer.h | 152 virtual void OnUnpackSuccess(const FilePath& temp_dir,
|
D | sandboxed_extension_unpacker.cc | 419 client_->OnUnpackSuccess(temp_dir_.Take(), extension_root_, extension_); in ReportSuccess()
|
/external/chromium_org/chrome/browser/chromeos/kiosk_mode/ |
D | kiosk_mode_screensaver.cc | 60 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/ |
D | sandboxed_unpacker_unittest.cc | 40 virtual void OnUnpackSuccess(const base::FilePath& temp_dir, in OnUnpackSuccess() function in extensions::MockSandboxedUnpackerClient
|
D | sandboxed_unpacker.h | 42 virtual void OnUnpackSuccess(const base::FilePath& temp_dir,
|
D | crx_installer.cc | 217 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
|
D | crx_installer.h | 223 virtual void OnUnpackSuccess(const base::FilePath& temp_dir,
|
D | startup_helper.cc | 104 virtual void OnUnpackSuccess(const base::FilePath& temp_dir, in OnUnpackSuccess() function in extensions::__anon5e4c26da0211::ValidateCrxHelper
|
D | sandboxed_unpacker.cc | 598 client_->OnUnpackSuccess( in ReportSuccess()
|