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

<<111112113114115116117118119120>>

  /external/chromium_org/chrome/browser/autocomplete/
extension_app_provider.cc 47 ExtensionService* service = local
51 service->GetInstalledApp(match.destination_url);
155 return; // During testing, there is no extension service.
  /external/chromium_org/chrome/browser/captive_portal/
captive_portal_tab_reloader.cc 277 CaptivePortalService* service = local
279 if (service)
280 service->DetectCaptivePortal();
  /external/chromium_org/chrome/browser/chromeos/login/
wizard_controller.h 71 // (registration, Terms of Service, user image selection).
83 // Terms of Service, user image selection).
254 // (registration, Terms of Service, user image selection).
  /external/chromium_org/chrome/browser/chromeos/settings/
device_settings_service.h 119 // Creates a device settings service instance. This is meant for unit tests,
128 // Prevents the service from making further calls to session_manager_client
185 // Sets the identity of the user that's interacting with the service. This is
  /external/chromium_org/chrome/browser/extensions/
component_loader_unittest.cc 83 // Note: we pass the same pref service here, to stand in for both
175 // Test that the extension isn't loaded if the extension service isn't ready.
184 // Test that it *is* loaded when the extension service *is* ready.
context_menu_matcher.cc 151 ExtensionService* service = local
153 *extension = service->GetExtensionById(extension_id, false);
164 *can_cross_incognito = extension_util::CanCrossIncognito(*extension, service);
extension_test_notification_observer.cc 217 ExtensionService* service = extensions::ExtensionSystem::Get( local
220 if (!service->GetExtensionById(extension_id, true)) {
227 return (service->GetExtensionById(extension_id, true) == NULL);
user_script_listener.cc 235 ExtensionService* service = profile->GetExtensionService(); local
236 for (ExtensionSet::const_iterator it = service->extensions()->begin();
237 it != service->extensions()->end(); ++it) {
  /external/chromium_org/chrome/browser/extensions/updater/
extension_updater.h 73 // Holds a pointer to the passed |service|, using it for querying installed
76 ExtensionUpdater(ExtensionServiceInterface* service,
219 // Pointer back to the service that owns this ExtensionUpdater.
  /external/chromium_org/chrome/browser/prerender/
prerender_util.cc 61 // whether it is in the PageSpeed Service format, namely m_n_dc were m_n is
205 // indicating an nginx installation, or they're in the PageSpeed Service
220 // value in the PageSpeed Service version number format.
  /external/chromium_org/chrome/browser/safe_browsing/
client_side_detection_host.h 28 // class relays this information to the client-side detection service
125 // Used for testing. This function does not take ownership of the service
127 void set_client_side_detection_service(ClientSideDetectionService* service);
  /external/chromium_org/chrome/browser/sync_file_system/local/
local_file_sync_service.h 92 // |processor| must have same or longer lifetime than this service.
147 // the service is running. This may be called for origins/apps that
148 // are not initialized for the service.
  /external/chromium_org/chrome/browser/ui/
chrome_pages.cc 282 const std::string& service,
285 url = net::AppendQueryParameter(url, "service", service);
  /external/chromium_org/chrome/browser/ui/webui/
history_ui.h 177 // Consumer for search requests to the history service.
188 // Tracker for delete requests to the history service.
197 // The list of query results received from the history service.
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
app_intents.html 249 If your service application needs to signal to the client application
268 <h3 id="service">Service</h3>
  /external/chromium_org/chrome/test/perf/
generate_profile.cc 123 // Scoping value for page IDs (required by the history service).
167 // Add all of this information to the history service.
210 PLOG(ERROR) << "Creating history service failed";
  /external/chromium_org/chromeos/dbus/
modem_messaging_client_unittest.cc 45 // D-Bus service name used by test.
46 const char kServiceName[] = "service.name";
79 // service name and the object path will return mock_proxy_.
  /external/chromium_org/chromeos/network/
network_connection_handler.h 148 // Callback from Shill.Service.GetProperties. Parses |properties| to verify
166 // Handle success or failure from Shill.Service.Connect.
187 // Handle success from Shill.Service.Disconnect.
  /external/chromium_org/content/common/gpu/
gpu_command_buffer_stub.h 20 #include "gpu/command_buffer/service/command_buffer_service.h"
21 #include "gpu/command_buffer/service/context_group.h"
22 #include "gpu/command_buffer/service/gpu_scheduler.h"
  /external/chromium_org/google_apis/gaia/
google_service_auth_error.cc 224 return "Service unavailable; try again later.";
233 return base::StringPrintf("Unexpected service response (%s)",
236 return base::StringPrintf("Service responded with error: '%s'",
  /external/chromium_org/gpu/command_buffer/service/
mailbox_synchronizer.cc 5 #include "gpu/command_buffer/service/mailbox_synchronizer.h"
8 #include "gpu/command_buffer/service/mailbox_manager.h"
9 #include "gpu/command_buffer/service/texture_manager.h"
  /external/chromium_org/gpu/gles2_conform_support/egl/
display.cc 13 #include "gpu/command_buffer/service/context_group.h"
14 #include "gpu/command_buffer/service/gpu_control_service.h"
15 #include "gpu/command_buffer/service/transfer_buffer_manager.h"
  /external/chromium_org/net/ssl/
ssl_config_service.h 209 static bool IsSNIAvailable(SSLConfigService* service);
211 // Add an observer of this service.
214 // Remove an observer of this service.
  /external/chromium_org/ppapi/native_client/tests/nacl_browser/fault_injection/
fault_pm_nameservice_test.cc 122 // Return name service output
158 // Make the name service lookup for the manifest service descriptor.
  /external/chromium_org/ppapi/native_client/tests/nacl_browser/nameservice/
pm_nameservice_test.cc 122 // Return name service output
158 // Make the name service lookup for the manifest service descriptor.

Completed in 2053 milliseconds

<<111112113114115116117118119120>>