/external/chromium_org/chrome/browser/local_discovery/ |
D | service_discovery_client_mdns.cc | 89 base::Bind(&ServiceDiscoveryClientMdns::ReportSuccess, in StartNewClient() 94 ReportSuccess(); in StartNewClient() 102 void ServiceDiscoveryClientMdns::ReportSuccess() { in ReportSuccess() function in local_discovery::ServiceDiscoveryClientMdns
|
D | service_discovery_client_mdns.h | 47 void ReportSuccess();
|
/external/stlport/test/eh/ |
D | LeakCheck.h | 90 gTestController.ReportSuccess(count); 126 gTestController.ReportSuccess(count); 193 gTestController.ReportSuccess(count);
|
D | nc_alloc.h | 36 static void ReportSuccess(int);
|
D | nc_alloc.cpp | 320 void TestController::ReportSuccess(int count) { in ReportSuccess() function in TestController
|
/external/chromium_org/chrome/browser/extensions/api/push_messaging/ |
D | obfuscated_gaia_id_fetcher.cc | 67 void ObfuscatedGaiaIdFetcher::ReportSuccess(const std::string& obfuscated_id) { in ReportSuccess() function in extensions::ObfuscatedGaiaIdFetcher 97 ReportSuccess(obfuscated_id); in ProcessApiCallSuccess()
|
D | obfuscated_gaia_id_fetcher.h | 68 void ReportSuccess(const std::string& obfuscated_id);
|
/external/chromium_org/google_apis/gaia/ |
D | oauth2_mint_token_flow.cc | 128 void OAuth2MintTokenFlow::ReportSuccess(const std::string& access_token, in ReportSuccess() function in OAuth2MintTokenFlow 205 ReportSuccess(access_token, time_to_live); in ProcessApiCallSuccess()
|
D | oauth2_mint_token_flow.h | 130 void ReportSuccess(const std::string& access_token, int time_to_live);
|
/external/chromium/chrome/browser/extensions/ |
D | sandboxed_extension_unpacker.h | 192 void ReportSuccess();
|
D | sandboxed_extension_unpacker.cc | 220 ReportSuccess(); in OnUnpackExtensionSucceeded() 415 void SandboxedExtensionUnpacker::ReportSuccess() { in ReportSuccess() function in SandboxedExtensionUnpacker
|
/external/chromium_org/chrome/browser/extensions/ |
D | sandboxed_unpacker.h | 185 void ReportSuccess(const base::DictionaryValue& original_manifest,
|
D | webstore_installer.h | 231 void ReportSuccess();
|
D | sandboxed_unpacker.cc | 404 ReportSuccess(manifest, install_icon); in OnUnpackExtensionSucceeded() 589 void SandboxedUnpacker::ReportSuccess( in ReportSuccess() function in extensions::SandboxedUnpacker
|
D | webstore_installer.cc | 365 ReportSuccess(); in Observe() 629 void WebstoreInstaller::ReportSuccess() { in ReportSuccess() function in extensions::WebstoreInstaller
|
/external/chromium_org/net/proxy/ |
D | proxy_service.h | 164 void ReportSuccess(const ProxyInfo& proxy_info);
|
D | proxy_service.cc | 1206 void ProxyService::ReportSuccess(const ProxyInfo& result) { in ReportSuccess() function in net::ProxyService
|
D | proxy_service_unittest.cc | 741 service.ReportSuccess(info); in TEST_F()
|
/external/chromium_org/jingle/glue/ |
D | proxy_resolving_client_socket.cc | 302 network_session_->proxy_service()->ReportSuccess(proxy_info_); in ReportSuccessfulProxyConnection()
|
/external/chromium_org/net/http/ |
D | http_stream_factory_impl_job.cc | 1160 session_->proxy_service()->ReportSuccess(proxy_info_); in DoCreateStreamComplete()
|