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

<<61626364656667686970>>

  /external/chromium/chrome/browser/extensions/
theme_installed_infobar_delegate.cc 51 ExtensionService* service = profile_->GetExtensionService(); local
52 if (service) {
54 service->GetExtensionById(previous_theme_id_, true);
  /external/chromium/chrome/browser/
favicon_service.h 21 // The favicon service provides methods to access favicons. It calls the history
24 // This service is thread safe. Each request callback is invoked in the
100 // Helper to forward an empty result if we cannot get the history service.
  /external/chromium/chrome/browser/policy/
cloud_policy_identity_strategy.h 19 // registration with the device management service, and the associated
32 // Authentication credentials for talking to the device management service
67 // management service. Returns true if the data is available and writes the
  /external/chromium/chrome/browser/remoting/
setup_flow_login_step.cc 109 const std::string& service, const std::string& auth_token) {
117 void SetupFlowLoginStep::OnIssueAuthTokenFailure(const std::string& service,
125 // TODO(sergeyu): Supply current login name if the service was started before.
  /external/chromium/chrome/browser/sidebar/
sidebar_container.cc 131 ExtensionService* service = local
133 if (!service)
135 return service->GetExtensionById(
  /external/chromium_org/apps/
app_load_service.cc 47 ExtensionService* service = extensions::ExtensionSystem::Get(profile_)-> local
49 DCHECK(service);
50 service->ReloadExtension(extension_id);
  /external/chromium_org/chrome/browser/chromeos/policy/
policy_cert_service_factory.cc 35 PolicyCertService* service = static_cast<PolicyCertService*>( local
37 if (!service)
39 return service->CreatePolicyCertVerifier();
  /external/chromium_org/chrome/browser/extensions/api/commands/
command_service_browsertest.cc 55 ExtensionService* service = ExtensionSystem::Get(browser()->profile())-> local
63 EXPECT_TRUE(service->GetExtensionById(kId, false) != NULL);
84 EXPECT_TRUE(service->GetExtensionById(kId, false) != NULL);
  /external/chromium_org/chrome/browser/extensions/
external_provider_impl.h 31 // to |service|, that will deal with the installation. The location
37 ExternalProviderImpl(VisitorInterface* service,
48 VisitorInterface* service,
test_extension_system.cc 64 // are not reflected in the pref service. One would need to
119 void TestExtensionSystem::SetExtensionService(ExtensionService* service) {
120 extension_service_.reset(service);
  /external/chromium_org/chrome/browser/signin/
fake_profile_oauth2_token_service.cc 17 FakeProfileOAuth2TokenService* service = new FakeProfileOAuth2TokenService(); local
18 service->Initialize(reinterpret_cast<Profile*>(profile));
19 return service;
fake_profile_oauth2_token_service.h 29 // FakeProfileOAuth2TokenService service;
31 // service.IssueRefreshToken("token"); // Issue refresh token/notify observers
34 // EXPECT_GT(0U, service.GetPendingRequests().size());
  /external/chromium_org/chrome/browser/spellchecker/
feedback.h 6 // service.
8 // Stores feedback for the spelling service in |Misspelling| objects. Each
98 // to spelling service.
  /external/chromium_org/chrome/browser/ui/
browser_window_state.cc 70 // Save to the session storage service, used when reloading a past session.
72 // the session service. This function gets called during initial window
73 // showing, and we don't want to bring in the session service this early.
  /external/chromium_org/chrome/browser/ui/gtk/
global_history_menu.h 91 virtual void TabRestoreServiceChanged(TabRestoreService* service) OVERRIDE;
92 virtual void TabRestoreServiceDestroyed(TabRestoreService* service) OVERRIDE;
99 // unit tests which test the service (because they force different
  /external/chromium_org/chrome/browser/ui/webui/
app_launcher_page_ui.cc 45 ExtensionService* service = GetProfile()->GetExtensionService(); local
47 DCHECK(service);
48 web_ui->AddMessageHandler(new AppLauncherHandler(service));
  /external/chromium_org/chrome/service/cloud_print/
connector_settings.cc 5 #include "chrome/service/cloud_print/connector_settings.h"
13 #include "chrome/service/cloud_print/print_system.h"
14 #include "chrome/service/service_process_prefs.h"
  /external/chromium_org/chromeos/dbus/
shill_profile_client.h 34 // service. All methods should be called from the origin thread which
60 // Adds a service to the profile, copying properties from the
62 // property of the service in ShillServiceClient.
  /external/chromium_org/cloud_print/service/win/
cloud_print_service_config.cc 19 #include "cloud_print/service/service_state.h"
20 #include "cloud_print/service/win/chrome_launcher.h"
21 #include "cloud_print/service/win/service_controller.h"
22 #include "cloud_print/service/win/service_utils.h"
23 #include "cloud_print/service/win/setup_listener.h"
79 // Updates state of controls after when we received service status.
95 // Installs service.
98 // Starts service.
100 // Stops service.
102 // Uninstall service
    [all...]
service_listener.cc 5 #include "cloud_print/service/win/service_listener.h"
14 #include "cloud_print/service/win/service_utils.h"
15 #include "cloud_print/service/win/setup_listener.h"
setup_listener.cc 5 #include "cloud_print/service/win/setup_listener.h"
18 #include "cloud_print/service/win/service_utils.h"
56 LOG(ERROR) << "Invalid response from service";
  /external/chromium_org/components/browser_context_keyed_service/
browser_context_dependency_manager_unittest.cc 56 TestService service("service", shutdown_order(), manager());
61 EXPECT_STREQ("service", (*shutdown_order())[0].c_str());
  /external/chromium_org/components/policy/core/common/cloud/
cloud_policy_service.h 37 virtual void OnInitializationCompleted(CloudPolicyService* service) = 0;
101 // Set to true once the service is initialized (initial policy load/refresh
105 // Observers who will receive notifications when the service has finished
  /external/chromium_org/content/browser/renderer_host/
text_input_client_mac.h 25 // This service is used to marshall information for these three methods that are
34 // and condition (managed by this service).
45 // this service and signal the condition to allow the Get*() methods to
  /external/chromium_org/content/public/browser/android/
synchronous_compositor.h 10 #include "gpu/command_buffer/service/in_process_command_buffer.h"
57 scoped_refptr<gpu::InProcessCommandBuffer::Service> service);

Completed in 1001 milliseconds

<<61626364656667686970>>