OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllowInstall
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/extensions/
crx_installer.h
148
bool
AllowInstall
(const Extension* extension, std::string* error);
crx_installer.cc
208
bool CrxInstaller::
AllowInstall
(const Extension* extension,
310
if (!
AllowInstall
(extension, &error)) {
/external/chromium_org/chrome/browser/extensions/
crx_installer.h
219
CrxInstallerError
AllowInstall
(const Extension* extension);
crx_installer.cc
249
CrxInstallerError CrxInstaller::
AllowInstall
(const Extension* extension) {
461
CrxInstallerError error =
AllowInstall
(extension);
Completed in 28 milliseconds