/external/chromium_org/chrome/browser/chromeos/contacts/ |
google_contact_store.h | 59 // Takes ownership of |service|. Must be called before Init(). The caller is 60 // responsible for calling |service|'s Initialize() method. 61 void SetGDataService(GDataContactsServiceInterface* service);
|
/external/chromium_org/chrome/browser/chromeos/dbus/ |
proxy_resolution_service_provider.h | 28 // This class provides proxy resolution service for CrosDBusService. 48 // This service can be manually tested using dbus-monitor and 104 // resolution requests to the service running in chrome executable.
|
/external/chromium_org/chrome/browser/chromeos/login/ |
multi_profile_user_controller.cc | 117 policy::PolicyCertService* service = local 121 if (service && service->has_policy_certificates())
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
enrollment_handler_chromeos.h | 38 // 1. Given an auth token, register with the policy service. 39 // 2. Download the initial policy blob from the service. 177 // Used for locking the device and getting the OAuth2 token service.
|
user_cloud_policy_manager_chromeos.h | 80 // service (UserCloudPolicyTokenForwarder) will fetch it later and pass it 98 virtual void OnInitializationCompleted(CloudPolicyService* service) OVERRIDE; 150 // The pref service to pass to the refresh scheduler on initialization.
|
/external/chromium_org/chrome/browser/chromeos/settings/ |
device_oauth2_token_service_factory_unittest.cc | 20 // Copies the token service and increments the counter. 107 // service is ready, and confirm that the callback of every caller is run. 121 // The token service will be returned asynchronously.
|
/external/chromium_org/chrome/browser/extensions/api/mdns/ |
mdns_api.cc | 20 // Whitelisted mDNS service types. 85 // Check all listeners for service type filers. 103 // Find all the added and removed service types since last update.
|
/external/chromium_org/chrome/browser/favicon/ |
favicon_tab_helper.cc | 120 FaviconService* service = FaviconServiceFactory::GetForProfile( local 122 if (!service) 129 service->SetFavicons(
|
/external/chromium_org/chrome/browser/metrics/ |
metrics_service_browsertest.cc | 31 // Enable the metrics service for testing (in recording-only mode). 63 // Enable the metrics service for testing (in the full mode). 127 // Since the full metrics service runs in this test, we expect that
|
/external/chromium_org/chrome/browser/metrics/variations/ |
variations_service.h | 92 // Creates the VariationsService with the given |local_state| prefs service. 120 // The pref service used to store persist the variations seed. 145 // Helper class used to tell this service if it's allowed to make network
|
/external/chromium_org/chrome/browser/net/ |
pref_proxy_config_tracker_impl.h | 59 // Makes sure that the observer registration with the base service is set up. 76 // Indicates whether the base service registration is done. 94 // Notifies the tracker that the pref service passed upon construction is
|
/external/chromium_org/chrome/browser/safe_browsing/ |
download_feedback_service.cc | 156 const base::WeakPtr<DownloadFeedbackService>& service, 160 if (service) { 161 service->BeginFeedback(ping_request, ping_response, path);
|
/external/chromium_org/chrome/browser/search_engines/ |
template_url_service_test_util.cc | 70 TemplateURLService* service = static_cast<TemplateURLService*>( local 73 service->AddObserver(this); 98 // Initialize the web data service so that the database gets updated with
|
/external/chromium_org/chrome/browser/signin/ |
profile_oauth2_token_service.h | 41 // Initializes this token service with the profile. 45 // after service is used between profile restarts. 61 // and available through |LoadCredentials| after service is restarted.
|
/external/chromium_org/chrome/browser/spellchecker/ |
spellcheck_message_filter.cc | 90 // Spellcheck service may not be available for a renderer process that is 101 // Spellcheck service may not be available for a renderer process that is 135 // Spellcheck service may not be available for a renderer process that is
|
spellcheck_service.h | 33 // Encapsulates the browser side spellcheck service. There is one of these per 97 // Returns the instance of the spelling service feedback sender. 157 // A pointer to the BrowserContext which this service refers to.
|
/external/chromium_org/chrome/browser/sync/test/integration/ |
two_client_search_engines_sync_test.cc | 148 TemplateURLService* service = local 150 TemplateURL* turl = service->GetTemplateURLForKeyword(ASCIIToUTF16("test1")); 152 service->ResetTemplateURL(turl, turl->short_name(), ASCIIToUTF16("test0"),
|
/external/chromium_org/chrome/browser/ui/ |
browser_tab_strip_model_delegate.cc | 130 TabRestoreService* service = 134 if (service && browser_->CanSupportWindowFeature(Browser::FEATURE_TABSTRIP)) { 135 service->CreateHistoricalTab(
|
/external/chromium_org/chrome/browser/ui/toolbar/ |
wrench_menu_model_unittest.cc | 167 GlobalErrorService* service = local 173 service->AddGlobalError(error1); 177 service->AddGlobalError(error2);
|
/external/chromium_org/chrome/browser/ui/website_settings/ |
website_settings.h | 86 // service and the time of the first visit. 146 // The infobar service of the active tab. 191 // The |HostContentSettingsMap| is the service that provides and manages
|
/external/chromium_org/chrome/browser/ui/webui/ntp/ |
recently_closed_tabs_handler.cc | 136 TabRestoreService* service) { 138 TabRestoreService::Entries entries = service->entries(); 145 TabRestoreService* service) {
|
/external/chromium_org/chrome/service/cloud_print/ |
cloud_print_connector.h | 14 #include "chrome/service/cloud_print/connector_settings.h" 15 #include "chrome/service/cloud_print/print_system.h" 16 #include "chrome/service/cloud_print/printer_job_handler.h"
|
/external/chromium_org/chrome/service/net/ |
service_url_request_context.cc | 5 #include "chrome/service/net/service_url_request_context.h" 16 #include "chrome/service/service_process.h" 98 "Chrome Service %s(%s)%s %s ",
|
/external/chromium_org/chrome_frame/ |
chrome_frame_activex.cc | 286 base::win::ScopedComPtr<IChromeFramePrivileged> service; local 289 service.Receive()); 290 if (SUCCEEDED(hr) && service) { 291 return (S_FALSE != service->ShouldShowVersionMismatchDialog()); 450 // Probe to see whether the host implements the privileged service. 451 base::win::ScopedComPtr<IChromeFramePrivileged> service; local 454 service.Receive()); 455 if (SUCCEEDED(service_hr) && service) { 458 service_hr = service->GetWantsPrivileged(&wants_privileged); 469 service_hr = service->GetChromeProfileName(profile_name_arg.Receive()) [all...] |
metrics_service.h | 5 // This file defines a service that collects information about the user 47 STOPPED, // Service has stopped 142 // Used to serialize the Start and Stop operations on the metrics service.
|