/external/chromium/net/http/ |
http_auth_sspi_win.h | 137 // Generates an authentication token for the service specified by the 138 // Service Principal Name |spn| and stores the value in |*auth_token|.
|
/external/chromium/net/url_request/ |
url_request_throttler_manager.h | 51 // Registers a new entry in this service and overrides the existing entry (if 52 // any) for the URL. The service will hold a reference to the entry.
|
/external/chromium_org/android_webview/lib/main/ |
aw_main_delegate.cc | 28 #include "gpu/command_buffer/service/gpu_switches.h" 29 #include "gpu/command_buffer/service/in_process_command_buffer.h"
|
/external/chromium_org/android_webview/native/ |
aw_autofill_manager_delegate.cc | 78 android_webview::AwFormDatabaseService* service = local 81 return service->get_autofill_webdata_service();
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/search_engines/ |
TemplateUrlService.java | 26 * This listener will be notified when template url service is done loading. 111 * Called from native when template URL service is done loading.
|
/external/chromium_org/chrome/browser/autocomplete/ |
zero_suggest_provider.h | 9 // appropriate suggestion service. 145 // service for the most visited URLs during Run(). It calls back to this
|
/external/chromium_org/chrome/browser/background/ |
background_mode_manager_unittest.cc | 413 // Required for extension service. 481 ExtensionService* service = profile->GetExtensionService(); local 482 service->Init(); 484 service->AddComponentExtension(component_extension); 485 service->AddComponentExtension(component_extension_with_options); 486 service->AddExtension(regular_extension); 487 service->AddExtension(regular_extension_with_options); 547 // Required for extension service.
|
/external/chromium_org/chrome/browser/chromeos/dbus/ |
proxy_resolution_service_provider_unittest.cc | 10 // - Start the service provider. 70 // Create the proxy resolution service with the mock bus and the mock
|
/external/chromium_org/chrome/browser/chromeos/login/ |
oauth2_login_manager.h | 47 // Session restore failed due to connection or service errors. 175 // Records |refresh_token_| to token service. The associated account id is
|
/external/chromium_org/chrome/browser/component_updater/ |
component_updater_configurator.cc | 45 "//clients2.google.com/service/update2" 47 // The default url for the v3 protocol service endpoint. Can be
|
/external/chromium_org/chrome/browser/download/ |
chrome_download_manager_delegate.cc | 143 // |is_content_check_supported| is true if the SB service supports scanning the 329 DownloadProtectionService* service = GetDownloadProtectionService(); local 330 if (service) { 336 service->CheckClientDownload( 611 safe_browsing::DownloadProtectionService* service = local 613 if (service) { 615 service->IsSupportedDownload(*download, suggested_path); 618 service->CheckDownloadUrl(*download,
|
/external/chromium_org/chrome/browser/extensions/api/declarative_content/ |
content_action.cc | 85 ExtensionService* service = local 87 const Extension* extension = service->GetInstalledExtension(extension_id);
|
/external/chromium_org/chrome/browser/extensions/api/identity/ |
account_tracker.cc | 214 ProfileOAuth2TokenService* service = local 216 login_token_request_ = service->StartRequest(
|
/external/chromium_org/chrome/browser/extensions/api/push_messaging/ |
push_messaging_invalidation_handler.cc | 82 invalidation::InvalidationService* service, 84 : service_(service),
|
/external/chromium_org/chrome/browser/extensions/api/sessions/ |
sessions_api.cc | 353 ProfileSyncService* service = local 355 if (!(service && service->GetPreferredDataTypes().Has(syncer::SESSIONS))) { 363 service->GetOpenTabsUIDelegate(); 501 ProfileSyncService* service = local 503 if (!(service && service->GetPreferredDataTypes().Has(syncer::SESSIONS))) { 508 service->GetOpenTabsUIDelegate();
|
/external/chromium_org/chrome/browser/extensions/api/system_indicator/ |
system_indicator_manager.cc | 165 ExtensionService* service = local 170 service->GetExtensionById(extension_id, false);
|
/external/chromium_org/chrome/browser/extensions/api/web_request/ |
web_request_permissions_unittest.cc | 81 "http://clients2.google.com/service/update2/crx", 84 "https://clients2.google.com/service/update2/crx",
|
/external/chromium_org/chrome/browser/extensions/ |
default_apps.cc | 138 VisitorInterface* service, 143 : extensions::ExternalProviderImpl(service, loader, profile, crx_location,
|
extension_action_manager.cc | 123 ExtensionService* service = 125 if (!service->GetExtensionById(extension_id, false))
|
/external/chromium_org/chrome/browser/history/android/ |
sqlite_cursor.h | 77 AndroidHistoryProviderService* service, 134 AndroidHistoryProviderService* service,
|
/external/chromium_org/chrome/browser/history/ |
typed_url_syncable_service_unittest.cc | 271 // send to the sync service. 356 // Notify typed url sync service of the update. 410 // Notify typed url sync service of non-typed visit, expect no change. 437 // Notify typed url sync service of typed visit. 509 // Notify typed url sync service. 559 // Notify typed url sync service. 601 // Notify typed url sync service of typed visit. 650 // Notify typed url sync service of typed visit.
|
/external/chromium_org/chrome/browser/managed_mode/ |
managed_user_sync_service.h | 85 // custodian. This method should only be called once this service has started 115 // instance of this service.
|
/external/chromium_org/chrome/browser/net/ |
proxy_service_factory.cc | 44 // On ChromeOS, base service is NULL; chromeos::ProxyConfigServiceImpl 48 // For other platforms, create a baseline service that provides proxy
|
/external/chromium_org/chrome/browser/prerender/ |
prerender_local_predictor.h | 176 // Lookup the prerender candidate in the Prerender Service (if applicable). 213 // Whether we're registered with the history service as a
|
/external/chromium_org/chrome/browser/profiles/ |
avatar_menu.cc | 192 ManagedUserService* service = ManagedUserServiceFactory::GetForProfile( local 194 base::string16 custodian = UTF8ToUTF16(service->GetCustodianEmailAddress());
|