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

<<919293949596979899100>>

  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_service.h 5 // The Safe Browsing service is responsible for downloading anti-phishing and
46 // Users of this service implement this interface to be notified
83 base::TimeTicks start; // When check was sent to SB service.
132 // Create an instance of the safe browsing service.
135 // Called on the UI thread to initialize the service.
247 // protocol buffer, so the service can send it over.
261 // Creates the safe browsing service. Need to initialize before using.
425 // Whether the service is running. 'enabled_' is used by SafeBrowsingService
  /external/chromium/chrome/browser/ssl/
ssl_client_auth_handler.cc 59 NotificationService* service = NotificationService::current(); local
60 service->Notify(NotificationType::SSL_CLIENT_AUTH_CERT_SELECTED,
  /external/chromium/chrome/browser/sync/
README.js 5 about:sync) interacts with the sync service/backend.
23 interacts with the sync service via a JsFrontend (js_frontend.h)
  /external/chromium/chrome/browser/ui/views/
chrome_views_delegate.cc 30 // preference service. Otherwise, store and retrieve the data from Local State.
31 // This function may return NULL if the necessary pref service has not yet
  /external/chromium_org/android_webview/native/
aw_autofill_manager_delegate.h 45 // a profile). Since there is only one pref service for a given browser
47 // keep the feature enabled at the pref service, and control it via
  /external/chromium_org/ash/system/chromeos/network/
network_state_list_detailed_view.h 129 // A map of child views to their network service path.
132 // A map of network service paths to their view.
  /external/chromium_org/base/
path_service.h 20 // The path service is a global table mapping keys to file system paths. It is
21 // OK to use this service from multiple threads.
  /external/chromium_org/chrome/browser/android/
recently_closed_tabs_bridge.cc 129 TabRestoreService* service) {
137 TabRestoreService* service) {
  /external/chromium_org/chrome/browser/extensions/api/management/
management_api.h 27 ExtensionService* service();
34 ExtensionService* service();
  /external/chromium_org/chrome/browser/extensions/api/test/
test_api.cc 86 ExtensionService* service = GetProfile()->GetExtensionService(); local
87 QuotaService* quota = service->quota_service();
  /external/chromium_org/chrome/browser/infobars/
infobars_browsertest.cc 38 ExtensionService* service = profile->GetExtensionService(); local
47 extensions::CrxInstaller::Create(service, client.Pass()));
  /external/chromium_org/chrome/browser/managed_mode/
supervised_user_pref_store_unittest.cc 96 // Prefs should not change yet when the service is ready, but not
121 // Activating the service again should not change anything.
  /external/chromium_org/chrome/browser/password_manager/
password_syncable_service.cc 33 "Password Syncable Service Not Implemented."));
51 "Password Syncable Service Not Implemented.",
  /external/chromium_org/chrome/browser/policy/
profile_policy_connector.cc 102 void ProfilePolicyConnector::InitForTesting(scoped_ptr<PolicyService> service) {
103 policy_service_ = service.Pass();
  /external/chromium_org/chrome/browser/prefs/
pref_service_syncable.h 49 // Creates an incognito copy of the pref service that shares most pref stores
81 // Do not call this after having derived an incognito or per tab pref service.
  /external/chromium_org/chrome/browser/resources/sync_internals/
chrome_sync.js 77 'service': [
141 // Sync service functions.
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_service_browsertest.cc 68 SpellcheckService* service = static_cast<SpellcheckService*>( local
72 ASSERT_EQ(NULL, service);
  /external/chromium_org/chrome/browser/sync/glue/
typed_url_data_type_controller.cc 29 // The history service exposes a special non-standard task API which calls back
124 LOG(WARNING) << "Cannot access history service - disabling typed url sync";
ui_data_type_controller.h 119 // A weak pointer to the actual local syncable service, which performs all the
124 // Associate the sync model with the service's model, then start syncing.
  /external/chromium_org/chrome/browser/sync/
profile_sync_components_factory.h 103 // Returns a weak pointer to the syncable service specified by |type|.
104 // Weak pointer may be unset if service is already destroyed.
profile_sync_service_startup_unittest.cc 46 ProfileSyncService* service = local
48 service->OnConfigureStart();
52 ProfileSyncService* service = local
56 service->OnConfigureDone(configure_result);
216 // Create some tokens in the token service.
430 // Service should not be started by Initialize() since it's managed.
460 // The service should stop when switching to managed mode.
468 // When switching back to unmanaged, the state should change, but the service
sync_global_error.cc 24 SyncGlobalError::SyncGlobalError(ProfileSyncService* service,
26 : service_(service),
  /external/chromium_org/chrome/browser/sync_file_system/
sync_process_runner.cc 18 // Default delay when the previous change has had an error (but remote service
26 // Default delay when remote service is temporarily unavailable.
  /external/chromium_org/chrome/browser/tab_contents/
spelling_menu_observer_browsertest.cc 289 // Tests that right-clicking a correct word when we enable spelling-service
302 // Tests that right-clicking a misspelled word when we enable spelling-service
304 // test does not actually send JSON-RPC requests to the service because it makes
365 // service is enabled and that there is only one suggestion.
406 // This means spellchecking is allowed. Default is that the service is
449 // First case: Misspelled word, no suggestions, no spellcheck service.
457 // Case #2. Misspelled word, suggestions, no spellcheck service.
468 // Case #3. Misspelled word, suggestion service is on.
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_shower.cc 11 AppListService* service)
14 service_(service),

Completed in 1062 milliseconds

<<919293949596979899100>>