Searched defs:service (Results 276 - 300 of 702) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/chrome/browser/task_manager/
H A Dtask_manager_browsertest.cc438 ExtensionService* service = extensions::ExtensionSystem::Get( local
441 service->GetExtensionById(last_loaded_extension_id(), false);
483 ExtensionService* service = extensions::ExtensionSystem::Get( local
486 service->GetExtensionById(last_loaded_extension_id(), false);
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_controller_delegate.cc42 const ExtensionService* service = local
45 service->GetInstalledExtension(extension_id);
98 ExtensionService* service = local
100 DCHECK(service);
101 const extensions::Extension* extension = service->GetInstalledExtension(
189 ExtensionService* service = local
192 service, extension_id, launch_type);
H A Dapp_list_controller_delegate_impl.cc22 AppListService* service)
23 : service_(service) {}
65 ExtensionService* service = local
67 DCHECK(service);
68 const extensions::Extension* extension = service->GetInstalledExtension(
21 AppListControllerDelegateImpl( AppListService* service) argument
H A Dstart_page_service.cc53 explicit ProfileDestroyObserver(StartPageService* service) argument
54 : service_(service) {
/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dsearch_controller.cc69 StartPageService* service = StartPageService::Get(profile_); local
70 if (service && service->GetSpeechRecognitionContents()) {
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_window_state.cc46 WindowPlacementPrefUpdate(PrefService* service, argument
48 : DictionaryPrefUpdate(service, prefs::kAppWindowPlacement),
118 // Save to the session storage service, used when reloading a past session.
120 // the session service. This function gets called during initial window
121 // showing, and we don't want to bring in the session service this early.
H A Dgesture_prefs_observer_factory_aura.cc170 content::NotificationService* service = local
172 service->Notify(chrome::NOTIFICATION_BROWSER_FLING_CURVE_PARAMETERS_CHANGED,
/external/chromium_org/chrome/browser/ui/extensions/
H A Dextension_enable_flow.cc56 ExtensionService* service = local
58 const Extension* extension = service->GetExtensionById(extension_id_, true);
67 service->ReloadExtension(extension_id_);
70 extension = service->GetExtensionById(extension_id_, true);
84 ExtensionService* service = local
86 const Extension* extension = service->GetExtensionById(extension_id_, true);
96 service->EnableExtension(extension_id_);
155 ExtensionService* service = local
160 const Extension* extension = service->GetExtensionById(extension_id_, true);
166 service
[all...]
/external/chromium_org/chrome/browser/ui/search/
H A Dinstant_test_utils.cc51 TemplateURLService* service = local
53 ui_test_utils::WaitForTemplateURLServiceToLoad(service);
69 service->Add(template_url); // Takes ownership of |template_url|.
70 service->SetUserSelectedDefaultSearchProvider(template_url);
74 TemplateURLService* service = local
76 ui_test_utils::WaitForTemplateURLServiceToLoad(service);
84 service->Add(template_url); // Takes ownership of |template_url|.
85 service->SetUserSelectedDefaultSearchProvider(template_url);
/external/chromium_org/chrome/browser/ui/views/apps/app_info_dialog/
H A Dapp_info_header_panel.cc189 ExtensionService* service = local
191 DCHECK(service);
195 service->GetExtensionById(imports[0].extension_id, true);
207 ExtensionService* service =
209 DCHECK(service);
213 service->GetExtensionById(imports[0].extension_id, true);
H A Dapp_info_summary_panel.cc346 ExtensionService* service = local
348 extensions::SetLaunchType(service, app_->id(), launch_type);
/external/chromium_org/chrome/browser/ui/webui/app_list/
H A Dstart_page_handler.cc149 StartPageService* service = StartPageService::Get(profile); local
152 base::FundamentalValue(service->HotwordEnabled()));
159 StartPageService* service = StartPageService::Get(profile); local
160 if (!service)
163 recommended_apps_ = service->recommended_apps();
199 bool hotword_enabled = service->HotwordEnabled() &&
244 StartPageService* service = local
246 if (service)
247 service->OnSpeechSoundLevelChanged(static_cast<int16>(level));
268 StartPageService* service local
[all...]
/external/chromium_org/chrome/browser/ui/webui/
H A Dchrome_web_ui_controller_factory.cc217 dom_distiller::DomDistillerService* service = local
221 web_ui, service, dom_distiller::kDomDistillerScheme);
H A Dflags_ui.cc295 chromeos::OwnerSettingsServiceChromeOS* service = local
297 if (service) {
298 service->IsOwnerAsync(base::Bind(
H A Dsync_internals_message_handler.cc37 ProfileSyncService* service = GetProfileSyncService(); local
38 if (service && service->HasObserver(this)) {
39 service->RemoveObserver(this);
40 service->RemoveProtocolEventObserver(this);
43 if (service && is_registered_for_counters_) {
44 service->RemoveTypeDebugInfoObserver(this);
84 ProfileSyncService* service = GetProfileSyncService(); local
85 if (service && !is_registered_) {
86 service
140 ProfileSyncService* service = GetProfileSyncService(); local
[all...]
/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Dnew_tab_page_handler.cc195 content::NotificationService* service = local
197 service->Notify(notification_type,
/external/chromium_org/chrome/browser/web_resource/
H A Dpromo_resource_service.cc162 content::NotificationService* service = local
164 service->Notify(chrome::NOTIFICATION_PROMO_RESOURCE_STATE_CHANGED,
/external/chromium_org/components/metrics/
H A Dpersisted_logs_unittest.cc62 TestPersistedLogs(PrefService* service, size_t min_log_bytes) argument
63 : PersistedLogs(service, kTestPrefName, kLogCountLimit, min_log_bytes,
/external/chromium_org/components/policy/core/browser/
H A Dconfiguration_policy_pref_store.cc37 PolicyService* service,
40 : policy_service_(service),
36 ConfigurationPolicyPrefStore( PolicyService* service, const ConfigurationPolicyHandlerList* handler_list, PolicyLevel level) argument
/external/chromium_org/components/policy/core/common/
H A Dpolicy_test_utils.cc44 bool PolicyServiceIsEmpty(const PolicyService* service) { argument
45 const PolicyMap& map = service->GetPolicies(
/external/chromium_org/components/search_engines/
H A Dkeyword_web_data_service.cc23 KeywordWebDataService* service)
24 : service_(service) {
22 BatchModeScoper( KeywordWebDataService* service) argument
/external/chromium_org/components/signin/core/browser/
H A Dmutable_profile_oauth2_token_service_unittest.cc60 void AddAuthTokenManually(const std::string& service, argument
64 token_web_data->SetTokenForService(service, value);
/external/chromium_org/content/browser/appcache/
H A Dappcache_backend_impl.cc26 void AppCacheBackendImpl::Initialize(AppCacheServiceImpl* service, argument
29 DCHECK(!service_ && !frontend_ && frontend && service);
30 service_ = service;
H A Dappcache_quota_client.cc36 AppCacheQuotaClient::AppCacheQuotaClient(AppCacheServiceImpl* service) argument
37 : service_(service),
H A Dappcache_storage.cc20 AppCacheStorage::AppCacheStorage(AppCacheServiceImpl* service) argument
22 last_response_id_(kUnitializedId), service_(service) {
106 if (new_usage != old_usage && service()->quota_manager_proxy()) {
107 service()->quota_manager_proxy()->NotifyStorageModified(
116 if (service()->quota_manager_proxy()) {
119 service()->quota_manager_proxy()->NotifyStorageModified(
130 if (service()->quota_manager_proxy() &&
132 service()->quota_manager_proxy()->NotifyStorageAccessed(

Completed in 328 milliseconds

<<11121314151617181920>>