/development/samples/Support7Demos/ |
AndroidManifest.xml | 85 <service android:name=".media.SampleMediaRouteProviderService" 91 </service>
|
/external/bluetooth/bluedroid/bta/ag/ |
bta_ag_rfc.c | 288 /* if service is set in mask */ 328 /* if service is set in mask */
|
/external/chromium/chrome/browser/extensions/ |
extension_install_ui.cc | 201 NotificationService* service = NotificationService::current(); local 202 service->Notify(NotificationType::EXTENSION_WILL_SHOW_CONFIRM_DIALOG,
|
extensions_quota_service.h | 35 // use to help the service make decisions about quota violations. 52 // Purge resets all accumulated data (except |violators_|) as if the service
|
/external/chromium/chrome/browser/sessions/ |
session_types.h | 122 // NOTE: when the service is creating SessionTabs, initially this 162 // NOTE: when the service is creating SessionWindows, initially this
|
/external/chromium/chrome/browser/ui/views/location_bar/ |
page_action_image_view.cc | 98 ExtensionService* service = profile_->GetExtensionService(); local 99 service->browser_event_router()->PageActionExecuted(
|
/external/chromium/chrome/browser/ui/webui/options/ |
extension_settings_handler.h | 113 // Note: service can be NULL in unit tests. 115 ExtensionService* service,
|
/external/chromium/chrome/browser/web_resource/ |
web_resource_service.cc | 255 NotificationService* service = NotificationService::current(); 256 service->Notify(notification_type_,
|
/external/chromium_org/base/ |
path_service.cc | 117 Provider* providers; // Linked list of path service providers. 220 // Make sure path service never returns a path with ".." in it.
|
/external/chromium_org/base/prefs/ |
pref_notifier_impl_unittest.cc | 37 explicit TestingPrefNotifierImpl(PrefService* service) 38 : PrefNotifierImpl(service) {
|
/external/chromium_org/chrome/browser/chromeos/login/ |
oauth2_login_verifier.cc | 107 // No service will fetch us uber auth token. 174 // If MergeSession from GAIA service token fails, retry the session restore
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
device_local_account_policy_service.h | 131 // Shuts down the service and prevents further policy fetches from the cloud. 134 // Initializes the cloud policy service connection.
|
/external/chromium_org/chrome/browser/chromeos/settings/ |
device_oauth2_token_service.cc | 140 LOG(WARNING) << "Device service account owner in policy is empty."; 142 LOG(WARNING) << "Device service account owner in policy does not match "
|
device_settings_provider_unittest.cc | 71 // Have the service load a settings blob. 88 // Have the service check the key.
|
/external/chromium_org/chrome/browser/component_updater/test/ |
crx_downloader_unittest.cc | 128 // idle. The component updater service won't loop again until the loop count 129 // is set and the service is started.
|
/external/chromium_org/chrome/browser/drive/ |
gdata_wapi_service.h | 38 // This class provides documents feed service calls for WAPI (codename for 51 // requests issued through the service if the value is not empty.
|
/external/chromium_org/chrome/browser/extensions/activity_log/ |
activity_log_enabled_unittest.cc | 129 // Extension service is destroyed by the profile. 232 // Extension service is destroyed by the profile.
|
/external/chromium_org/chrome/browser/extensions/api/extension_action/ |
browser_action_interactive_test.cc | 191 ExtensionService* service = extensions::ExtensionSystem::Get( local 194 service->GetExtensionById(last_loaded_extension_id(), false),
|
/external/chromium_org/chrome/browser/extensions/api/web_request/ |
web_request_apitest.cc | 135 ExtensionService* service = extensions::ExtensionSystem::Get( local 138 service->GetExtensionById(last_loaded_extension_id(), false);
|
/external/chromium_org/chrome/browser/extensions/ |
process_management_browsertest.cc | 246 ExtensionService* service = local 249 EXPECT_GE((size_t) 6, service->process_map()->size());
|
/external/chromium_org/chrome/browser/history/ |
top_sites.h | 123 // Query history service for the list of available thumbnails. Returns the 128 // Returns true if the given URL is known to the top sites service.
|
/external/chromium_org/chrome/browser/ |
jumplist_win.h | 143 virtual void TabRestoreServiceChanged(TabRestoreService* service); 147 virtual void TabRestoreServiceDestroyed(TabRestoreService* service);
|
/external/chromium_org/chrome/browser/managed_mode/ |
managed_user_service.h | 192 // an instance of this service. 242 // True iff we're waiting for the Sync service to be initialized.
|
/external/chromium_org/chrome/browser/prefs/ |
session_startup_pref_unittest.cc | 150 // using the pref service directly. 174 // using the pref service directly.
|
/external/chromium_org/chrome/browser/profile_resetter/ |
automatic_profile_resetter_delegate.h | 45 // Requests the template URL service to load its database (asynchronously). 49 // URL service has finished loading its database.
|