Home
last modified time | relevance | path

Searched refs:ReportSuccess (Results 1 – 20 of 20) sorted by relevance

/external/chromium_org/chrome/browser/local_discovery/
Dservice_discovery_client_mdns.cc89 base::Bind(&ServiceDiscoveryClientMdns::ReportSuccess, in StartNewClient()
94 ReportSuccess(); in StartNewClient()
102 void ServiceDiscoveryClientMdns::ReportSuccess() { in ReportSuccess() function in local_discovery::ServiceDiscoveryClientMdns
Dservice_discovery_client_mdns.h47 void ReportSuccess();
/external/stlport/test/eh/
DLeakCheck.h90 gTestController.ReportSuccess(count);
126 gTestController.ReportSuccess(count);
193 gTestController.ReportSuccess(count);
Dnc_alloc.h36 static void ReportSuccess(int);
Dnc_alloc.cpp320 void TestController::ReportSuccess(int count) { in ReportSuccess() function in TestController
/external/chromium_org/chrome/browser/extensions/api/push_messaging/
Dobfuscated_gaia_id_fetcher.cc67 void ObfuscatedGaiaIdFetcher::ReportSuccess(const std::string& obfuscated_id) { in ReportSuccess() function in extensions::ObfuscatedGaiaIdFetcher
97 ReportSuccess(obfuscated_id); in ProcessApiCallSuccess()
Dobfuscated_gaia_id_fetcher.h68 void ReportSuccess(const std::string& obfuscated_id);
/external/chromium_org/google_apis/gaia/
Doauth2_mint_token_flow.cc128 void OAuth2MintTokenFlow::ReportSuccess(const std::string& access_token, in ReportSuccess() function in OAuth2MintTokenFlow
205 ReportSuccess(access_token, time_to_live); in ProcessApiCallSuccess()
Doauth2_mint_token_flow.h130 void ReportSuccess(const std::string& access_token, int time_to_live);
/external/chromium/chrome/browser/extensions/
Dsandboxed_extension_unpacker.h192 void ReportSuccess();
Dsandboxed_extension_unpacker.cc220 ReportSuccess(); in OnUnpackExtensionSucceeded()
415 void SandboxedExtensionUnpacker::ReportSuccess() { in ReportSuccess() function in SandboxedExtensionUnpacker
/external/chromium_org/chrome/browser/extensions/
Dsandboxed_unpacker.h185 void ReportSuccess(const base::DictionaryValue& original_manifest,
Dwebstore_installer.h231 void ReportSuccess();
Dsandboxed_unpacker.cc404 ReportSuccess(manifest, install_icon); in OnUnpackExtensionSucceeded()
589 void SandboxedUnpacker::ReportSuccess( in ReportSuccess() function in extensions::SandboxedUnpacker
Dwebstore_installer.cc365 ReportSuccess(); in Observe()
629 void WebstoreInstaller::ReportSuccess() { in ReportSuccess() function in extensions::WebstoreInstaller
/external/chromium_org/net/proxy/
Dproxy_service.h164 void ReportSuccess(const ProxyInfo& proxy_info);
Dproxy_service.cc1206 void ProxyService::ReportSuccess(const ProxyInfo& result) { in ReportSuccess() function in net::ProxyService
Dproxy_service_unittest.cc741 service.ReportSuccess(info); in TEST_F()
/external/chromium_org/jingle/glue/
Dproxy_resolving_client_socket.cc302 network_session_->proxy_service()->ReportSuccess(proxy_info_); in ReportSuccessfulProxyConnection()
/external/chromium_org/net/http/
Dhttp_stream_factory_impl_job.cc1160 session_->proxy_service()->ReportSuccess(proxy_info_); in DoCreateStreamComplete()