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

<<21222324252627282930>>

  /external/chromium_org/chrome/browser/extensions/
extension_browsertest.cc 117 ExtensionService* service = extensions::ExtensionSystem::Get( local
124 extensions::UnpackedInstaller::Create(service));
135 const Extension* extension = GetExtensionByPath(service->extensions(), path);
162 service->extension_prefs()->OnExtensionInstalled(
176 CHECK(!extension_util::IsIncognitoEnabled(extension_id, service) ||
180 extension_util::SetIsIncognitoEnabled(extension_id, service, true);
182 extension = service->GetExtensionById(extension_id, false);
191 CHECK(extension_util::AllowFileAccess(extension, service));
193 extension_util::SetAllowFileAccess(extension, service, false);
195 extension = service->GetExtensionById(extension_id, false)
220 ExtensionService* service = extensions::ExtensionSystem::Get( local
404 ExtensionService* service = profile()->GetExtensionService(); local
479 ExtensionService* service = local
488 ExtensionService* service = extensions::ExtensionSystem::Get( local
495 ExtensionService* service = extensions::ExtensionSystem::Get( local
501 ExtensionService* service = extensions::ExtensionSystem::Get( local
507 ExtensionService* service = extensions::ExtensionSystem::Get( local
    [all...]
browser_action_apitest.cc 12 ExtensionService* service = extensions::ExtensionSystem::Get( local
14 const size_t size_before = service->extensions()->size();
20 ASSERT_EQ(size_before + 1, service->extensions()->size());
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
MediaRouteProviderService.java 19 import android.app.Service;
40 * To implement your own media route provider service, extend this class and
44 * Declare your media route provider service in your application manifest
48 * &lt;service android:name=".MyMediaRouteProviderService"
53 * &lt;/service>
56 public abstract class MediaRouteProviderService extends Service {
70 * The {@link Intent} that must be declared as handled by the service.
82 * Creates a media route provider service.
94 * @return The media route provider offered by this service, or null if
95 * this service has decided not to offer a media route provider
611 MediaRouteProviderService service = mServiceRef.get(); local
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
IRemoteService.aidl 22 * Example of defining an interface for calling on to a remote service
27 * Often you want to allow a service to call back to its clients.
29 * the service.
ISecondary.aidl 20 * Example of a secondary interface associated with a service. (Note that
22 * retrieve it from the service.)
26 * Request the PID of this service, to do evil things with it.
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/syncadapter/
SyncService.java 18 import android.app.Service;
23 * Service to handle Account sync. This is invoked with an intent with action
27 public class SyncService extends Service {
  /development/samples/SpellChecker/SampleSpellCheckerService/
AndroidManifest.xml 25 <service
30 <action android:name="android.service.textservice.SpellCheckerService" />
36 </service>
  /external/chromium/chrome/browser/extensions/
extension_disabled_infobar_delegate.cc 30 ExtensionService* service,
51 ExtensionService* service,
53 : service_(service), extension_(extension) {
83 ExtensionService* service,
109 ExtensionService* service,
113 service_(service),
117 Source<Profile>(service->profile()));
119 Source<Profile>(service->profile()));
175 void ShowExtensionDisabledUI(ExtensionService* service, Profile* profile,
186 tab_contents, service, extension))
    [all...]
  /external/chromium/chrome/browser/remoting/
setup_flow_get_status_step.h 9 #include "chrome/browser/service/service_process_control.h"
15 // SetupFlowGetStatusStep requests current host information from the service
16 // process. It also starts service process if necessary.
  /external/chromium/chrome/browser/ui/webui/options/
stop_syncing_handler.cc 41 ProfileSyncService* service = web_ui_->GetProfile()->GetProfileSyncService(); local
42 if (service != NULL && ProfileSyncService::IsSyncEnabled()) {
43 service->DisableForUser();
  /external/chromium_org/chrome/browser/chromeos/extensions/
wallpaper_manager_util.cc 27 ExtensionService* service = local
29 if (!service)
33 service->GetExtensionById(extension_misc::kWallpaperManagerId, false);
  /external/chromium_org/chrome/browser/chromeos/login/
oauth2_login_manager_factory.cc 45 OAuth2LoginManager* service; local
46 service = new OAuth2LoginManager(profile);
47 return service;
  /external/chromium_org/chrome/browser/download/
download_service_factory.cc 36 DownloadService* service = local
40 // use of service.
42 return service;
  /external/chromium_org/chrome/browser/sessions/
session_service_test_helper.h 30 explicit SessionServiceTestHelper(SessionService* service);
73 void SetService(SessionService* service);
75 SessionService* service() { return service_.get(); } function in class:SessionServiceTestHelper
  /external/chromium_org/chrome/browser/signin/
profile_oauth2_token_service_factory.cc 54 PlatformSpecificOAuth2TokenService* service = local
56 service->Initialize(profile);
57 return service;
  /external/chromium_org/chrome/browser/sync/
fake_oauth2_token_service.cc 31 FakeOAuth2TokenService* service = new FakeOAuth2TokenService(); local
32 service->Initialize(profile);
33 return service;
  /external/chromium_org/chrome/browser/sync/glue/
sync_start_util.cc 33 ProfileSyncService* service = ProfileSyncServiceFactory::GetForProfile(p); local
34 if (!service) {
38 service->OnDataTypeRequestsSyncStartup(type);
  /external/chromium_org/chrome/browser/ui/app_list/
extension_uninstaller.cc 39 ExtensionService* service = local
42 service->GetInstalledExtension(app_id_);
44 service->UninstallExtension(app_id_,
  /external/chromium_org/chrome/browser/ui/extensions/
extension_enable_flow.cc 52 ExtensionService* service = local
54 const Extension* extension = service->GetExtensionById(extension_id_, true);
56 extension = service->GetTerminatedExtension(extension_id_);
62 service->ReloadExtension(extension_id_);
65 extension = service->GetExtensionById(extension_id_, true);
79 ExtensionService* service = local
81 const Extension* extension = service->GetExtensionById(extension_id_, true);
87 extensions::ExtensionPrefs* extension_prefs = service->extension_prefs();
91 service->EnableExtension(extension_id_);
157 ExtensionService* service local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/app_list/win/
app_list_controller_delegate_win.cc 18 AppListServiceWin* service)
19 : AppListControllerDelegateImpl(service),
20 service_(service) {}
  /external/chromium_org/chrome/browser/webdata/
token_service_table.h 33 // Removes a token related to the service from the token_service table.
34 bool RemoveTokenForService(const std::string& service);
44 bool SetTokenForService(const std::string& service,
  /external/chromium_org/chrome/tools/service_discovery_sniffer/
service_discovery_sniffer.h 16 // Resolves a service and prints out information regarding it to the
30 const ServiceDescription& service);
38 // Monitors a service type and prints information regarding all services on it
  /external/chromium_org/content/browser/renderer_host/
gamepad_browser_message_filter.cc 38 GamepadService* service = GamepadService::GetInstance(); local
41 service->AddConsumer();
42 *renderer_handle = service->GetSharedMemoryHandleForProcess(PeerHandle());
  /external/guava/guava/src/com/google/common/util/concurrent/
ForwardingListeningExecutorService.java 22 * A listening executor service which forwards all its method calls to another
23 * listening executor service. Subclasses should override one or more methods to
24 * modify the behavior of the backing executor service as desired per the <a
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
ServiceRouteHeader.java 11 * This software is provided by NIST as a service and is expressly
37 * SERVICE-ROUTE header SIP param: RFC 3608.
48 public final static String NAME = "Service-Route";

Completed in 726 milliseconds

<<21222324252627282930>>