Searched defs:service (Results 176 - 200 of 702) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/search/
H A Dhotword_service_unittest.cc60 void SetExtensionService(ExtensionService* service) { service_ = service; } argument
100 // Check that the service exists so that a NULL service be ruled out in
137 // Check that the service exists so that a NULL service be ruled out in
230 hotword_service->SetExtensionService(service());
259 hotword_service->SetExtensionService(service());
/external/chromium_org/chrome/browser/signin/
H A Dsignin_manager_factory.cc120 SigninManagerBase* service = NULL; local
125 service = new SigninManagerBase(client);
127 service = new SigninManager(
130 service->Initialize(g_browser_process->local_state());
131 FOR_EACH_OBSERVER(Observer, observer_list_, SigninManagerCreated(service));
132 return service;
/external/chromium_org/chrome/browser/sync/
H A Dsync_global_error_unittest.cc79 void VerifySyncGlobalErrorResult(NiceMock<ProfileSyncServiceMock>* service, argument
87 EXPECT_CALL(*service, HasSyncSetupCompleted())
91 EXPECT_CALL(*service, GetAuthError()).WillRepeatedly(ReturnRef(auth_error));
125 NiceMock<ProfileSyncServiceMock> service(profile());
133 SyncErrorController error(&service);
134 SyncGlobalError global_error(&error, &service);
137 EXPECT_CALL(service, QueryDetailedSyncStatus(_))
140 EXPECT_CALL(service, IsPassphraseRequired())
142 EXPECT_CALL(service, IsPassphraseRequiredForDecryption())
145 &service, login_ui_servic
[all...]
H A Dsync_ui_util.cc51 base::string16 GetSyncedStateStatusLabel(ProfileSyncService* service, argument
68 if (!service || service->IsManaged()) {
72 } else if (service->IsStartSuppressed()) {
79 if (!service || !service->sync_initialized()) {
133 MessageType GetStatusInfo(ProfileSyncService* service, argument
145 if (!service || service->IsManaged() || service
283 GetStatusInfoForNewTabPage(ProfileSyncService* service, const SigninManagerBase& signin, base::string16* status_label, base::string16* link_label) argument
321 GetStatusLabels(ProfileSyncService* service, const SigninManagerBase& signin, StatusLabelStyle style, base::string16* status_label, base::string16* link_label) argument
332 GetStatusLabelsForNewTabPage(ProfileSyncService* service, const SigninManagerBase& signin, base::string16* status_label, base::string16* link_label) argument
343 GetStatusLabelsForSyncGlobalError(const ProfileSyncService* service, base::string16* menu_label, base::string16* bubble_message, base::string16* bubble_accept_label) argument
373 GetStatus( ProfileSyncService* service, const SigninManagerBase& signin) argument
[all...]
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dsync_auth_test.cc52 explicit TestForAuthError(ProfileSyncService* service);
58 TestForAuthError::TestForAuthError(ProfileSyncService* service) argument
59 : SingleClientStatusChangeChecker(service) {}
64 return !service()->HasUnsyncedItems() ||
65 (service()->GetSyncTokenStatus().last_get_token_error.state() !=
H A Dsync_errors_test.cc27 explicit SyncDisabledChecker(ProfileSyncService* service) argument
28 : SingleClientStatusChangeChecker(service) {}
31 return !service()->setup_in_progress() &&
32 !service()->HasSyncSetupCompleted();
42 explicit TypeDisabledChecker(ProfileSyncService* service, argument
44 : SingleClientStatusChangeChecker(service), type_(type) {}
47 return !service()->GetActiveDataTypes().Has(type_);
57 bool AwaitSyncDisabled(ProfileSyncService* service) { argument
58 SyncDisabledChecker checker(service);
63 bool AwaitTypeDisabled(ProfileSyncService* service, argument
93 ActionableErrorChecker(ProfileSyncService* service) argument
[all...]
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_service.cc99 void RecordStartupInfo(AppListService* service, argument
123 Profile* current_profile = service->GetCurrentAppListProfile();
131 service->SetAppListNextPaintCallback(RecordFirstPaintTiming);
168 AppListService* service = Get(chrome::HOST_DESKTOP_TYPE_NATIVE);
169 DCHECK(service);
170 RecordStartupInfo(service, command_line, launch_profile);
171 service->ShowForProfile(launch_profile);
H A Dapp_list_service_interactive_uitest.cc68 AppListService* service = test::GetAppListService(); local
69 ASSERT_FALSE(service->IsAppListVisible());
70 service->ShowForProfile(browser()->profile());
71 ASSERT_TRUE(service->IsAppListVisible());
72 service->DismissAppList();
73 ASSERT_FALSE(service->IsAppListVisible());
81 AppListService* service = test::GetAppListService(); local
82 ASSERT_TRUE(service);
84 AppListControllerDelegate* controller(service->GetControllerDelegate());
88 ASSERT_FALSE(service
115 AppListService* service = test::GetAppListService(); local
164 AppListService* service = test::GetAppListService(); local
230 AppListService* service = test::GetAppListService(); local
253 AppListService* service = test::GetAppListService(); local
[all...]
H A Dapp_list_service_views_browsertest.cc31 app_list::AppListView* GetAppListView(AppListService* service) { argument
35 return static_cast<AppListServiceViews*>(service)->shower().app_list();
67 AppListService* service = test::GetAppListService(); local
68 EXPECT_FALSE(service->GetAppListWindow());
74 service->ShowForProfile(browser()->profile());
75 gfx::NativeWindow window = service->GetAppListWindow();
84 EXPECT_FALSE(service->GetAppListWindow());
87 service->ShowForProfile(browser()->profile());
88 EXPECT_TRUE(service->GetAppListWindow());
89 service
99 AppListService* service = test::GetAppListService(); local
142 AppListService* service = test::GetAppListService(); local
[all...]
/external/chromium_org/chrome/browser/ui/ash/
H A Dchrome_new_window_delegate.cc22 TabRestoreService* service = TabRestoreServiceFactory::GetForProfile(profile); local
23 service->RestoreMostRecentEntry(NULL, chrome::HOST_DESKTOP_TYPE_ASH);
45 TabRestoreService* service)
48 tab_restore_service_(service) {
58 virtual void TabRestoreServiceChanged(TabRestoreService* service) OVERRIDE {
61 virtual void TabRestoreServiceDestroyed(TabRestoreService* service) OVERRIDE {
66 virtual void TabRestoreServiceLoaded(TabRestoreService* service) OVERRIDE {
112 TabRestoreService* service =
114 if (!service)
117 if (service
43 TabRestoreHelper(ChromeNewWindowDelegate* delegate, Profile* profile, TabRestoreService* service) argument
[all...]
H A Dsession_state_delegate_chromeos_unittest.cc215 policy::PolicyCertService* service = local
217 ASSERT_TRUE(service);
219 EXPECT_FALSE(service->has_policy_certificates());
223 service->OnTrustAnchorsChanged(certificates);
224 EXPECT_TRUE(service->has_policy_certificates());
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_tabrestore_browsertest.cc120 // Check the browser has a delegated restore service.
122 TabRestoreService* service = local
124 bool has_tab_restore_service = !!service;
132 // Restore tabs using that delegated restore service.
134 service->RestoreMostRecentEntry(
/external/chromium_org/chrome/browser/ui/location_bar/
H A Dorigin_chip_info.cc200 ExtensionService* service = local
203 service->extensions()->GetExtensionOrAppByURL(url);
/external/chromium_org/chrome/browser/ui/search_engines/
H A Dedit_search_engine_controller.cc48 TemplateURLService* service = local
50 if (!template_ref.IsValid(service->search_terms_data()))
55 if (!template_ref.SupportsReplacement(service->search_terms_data()) &&
57 template_url_ == service->GetDefaultSearchProvider())
64 service->search_terms_data())).is_valid();
/external/chromium_org/chrome/browser/ui/toolbar/
H A Dwrench_menu_model_unittest.cc166 GlobalErrorService* service = local
172 service->AddGlobalError(error1);
176 service->AddGlobalError(error2);
/external/chromium_org/chrome/browser/ui/views/apps/app_info_dialog/
H A Dapp_info_footer_panel.cc116 ExtensionService* service = local
118 service->UninstallExtension(app_->id(),
/external/chromium_org/chrome/browser/ui/webui/
H A Dapp_launcher_page_ui.cc46 ExtensionService* service = local
49 DCHECK(service);
50 web_ui->AddMessageHandler(new AppLauncherHandler(service));
/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Drecently_closed_tabs_handler.cc113 TabRestoreService* service) {
121 service->entries().begin();
122 it != service->entries().end() && added_count < max_count; ++it) {
143 TabRestoreService* service) {
112 TabRestoreServiceChanged( TabRestoreService* service) argument
142 TabRestoreServiceDestroyed( TabRestoreService* service) argument
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dlanguage_dictionary_overlay_handler.cc88 SpellcheckService* service = SpellcheckServiceFactory::GetForContext( local
90 dictionary_ = service->GetCustomDictionary();
/external/chromium_org/chrome/tools/service_discovery_sniffer/
H A Dservice_discovery_sniffer.cc45 const ServiceDescription& service) {
47 printf("Service Updated: %s\n", service.instance_name().c_str());
49 printf("Service Added: %s\n", service.instance_name().c_str());
52 printf("\tAddress: %s:%d\n", service.address.host().c_str(),
53 service.address.port());
55 for (std::vector<std::string>::const_iterator i = service.metadata.begin();
56 i != service.metadata.end(); i++) {
60 if (service.ip_address != net::IPAddressNumber()) {
62 service.ip_address).c_str());
44 OnServiceResolved(ServiceResolver::RequestStatus status, const ServiceDescription& service) argument
/external/chromium_org/chromeos/dbus/
H A Dbluetooth_gatt_characteristic_client.h28 // Object path of the GATT service the characteristic belongs to.
30 dbus::Property<dbus::ObjectPath> service; member in struct:chromeos::BluetoothGattCharacteristicClient::Properties
H A Dbluetooth_profile_manager_client.h41 // Primary service class UUID (if different from the actual UUID)
42 scoped_ptr<std::string> service; member in struct:chromeos::BluetoothProfileManagerClient::Options
/external/chromium_org/components/dom_distiller/webui/
H A Ddom_distiller_handler.cc37 DomDistillerHandler::DomDistillerHandler(DomDistillerService* service, argument
39 : service_(service), article_scheme_(scheme), weak_ptr_factory_(this) {}
/external/chromium_org/components/keyed_service/content/
H A Dbrowser_context_keyed_service_factory.cc33 // are unit tests that create a service on a context and then change the
34 // testing service mid-test.
81 KeyedService* service = NULL;
88 service = jt->second(context);
91 service = BuildServiceInstanceFor(context);
94 Associate(context, service);
95 return service;
100 KeyedService* service) {
102 mapping_.insert(std::make_pair(context, service));
98 Associate( content::BrowserContext* context, KeyedService* service) argument
H A Drefcounted_browser_context_keyed_service_factory.cc23 // are unit tests that create a service on a context and then change the
24 // testing service mid-test.
75 scoped_refptr<RefcountedBrowserContextKeyedService> service;
82 service = jt->second(context);
85 service = BuildServiceInstanceFor(context);
88 Associate(context, service);
89 return service;
94 const scoped_refptr<RefcountedBrowserContextKeyedService>& service) {
96 mapping_.insert(std::make_pair(context, service));
108 // We "merely" drop our reference to the service
92 Associate( content::BrowserContext* context, const scoped_refptr<RefcountedBrowserContextKeyedService>& service) argument
[all...]

Completed in 976 milliseconds

1234567891011>>