OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OnUnpackSuccess
(Results
1 - 2
of
2
) 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
(_, _, _));
Completed in 121 milliseconds