OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INSTALLATION_FORCED
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/extensions/
extension_management.h
51
// *
INSTALLATION_FORCED
: Extension will be installed automatically
58
INSTALLATION_FORCED
,
72
// Extension installation mode. Setting this to
INSTALLATION_FORCED
or
extension_management.cc
56
settings->installation_mode = ExtensionManagement::
INSTALLATION_FORCED
;
67
if (settings->installation_mode == ExtensionManagement::
INSTALLATION_FORCED
||
163
if (it->second.installation_mode ==
INSTALLATION_FORCED
) {
180
return mode ==
INSTALLATION_FORCED
|| mode == INSTALLATION_RECOMMENDED ||
298
by_id->installation_mode =
INSTALLATION_FORCED
;
standard_management_policy_provider.cc
89
by_id.installation_mode == ExtensionManagement::
INSTALLATION_FORCED
) {
extension_management_unittest.cc
290
ExtensionManagement::
INSTALLATION_FORCED
);
313
ExtensionManagement::
INSTALLATION_FORCED
);
514
ExtensionManagement::
INSTALLATION_FORCED
);
Completed in 364 milliseconds