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

<<61626364656667686970>>

  /external/chromium_org/base/prefs/
pref_notifier_impl.cc 15 PrefNotifierImpl::PrefNotifierImpl(PrefService* service)
16 : pref_service_(service) {
  /external/chromium_org/chrome/browser/chromeos/dbus/
printer_service_provider.h 21 // This class provides printer service for CrosDBusService.
35 // This service can be manually tested dbus-send on ChromeOS.
  /external/chromium_org/chrome/browser/chromeos/file_manager/
drive_test_util.cc 55 // Drive mount point is added by the browser when the drive system service
57 // the service are initialized (e.g. resource metadata and cache), thus racy
  /external/chromium_org/chrome/browser/chromeos/policy/
policy_cert_service.h 32 // This service is the counterpart of PolicyCertVerifier on the UI thread. It's
50 // Returns true if the profile that owns this service has used certificates
  /external/chromium_org/chrome/browser/chromeos/
ui_proxy_config_service.h 37 // Called by UI to set the network with service path |current_network| to be
60 // Service path of network whose proxy configuration is being displayed or
  /external/chromium_org/chrome/browser/content_settings/
content_settings_default_provider.h 63 // Reads the default settings from the preferences service. If |overwrite| is
87 // notifications from the preferences service that we triggered ourself.
content_settings_pref_provider.h 8 // A content settings provider that takes its settings out of the pref service.
98 // notifications from the preferences service that we triggered ourself.
  /external/chromium_org/chrome/browser/download/
download_service.h 47 // service.
75 // the history service/DB thread and must be kept alive for those
  /external/chromium_org/chrome/browser/extensions/api/dial/
dial_service.h 66 virtual void OnDiscoveryRequest(DialService* service) = 0;
69 virtual void OnDeviceDiscovered(DialService* service,
73 virtual void OnDiscoveryFinished(DialService* service) = 0;
76 virtual void OnError(DialService* service,
89 // Called by listeners to this service to add/remove themselves as observers.
100 // the Registry would not need to create/destroy the Service on demand.
249 // The NetLog for this service.
252 // The NetLog source for this service.
  /external/chromium_org/chrome/browser/extensions/
extension_warning_badge_service_unittest.cc 51 GlobalErrorService* service = local
53 return service->GetGlobalErrorByMenuItemCommandID(IDC_EXTENSION_ERRORS) !=
  /external/chromium_org/chrome/browser/managed_mode/
managed_user_sync_service_unittest.cc 93 ManagedUserSyncService* service() { return service_; } function in class:ManagedUserSyncServiceTest
143 service()->MergeDataAndStartSyncing(MANAGED_USERS,
153 EXPECT_EQ(0u, service()->GetManagedUsers()->size());
156 service()->StopSyncing(MANAGED_USERS);
157 service()->Shutdown();
195 service()->GetManagedUsersAsync(
204 service()->MergeDataAndStartSyncing(MANAGED_USERS,
215 const DictionaryValue* managed_users = service()->GetManagedUsers();
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
mtp_device_map_service.h 44 // Adds the MTP device delegate to the map service. |device_location|
50 // Removes the MTP device delegate from the map service. |device_location|
  /external/chromium_org/chrome/browser/notifications/
balloon.cc 85 const ExtensionService* service = profile()->GetExtensionService(); local
87 service->extensions()->GetExtensionOrAppByURL(
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
chrome_notifier_delegate.cc 51 // TODO(petewil): Once the service protobuf supports a viewed state, mark the
65 // TODO(petewil): Once the service protobuf supports a viewed state, mark
  /external/chromium_org/chrome/browser/policy/cloud/
user_policy_signin_service_factory.cc 75 UserPolicySigninService* service = new UserPolicySigninService( local
81 return service;
  /external/chromium_org/chrome/browser/profile_resetter/
automatic_profile_resetter.h 27 // This service is responsible for evaluating whether the criteria for showing
32 // The service is created automatically with the Profile and is activated right
72 // Initializes the service if it is enabled in the field trial. Otherwise,
73 // skips the initialization steps, and also permanently disables the service.
77 // Fires up the service by unleashing the asynchronous evaluation flow, unless
78 // the service has been already disabled in Initialize() or there is no
79 // |program_| to run (in which case the service also gets disabled).
169 // Called back by |resetter_delegate_| when the template URL service is ready.
  /external/chromium_org/chrome/browser/resources/net_internals/
modules_view.html 45 <div id=modules-view-windows-service-providers style="display: none;"
47 <h4>Layered Service Providers</h4>
  /external/chromium_org/chrome/browser/safe_browsing/
download_feedback.h 25 // download feedback service.
50 // Start uploading the file to the download feedback service.
download_feedback_service_unittest.cc 207 DownloadFeedbackService service(request_context_getter_.get(),
209 service.MaybeStorePingsForDownload(
212 service.BeginFeedbackForDownload(&item);
255 DownloadFeedbackService service(request_context_getter_.get(),
259 service.BeginFeedbackForDownload(&item[i]);
324 DownloadFeedbackService service(request_context_getter_.get(),
328 service.BeginFeedbackForDownload(&item[i]);
363 // File should be deleted since the AcquireFileCallback ran after the service
  /external/chromium_org/chrome/browser/ssl/
ssl_client_auth_observer.cc 44 content::NotificationService* service = local
46 service->Notify(chrome::NOTIFICATION_SSL_CLIENT_AUTH_CERT_SELECTED,
  /external/chromium_org/chrome/browser/ui/global_error/
global_error_service.h 16 // This service manages a list of errors that are meant to be shown globally.
18 // error should be shown using this service. Examples of global errors are:
  /external/chromium_org/chrome/browser/ui/views/frame/
test_with_browser_view.cc 27 // Caller owns the returned service.
83 // needs this service so set a custom factory function.
  /external/chromium_org/chrome/browser/ui/webui/options/
language_dictionary_overlay_handler.cc 88 SpellcheckService* service = SpellcheckServiceFactory::GetForContext( local
90 dictionary_ = service->GetCustomDictionary();
  /external/chromium_org/chrome/service/cloud_print/
job_status_updater.h 13 #include "chrome/service/cloud_print/cloud_print_url_fetcher.h"
14 #include "chrome/service/cloud_print/print_system.h"
  /external/chromium_org/chromeos/dbus/
bluetooth_profile_manager_client.h 40 // Primary service class UUID (if different from the actual UUID)
41 std::string service; member in struct:chromeos::BluetoothProfileManagerClient::Options

Completed in 716 milliseconds

<<61626364656667686970>>