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

<<31323334353637383940>>

  /external/chromium/chrome/common/
service_process_util_linux.cc 48 return "google-chrome-service.desktop";
50 return "chromium-service.desktop";
83 std::string app_name = "Google Chrome Service";
85 std::string app_name = "Chromium Service";
  /external/chromium/net/tools/flip_server/
create_listener.h 21 // port - a port number or service name. By service name I mean a
22 // -real- service name, not a Google service name. I'd suggest
  /external/chromium_org/base/prefs/
pref_change_registrar.cc 21 void PrefChangeRegistrar::Init(PrefService* service) {
22 DCHECK(IsEmpty() || service_ == service); local
23 service_ = service;
78 void PrefChangeRegistrar::OnPreferenceChanged(PrefService* service,
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/sync/
GoogleServiceAuthError.java 23 // The GAIA user is not authorized to use the service.
28 // the service needing GAIA tokens during authentication.
43 // The service is not available; try again later.
53 // The user has provided a HOSTED account, when this service requires
  /external/chromium_org/chrome/browser/chromeos/ui/
echo_dialog_view.h 22 // called. The API is used by echo extension when an offer from a service is
33 // allowed to redeem offers. |service_name| is the name of the service that
34 // requests user consent to redeem an offer. |origin| is the service's origin
35 // url. Service name should be underlined in the dialog, and hovering over its
  /external/chromium_org/chrome/browser/extensions/
suspicious_extension_bubble_controller_unittest.cc 96 // service to work inside a unit test and access the extension prefs.
169 ExtensionService* service = profile_->GetExtensionService(); local
170 service->Init();
172 service->AddExtension(regular_extension);
173 service->AddExtension(my_test_extension1);
174 service->AddExtension(my_test_extension2);
183 ExtensionPrefs* prefs = service->extension_prefs();
195 service->DisableExtension(extension_id1,
216 service->DisableExtension(extension_id2,
  /external/chromium_org/chrome/browser/history/
history_marshaling_android.h 5 // Data structures for communication between the history service on the main
  /external/chromium_org/chrome/browser/
jankometer.h 15 // This function will initialize the service, which will install itself in
  /external/chromium_org/chrome/browser/local_discovery/
service_discovery_device_lister.cc 59 // If there is already a resolver working on this service, don't add one.
87 // On Mac, the Bonjour service does not seem to ever evict a service if a
89 // service to detect non-graceful shutdowns.
  /external/chromium_org/chrome/browser/plugins/
plugins_resource_service.h 13 // This resource service periodically fetches plug-in metadata
  /external/chromium_org/chrome/browser/policy/cloud/
policy_header_service_factory.cc 31 explicit PolicyHeaderServiceWrapper(scoped_ptr<PolicyHeaderService> service)
32 : policy_header_service_(service.Pass()) {}
99 scoped_ptr<PolicyHeaderService> service = make_scoped_ptr( local
102 return new PolicyHeaderServiceWrapper(service.Pass());
user_policy_signin_service.h 54 virtual void OnInitializationCompleted(CloudPolicyService* service) OVERRIDE;
69 // Fetches an OAuth token to allow the cloud policy service to register with
72 // device_management service.
88 // Weak pointer to the token service we use to authenticate during
  /external/chromium_org/chrome/browser/profiles/
incognito_helpers.h 19 // instance of a service is created for the Incognito context.
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_service.h 5 // The Safe Browsing service is responsible for downloading anti-phishing and
50 // the heavylifting of safebrowsing service. Both of these managers stay
69 // Create an instance of the safe browsing service.
72 // Called on the UI thread to initialize the service.
109 // Creates the safe browsing service. Need to initialize before using.
164 // Checks if any profile is currently using the safe browsing service, and
165 // starts or stops the service accordingly.
187 // Whether the service is running. 'enabled_' is used by SafeBrowsingService
193 // browsing service, and to start it up or shut it down accordingly.
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_message_filter.h 44 // A callback function called when the Spelling service finishes checking
55 // service if a user enables the "Ask Google for suggestions" option. When we
56 // receive a response (including an error) from the service, it calls
72 // A JSON-RPC client that calls the Spelling service in the background.
  /external/chromium_org/chrome/browser/sync/
sync_global_error_unittest.cc 99 void VerifySyncGlobalErrorResult(NiceMock<ProfileSyncServiceMock>* service,
106 EXPECT_CALL(*service, HasSyncSetupCompleted())
110 EXPECT_CALL(*service, GetAuthError()).WillRepeatedly(ReturnRef(auth_error));
162 NiceMock<ProfileSyncServiceMock> service(profile.get());
170 SyncGlobalError error(&service, signin);
173 EXPECT_CALL(service, QueryDetailedSyncStatus(_))
176 EXPECT_CALL(service, IsPassphraseRequired())
178 EXPECT_CALL(service, IsPassphraseRequiredForDecryption())
181 &service, login_ui_service, browser(), &error,
  /external/chromium_org/chrome/browser/sync/test/integration/
search_engines_helper.h 46 // Add a search engine based on a seed to the service at index |profile_index|
50 // Retrieves a search engine from the service at index |profile_index| with
59 // Deletes a search engine from the service at index |profile_index| which was
63 // Change the search engine generated with |seed| in service at index
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
drive_backend_constants.cc 16 const char kServiceMetadataKey[] = "SERVICE";
  /external/chromium_org/chrome/browser/thumbnails/
thumbnailing_context.cc 14 : service(receiving_service),
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_factory.h 23 AppListService* service,
  /external/chromium_org/chrome/browser/ui/ash/
chrome_new_window_delegate_chromeos.cc 30 const ExtensionService* const service = profile->GetExtensionService(); local
31 if (service == NULL ||
33 service)) {
38 service->GetInstalledExtension(kFileManagerAppId);
  /external/chromium_org/chrome/browser/ui/cocoa/extensions/
extension_action_context_menu_controller_browsertest.mm 85 PrefService* service = browser()->profile()->GetPrefs();
86 bool original = service->GetBoolean(prefs::kExtensionsUIDeveloperMode);
88 service->SetBoolean(prefs::kExtensionsUIDeveloperMode, true);
94 service->SetBoolean(prefs::kExtensionsUIDeveloperMode, false);
100 service->SetBoolean(prefs::kExtensionsUIDeveloperMode, original);
181 PrefService* service = browser()->profile()->GetPrefs();
182 bool original = service->GetBoolean(prefs::kExtensionsUIDeveloperMode);
184 service->SetBoolean(prefs::kExtensionsUIDeveloperMode, true);
200 service->SetBoolean(prefs::kExtensionsUIDeveloperMode, original);
  /external/chromium_org/chrome/browser/ui/webui/app_list/
start_page_handler.cc 100 StartPageService* service = StartPageService::Get(profile); local
101 if (!service)
104 recommended_apps_ = service->recommended_apps();
115 ExtensionService* service = local
117 const extensions::Extension* app = service->GetInstalledExtension(app_id);
147 StartPageService* service = local
149 service->OnSpeechSoundLevelChanged(static_cast<int16>(level));
162 StartPageService* service = local
164 service->OnSpeechRecognitionStateChanged(new_state);
  /external/chromium_org/chrome/common/importer/
safari_importer_utils.h 17 // out: services_supported - the service supported for import.
  /external/chromium_org/chrome/service/cloud_print/
cloud_print_token_store_unittest.cc 5 #include "chrome/service/cloud_print/cloud_print_token_store.h"

Completed in 943 milliseconds

<<31323334353637383940>>