OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:service
(Results
1201 - 1225
of
11175
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/external/chromium/chrome/browser/notifications/
desktop_notification_service_factory.h
35
// Use a separate desktop notification
service
for incognito.
/external/chromium/chrome/browser/policy/
device_management_service.h
28
// The device management
service
is responsible for everything related to
34
// Describes a device management job handled by the
service
.
64
// Makes the
service
stop all requests and drop the reference to the request
91
// Server at which to contact the
service
.
/external/chromium/chrome/browser/service/
service_process_control_mac.mm
5
#include "chrome/browser/
service
/service_process_control.h"
/external/chromium/chrome/browser/sync/
profile_sync_service_observer.h
14
// Observers should query the
service
to determine what happened.
/external/chromium/crypto/
capi_util.h
18
// From "Threading Issues with Cryptographic
Service
Providers",
/external/chromium/net/proxy/
proxy_config_service_android.h
26
// For Android to update the proxy
service
config
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/search_engines/
TemplateUrlServiceTest.java
102
TemplateUrlService
service
= TemplateUrlService.getInstance();
103
templateUrlService.set(
service
);
105
service
.registerLoadListener(listener);
106
service
.load();
/external/chromium_org/chrome/browser/android/
chromium_application.h
28
// Shows a dialog with the terms of
service
.
/external/chromium_org/chrome/browser/captive_portal/
captive_portal_login_detector.cc
29
// The
service
is guaranteed to exist if |is_login_tab_| is true, since it's
/external/chromium_org/chrome/browser/chromeos/drive/
file_task_executor.cc
84
// Send off a request for the drive
service
to authorize the apps for the
99
DriveIntegrationService*
service
=
local
101
if (!
service
|| !
service
->IsMounted() ||
/external/chromium_org/chrome/browser/chromeos/login/
auth_sync_observer.h
20
// by sync
service
and
/external/chromium_org/chrome/browser/chromeos/policy/
policy_oauth2_token_fetcher.h
28
// Fetches the OAuth2 token for the device management
service
. Since Profile
41
// Fetches the device management
service
's oauth2 token, after also retrieving
49
// Starts process of minting device management
service
OAuth2 access token.
91
// Starts fetching OAuth2 access token for the device management
service
.
user_cloud_policy_token_forwarder.cc
24
if (manager_->core()->
service
()->IsInitializationComplete()) {
27
manager_->core()->
service
()->AddObserver(this);
36
manager_->core()->
service
()->RemoveObserver(this);
71
CloudPolicyService*
service
) {
/external/chromium_org/chrome/browser/favicon/
favicon_service_factory.h
21
// |access| defines what the caller plans to do with the
service
. See
/external/chromium_org/chrome/browser/nacl_host/
nacl_infobar_delegate.h
13
//
service
corresponding to the given render process and view IDs.
/external/chromium_org/chrome/browser/net/
service_providers_win.h
33
// Returns all the Winsock layered
service
providers and their paths.
/external/chromium_org/chrome/browser/printing/cloud_print/
cloud_print_url.cc
43
gaia_url = net::AppendQueryParameter(gaia_url, "
service
", "cloudprint");
53
// Returns the root
service
URL for the cloud print
service
. The default is to
54
// point at the Google Cloud Print
service
. This can be overridden by the
/external/chromium_org/chrome/browser/profiles/
chrome_version_service.h
18
// This
service
manages a pref which is used to determine the version of
startup_task_runner_service_factory.h
16
// Singleton that owns the start-up task runner
service
.
/external/chromium_org/chrome/browser/sessions/
persistent_tab_restore_service_unittest.cc
114
// Must set
service
to null first so that it is destroyed before the new
123
// Adds a window with one tab and url to the profile's session
service
.
124
// If |pinned| is true, the tab is marked as pinned in the session
service
.
146
// tab is marked as pinned in the session
service
.
184
virtual void TabRestoreServiceChanged(TabRestoreService*
service
) OVERRIDE {
186
virtual void TabRestoreServiceDestroyed(TabRestoreService*
service
) OVERRIDE {
188
virtual void TabRestoreServiceLoaded(TabRestoreService*
service
) OVERRIDE {
204
// Have the
service
record the tab.
260
// Have the
service
record the tab.
263
// Recreate the
service
and have it load the tabs
[
all
...]
/external/chromium_org/chrome/browser/sync/
backend_unrecoverable_error_handler.h
23
const syncer::WeakHandle<ProfileSyncService>&
service
);
profile_sync_service_observer.h
13
// Observers should query the
service
to determine what happened.
/external/chromium_org/chrome/browser/sync/sessions2/
session_data_type_controller2.h
21
ProfileSyncService*
service
);
/external/chromium_org/chrome/browser/ui/views/app_list/linux/
app_list_controller_delegate_linux.h
23
explicit AppListControllerDelegateLinux(AppListServiceLinux*
service
);
app_list_service_linux.cc
22
explicit AppListFactoryLinux(AppListServiceLinux*
service
)
23
: service_(
service
) {}
28
AppListService*
service
,
33
profile,
service
->GetControllerDelegate());
Completed in 407 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>