Home
last modified time | relevance | path

Searched refs:CheckDone (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/android_webview/native/
Daw_quota_manager_bridge_impl.cc56 void CheckDone();
109 CheckDone(); in OnOriginsObtained()
125 CheckDone(); in OnUsageAndQuotaObtained()
128 void GetOriginsTask::CheckDone() { in CheckDone() function in android_webview::__anon6fc546cc0111::GetOriginsTask
/external/chromium_org/remoting/protocol/
Dssl_hmac_channel_authenticator.cc214 CheckDone(callback_called); in HandleAuthBytesWritten()
258 CheckDone(NULL); in HandleAuthBytesRead()
277 void SslHmacChannelAuthenticator::CheckDone(bool* callback_called) { in CheckDone() function in remoting::protocol::SslHmacChannelAuthenticator
Dssl_hmac_channel_authenticator.h79 void CheckDone(bool* callback_called);
/external/chromium_org/content/shell/renderer/test_runner/
Dweb_test_proxy.cc1002 CheckDone(frame, MainResourceLoadFailed); in DidFailProvisionalLoad()
1067 CheckDone(frame, MainResourceLoadFailed); in DidFailLoad()
1075 CheckDone(frame, LoadFinished); in DidFinishLoad()
1238 CheckDone(frame, ResourceLoadCompleted); in DidFinishResourceLoad()
1284 void WebTestProxyBase::CheckDone(blink::WebLocalFrame* frame, in CheckDone() function in content::WebTestProxyBase
Dweb_test_proxy.h250 void CheckDone(blink::WebLocalFrame* frame, CheckDoneReason reason);
/external/chromium_org/chrome/browser/safe_browsing/
Ddownload_protection_service.cc171 void CheckDone(SBThreatType threat_type) { in CheckDone() function in safe_browsing::DownloadSBClient
243 CheckDone(SB_THREAT_TYPE_SAFE); in StartCheck()
255 CheckDone(threat_type); in OnCheckDownloadUrlResult()