Home | History | Annotate | Download | only in browser

Lines Matching defs:ShellExtensionSystem

33 ShellExtensionSystem::ShellExtensionSystem(BrowserContext* browser_context)
37 ShellExtensionSystem::~ShellExtensionSystem() {
40 bool ShellExtensionSystem::LoadApp(const base::FilePath& app_dir) {
81 void ShellExtensionSystem::LaunchApp() {
88 void ShellExtensionSystem::Shutdown() {
91 void ShellExtensionSystem::InitForRegularProfile(bool extensions_enabled) {
102 ExtensionService* ShellExtensionSystem::extension_service() {
106 RuntimeData* ShellExtensionSystem::runtime_data() {
110 ManagementPolicy* ShellExtensionSystem::management_policy() {
114 UserScriptMaster* ShellExtensionSystem::user_script_master() {
118 ProcessManager* ShellExtensionSystem::process_manager() {
122 StateStore* ShellExtensionSystem::state_store() {
126 StateStore* ShellExtensionSystem::rules_store() {
130 InfoMap* ShellExtensionSystem::info_map() {
136 LazyBackgroundTaskQueue* ShellExtensionSystem::lazy_background_task_queue() {
140 EventRouter* ShellExtensionSystem::event_router() {
144 ExtensionWarningService* ShellExtensionSystem::warning_service() {
148 Blacklist* ShellExtensionSystem::blacklist() {
152 ErrorConsole* ShellExtensionSystem::error_console() {
156 InstallVerifier* ShellExtensionSystem::install_verifier() {
160 QuotaService* ShellExtensionSystem::quota_service() {
164 void ShellExtensionSystem::RegisterExtensionWithRequestContexts(
173 void ShellExtensionSystem::UnregisterExtensionWithRequestContexts(
178 const OneShotEvent& ShellExtensionSystem::ready() const {
182 ContentVerifier* ShellExtensionSystem::content_verifier() {
186 scoped_ptr<ExtensionSet> ShellExtensionSystem::GetDependentExtensions(