HomeSort by relevance Sort by last modified time
    Searched refs:BLACKLISTED (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/extensions/
blacklist.h 57 BLACKLISTED,
71 // which are blacklisted and includes them in the resulting set passed
99 // already blacklisted. Responds to |callback| with the union.
blacklist.cc 68 // run |callback| with the IDs of those which have been blacklisted.
92 // Definitely not blacklisted. Callback immediately.
98 // Something might be blacklisted, response will come in
119 : Blacklist::BLACKLISTED);
174 // The blacklisted IDs are the union of those blacklisted in prefs and
175 // those blacklisted from safe browsing.
190 // safebrowsing for the blacklisted extensions.
crx_installer.cc 466 if (blacklist_state_ == extensions::Blacklist::BLACKLISTED &&
468 // User tried to install a blacklisted extension. Show an error and
479 // NOTE: extension may still be blacklisted, but we're forced to silently
extension_prefs.cc 80 // Indicates whether an extension is blacklisted.
223 // This is used to decide if an extension is blacklisted.
736 " blacklisted";
    [all...]
extension_service.cc 494 // Include blacklisted extensions here because there are hundreds of
    [all...]
extension_service_unittest.cc     [all...]

Completed in 391 milliseconds