HomeSort by relevance Sort by last modified time
    Searched full:service (Results 1351 - 1375 of 11175) sorted by null

<<51525354555657585960>>

  /development/samples/training/notify-user/
AndroidManifest.xml 40 <service
43 </service>
  /device/generic/goldfish/power/
power_qemu.c 33 ALOGE("Error connecting to qemud hw-control service\n");
44 ALOGE("Error sending power command to qemud hw-control service\n");
  /external/bluetooth/bluedroid/bta/sys/
bta_sys_conn.c 195 ** the service
224 ** Description Called by BTA subsystems when a connection to the service
293 ** Description Called by BTA subsystems when sco connection for that service
318 ** Description Called by BTA subsystems when sco connection for that service
344 ** Description Called by BTA subsystems when that service needs to use sco.
364 ** Description Called by BTA subsystems when sco connection for that service
545 ** Description Called by BTA subsystems to indicate to DM that new service
563 ** Description Called by BTA subsystems to indicate to DM that the service
  /external/chromium/chrome/browser/chromeos/
network_message_observer.h 56 // Network state by service path.
59 // Current connect celluar service path.
  /external/chromium/chrome/browser/extensions/
crx_installer_browsertest.cc 51 ExtensionService* service = browser()->profile()->GetExtensionService(); local
55 new CrxInstaller(service, mock_install_ui /* ownership transferred */));
  /external/chromium/chrome/browser/sync/
backend_migrator_unittest.cc 72 ProfileSyncService* service() { return &service_; } function in class:browser_sync::BackendMigratorTest
91 BackendMigrator migrator(service(), manager());
119 BackendMigrator migrator(service(), manager());
141 BackendMigrator migrator(service(), manager());
174 BackendMigrator migrator(service(), manager());
199 BackendMigrator migrator(service(), manager());
231 BackendMigrator migrator(service(), manager());
255 BackendMigrator migrator(service(), manager());
sync_setup_wizard.cc 13 SyncSetupWizard::SyncSetupWizard(ProfileSyncService* service)
14 : service_(service),
  /external/chromium/chrome/browser/ui/webui/
new_tab_page_sync_handler.h 18 // link clicks on the page to the sync service.
47 // Helper to query the sync service and figure out what to send to
  /external/chromium_org/base/win/
text_services_message_filter.cc 54 // Sends message to Text Service Manager.
56 // Returns true if |message| was consumed by text service manager.
  /external/chromium_org/chrome/browser/chromeos/policy/
policy_cert_service_factory.h 33 // PolicyCertVerifier. Returns NULL if this service isn't allowed for
35 // This service is created separately for the original profile and the
  /external/chromium_org/chrome/browser/custom_handlers/
protocol_handler_registry_factory.cc 49 // Do not create this service for tests. MANY tests will fail
50 // due to the threading requirements of this service. ALSO,
  /external/chromium_org/chrome/browser/extensions/api/management/
management_api_browsertest.cc 104 ExtensionService* service = ExtensionSystem::Get(browser()->profile())-> local
128 EXPECT_TRUE(service->GetExtensionById(id, false) != NULL);
140 EXPECT_TRUE(service->GetExtensionById(id, false) == NULL);
193 ExtensionService* service = ExtensionSystem::Get(browser()->profile())-> variable
198 EXPECT_TRUE(service->GetExtensionById(kId, false) != NULL);
202 EXPECT_TRUE(service->GetExtensionById(kId, false) == NULL);
203 EXPECT_TRUE(service->GetExtensionById(kId, true) != NULL);
205 service->extension_prefs()->DidExtensionEscalatePermissions(kId));
  /external/chromium_org/chrome/browser/extensions/api/push_messaging/
push_messaging_invalidation_handler.h 33 // |service| and |delegate| must remain valid for the lifetime of this object.
37 invalidation::InvalidationService* service,
  /external/chromium_org/chrome/browser/extensions/
pending_enables.h 44 // Uses |service| to look up extensions from extension ids.
45 void OnSyncStarted(ExtensionService* service);
  /external/chromium_org/chrome/browser/history/
history_tab_helper.h 29 // Sends the page title to the history service. This is called when we receive
56 // Helper function to return the history service. May return NULL.
  /external/chromium_org/chrome/browser/local_discovery/
service_discovery_client_mac.h 46 const std::string& service);
75 base::scoped_nsobject<NSNetService> service);
  /external/chromium_org/chrome/browser/resources/print_preview/search/
fedex_tos.js 9 * Widget that renders a terms-of-service agreement for using the FedEx Office
23 // Dispatched when the user agrees to the terms-of-service.
  /external/chromium_org/chrome/browser/resources/signin_internals/
signin_index.html 31 <td>Service</td>
42 <td jscontent="service"></td>
  /external/chromium_org/chrome/browser/resources/sync_internals/
sync_log.js 24 var makeListener = function(service, event) {
26 self.log_(service, event, details);
  /external/chromium_org/chrome/browser/sync/
sync_startup_tracker.h 43 // Returns the current state of the sync service.
50 // Checks the current service state and notifies |observer_| if the state
  /external/chromium_org/chrome/browser/ui/webui/ntp/
new_tab_page_sync_handler.h 20 // link clicks on the page to the sync service.
54 // Helper to query the sync service and figure out what to send to
recently_closed_tabs_handler.h 38 virtual void TabRestoreServiceChanged(TabRestoreService* service) OVERRIDE;
42 virtual void TabRestoreServiceDestroyed(TabRestoreService* service) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/webui/
sync_internals_ui.h 37 // All other messages are routed to the sync service if it exists,
41 // getAboutInfo() be handled by the sync service.
  /external/chromium_org/chromeos/cryptohome/
system_salt_getter_unittest.cc 50 // Try to get system salt before the service becomes available.
58 // Service becomes available.
  /external/chromium_org/cloud_print/service/
service_state.h 13 // Manages Cloud Print part of Service State.
33 virtual std::string LoginToGoogle(const std::string& service,

Completed in 822 milliseconds

<<51525354555657585960>>