/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
location_bar_view_mac.mm | 536 ExtensionService* service = profile_->GetExtensionService(); 537 if (!service) 541 for (size_t i = 0; i < service->extensions()->size(); ++i) { 542 if (service->extensions()->at(i)->page_action()) 543 page_actions.push_back(service->extensions()->at(i)->page_action());
|
/external/chromium/net/proxy/ |
proxy_service.h | 80 // It gives the proxy service an opportunity to reconsider the proxy to use. 142 // Creates a proxy service that polls |proxy_config_service| to notice when 192 // Convenience methods that creates a proxy service using the 197 // Creates a proxy service that uses a DIRECT connection for all requests. 209 // Creates a config service appropriate for this platform that fetches the
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
drive_integration_service.cc | 334 // The integration service is already initialized. Add the mount point. 599 DriveIntegrationService* service = NULL; local 608 service = new DriveIntegrationService(profile, preference_watcher, 611 service = factory_for_test_.Run(profile); 614 return service;
|
sync_client_unittest.cc | 40 // The content of files stored in the service. 154 // Adds a file to the service root and |resource_ids_|. 179 // Add file entries to the service. 188 // Load data from the service to the metadata. 376 // Let the service go down.
|
/external/chromium_org/chrome/browser/chromeos/file_manager/ |
file_browser_handlers.cc | 93 ExtensionService* service = local 96 if (!service) 104 for (ExtensionSet::const_iterator iter = service->extensions()->begin(); 105 iter != service->extensions()->end(); 109 !extension_util::IsIncognitoEnabled(extension->id(), service))
|
/external/chromium_org/chrome/browser/extensions/api/preference/ |
preference_api_prefs_unittest.cc | 207 // Main pref service shall see only non-incognito settings. 210 // Incognito pref service shall see incognito values. 235 // Main pref service shall see only non-incognito settings. 238 // Incognito pref service shall see session-only incognito values only 239 // during first run. Once the pref service was reloaded, all values shall be
|
/external/chromium_org/chrome/browser/net/gaia/ |
gaia_oauth_fetcher.cc | 100 const char* service, 104 parameters["service"] = service; 257 const char* service, 264 request_body_ = MakeOAuthLoginBody(source, service, oauth1_access_token,
|
/external/chromium_org/chrome/browser/safe_browsing/ |
database_manager.h | 5 // The Safe Browsing service is responsible for downloading anti-phishing and 75 base::TimeTicks start; // When check was sent to SB service. 118 // Creates the safe browsing service. Need to initialize before using. 120 const scoped_refptr<SafeBrowsingService>& service); 378 // Whether the service is running. 'enabled_' is used by the
|
/external/chromium_org/chrome/browser/spellchecker/ |
feedback_sender.cc | 8 // When spelling service returns spellcheck results, these results first arrive 10 // misspelling-suggestion pair. If the spelling service identifies the same 13 // comparing misspelling offsets in text. Spelling service can return duplicates 20 // is erased after being sent to the spelling service. Pending feedback is kept 28 // spelling service.
|
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/ |
sync_engine.cc | 458 "Could not initialize remote service"); 608 // Errors which could make the service temporarily unavailable. 615 "Network or temporary service error."); 631 // Other errors don't affect service state 645 "Service state changed: %d->%d: %s",
|
/external/chromium_org/chrome/common/extensions/docs/templates/articles/ |
app_storage.html | 345 When the sync service detects the pending local change 347 the service fires the <code>onFileStatusChanged</code> event 355 the sync service may detect remote changes made by another client, 367 is detached from the sync service, 415 You can also look at the user's sync backend service storage (in Google Drive).
|
/external/chromium_org/chrome/service/cloud_print/ |
print_system_xps_win.cc | 12 #include "chrome/service/cloud_print/print_system_win.h" 13 #include "chrome/service/service_process.h" 14 #include "chrome/service/service_utility_process_host.h" 324 // Called on the service process IO thread. 457 // Called on the service process IO thread.
|
/external/chromium_org/chrome/test/base/ |
testing_profile.h | 164 // Creates the favicon service. Consequent calls would recreate the service. 167 // Creates the history service. If |delete_file| is true, the history file is 196 // Creates a WebDataService. If not invoked, the web data service is NULL. 326 // history service processes all pending requests.
|
ui_test_utils.cc | 350 void WaitForTemplateURLServiceToLoad(TemplateURLService* service) { 351 if (service->loaded()) 356 service->RegisterOnLoadedCallback( 358 service->Load(); 361 ASSERT_TRUE(service->loaded());
|
/external/chromium_org/device/bluetooth/ |
bluetooth_device.h | 208 // connected to any application or service. If the device is not paired, it 244 // Indicates whether this device provides the given service. 248 // whether or not a matching service was found. 251 // Indicates whether this device provides the given service. 333 // Attempts to open a socket to a service matching |uuid| on this device. If
|
/external/chromium_org/device/media_transfer_protocol/ |
media_transfer_protocol_manager.cc | 54 // Listen for future mtpd service owner changes, in case it is not 427 // Callback to finish initialization after figuring out if the mtpd service 428 // has an owner, or if the service owner has changed. 436 // In the case of a new service owner, clear |storage_info_map_|. 437 // Assume all storages have been disconnected. If there is a new service
|
/external/chromium_org/gpu/command_buffer/service/ |
buffer_manager_unittest.cc | 5 #include "gpu/command_buffer/service/buffer_manager.h" 6 #include "gpu/command_buffer/service/error_state_mock.h" 7 #include "gpu/command_buffer/service/feature_info.h" 8 #include "gpu/command_buffer/service/mocks.h" 9 #include "gpu/command_buffer/service/test_helper.h"
|
/external/chromium_org/net/url_request/ |
test_url_fetcher_factory.h | 333 // // and you want to test the service class by returning a server error. 339 // // and you want to test the service class by returning a specific error 347 // // and you want to test the service class by returning a failure in the 354 // SomeService service; 355 // service.Run(); // Will eventually request these three URLs.
|
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/ |
AnimationBase.cpp | 411 // Returns the time at which next service is required. -1 means no service is required. 0 means 412 // service is required now, and > 0 means service is required that many seconds in the future. 423 // In all other cases, we need service right away.
|
/external/chromium_org/webkit/browser/appcache/ |
appcache_url_request_job.cc | 137 if (!storage_->service()->handler_factory()) { 282 if (storage_->service()->storage() == storage_) { 288 storage_->service()->CheckAppCacheResponse(manifest_url_, cache_id_, 348 if (storage_->service()->storage() == storage_) { 349 storage_->service()->CheckAppCacheResponse(manifest_url_, cache_id_,
|
/external/openssh/contrib/cygwin/ |
README | 19 After creating the sshd service with ssh-host-config, it's advisable to 37 Logon as a service 75 This version introduces the ability to register sshd as service on 129 service when running under NT/W2K. This requires cygrunsrv installed. 152 "-D" option to sshd. Otherwise the service can't get started at all.
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
dbus_new_handlers_p2p.c | 2064 char *service = NULL; local 2150 char *service = NULL; local 2249 char *service = NULL; local [all...] |
/frameworks/base/core/java/android/hardware/camera2/ |
CameraManager.java | 77 * Wrap the camera service in a decorator which automatically translates return codes 85 throw new IllegalStateException("Failed to register a camera service listener", 109 "Failed to query camera service for device ID list", e); 321 * application or service starts using a camera, or when a removable camera 382 // Got a BAD_VALUE from service, meaning that this
|
/frameworks/base/docs/html/about/versions/ |
android-2.0.jd | 271 <li>Device and service discovery</li> 313 <li>New Service APIs to help applications correctly handle Service life-cycle, in particular low memory situations where a Service may be killed while it is running. 315 <li>Service.setForeground() has been deprecated and now effectively performs no operation. This is replaced with a new API, startForeground(), that helps (and requires) associating an ongoing notification with the foreground state.</li>
|
android-4.1.jd | 43 <li><a href="#LocalNsd">Network service discovery</a></li> 44 <li><a href="#WiFiNsd">Wi-Fi P2P service discovery</a></li> 50 <li><a href="#A11yService">Accessibility service APIs</a></li> 151 <p>By specifying <a href="{@docRoot}guide/topics/manifest/service-element.html#isolated">{@code android:isolatedProcess="true"}</a> in the 152 <a href="{@docRoot}guide/topics/manifest/service-element.html">{@code <service>}</a> tag, your {@link android.app.Service} will run under 474 <h3 id="LocalNsd">Network service discovery</h3> 476 <p>Android 4.1 adds support for multicast DNS-based service discovery, which allows you to 484 <p>To register your service, you must first create an {@link android.net.nsd.NsdServiceInfo [all...] |