Searched
full:service (Results
3076 -
3100 of
11175) sorted by null
<<121122123124125126127128129130>>
/external/chromium/chrome/browser/sync/ |
profile_sync_service.h | 78 // basis. The sync service will try to make active exactly these types. 110 // Events starting the sync service. 122 // Events resulting in the stoppage of sync service. 125 // Miscellaneous events caused by sync service. 158 // Registers a data type controller with the sync service. This 296 // exists. It will only exist if the authentication service provider (e.g 315 // Returns a pointer to the service's JsFrontend (which is owned by 316 // the service). Never returns NULL. Overrideable for testing 497 // service using this member. Captcha and error state are reflected.
|
/external/chromium/chrome/browser/tab_contents/ |
render_view_host_delegate_helper.cc | 68 BackgroundContentsService* service = 70 if (!service || service->GetAppBackgroundContents( 82 return service->CreateBackgroundContents(site, route_id, profile, frame_name,
|
/external/chromium/chrome/browser/ui/cocoa/extensions/ |
extension_popup_controller_unittest.mm | 95 // TODO(andybons): Better mechanisms for mocking out the extensions service
|
/external/chromium/chrome/browser/ui/cocoa/ |
history_menu_bridge.h | 132 virtual void TabRestoreServiceChanged(TabRestoreService* service); 133 virtual void TabRestoreServiceDestroyed(TabRestoreService* service); 141 HistoryService* service(); 217 // when either waiting for the history service to return query results, or
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/ |
README | 1 Sample extension to demonstrate integration with an OAuth service.
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/oauth_contacts/ |
README | 1 Sample extension to demonstrate integration with an OAuth service.
|
/external/chromium/net/proxy/ |
proxy_config_service.h | 15 // Service for watching when the proxy settings have changed.
|
proxy_resolver.h | 23 // a PAC script, but it doesn't need to be. ProxyResolver can service multiple
|
proxy_resolver_js_bindings.h | 64 // - Use the provided host resolver to service dnsResolve().
|
/external/chromium/net/tools/flip_server/ |
http_message_constants.cc | 86 return "Service Unavailable";
|
/external/chromium/net/url_request/ |
url_request_filter.h | 66 // Returns the number of times a handler was used to service a request.
|
/external/chromium/third_party/libjingle/source/talk/base/ |
winping.h | 45 UCHAR Tos; // Type Of Service
|
/external/chromium/third_party/libjingle/source/talk/xmpp/ |
saslcookiemechanism.h | 66 QName(true, "http://www.google.com/talk/protocol/auth", "service"),
|
/external/chromium_org/android_webview/browser/ |
aw_browser_main_parts.cc | 19 #include "gpu/command_buffer/service/mailbox_synchronizer.h"
|
/external/chromium_org/apps/shell/ |
shell_extensions_browser_client.cc | 32 // Set up the preferences service.
|
/external/chromium_org/ash/system/chromeos/network/ |
network_state_notifier.h | 50 // is expected to contain Service.Error (which might get cleared before
|
/external/chromium_org/base/power_monitor/ |
power_monitor_device_source_mac.mm | 29 io_service_t service,
|
/external/chromium_org/base/profiler/ |
tracked_time.h | 22 // We only define enough methods to service the needs of the tracking classes,
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/ |
AutoLoginAccountDelegate.java | 18 * Performs the actual login to the requried service.
|
AutoLoginDelegate.java | 48 * Log in a user to a given google service.
|
/external/chromium_org/chrome/browser/background/ |
background_mode_manager.cc | 511 PrefService* service = g_browser_process->local_state(); local 512 DCHECK(service); 513 service->SetBoolean(prefs::kBackgroundModeEnabled, false); 778 PrefService* service = g_browser_process->local_state(); local 779 DCHECK(service); 781 service->IsUserModifiablePreference(prefs::kBackgroundModeEnabled); 821 PrefService* service = g_browser_process->local_state(); local 822 DCHECK(service); 823 return service->GetBoolean(prefs::kBackgroundModeEnabled);
|
/external/chromium_org/chrome/browser/browsing_data/ |
browsing_data_appcache_helper.h | 55 // fetch its information from the appcache service, but gets them passed as
|
/external/chromium_org/chrome/browser/chromeos/login/enrollment/ |
enrollment_screen.h | 58 // Kicks off the policy infrastructure to register with the service.
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
network_configuration_updater.h | 45 // once the policy service is completely initialized and on each policy
|
user_network_configuration_updater.h | 48 // for user |user| once the policy service is completely initialized and on
|
Completed in 1527 milliseconds
<<121122123124125126127128129130>>