Home
last modified time | relevance | path

Searched refs:PendingAssociation (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/android_webview/browser/
Daw_contents_io_thread_client.h52 virtual bool PendingAssociation() const = 0;
/external/chromium_org/android_webview/native/
Daw_contents_io_thread_client_impl.h48 virtual bool PendingAssociation() const OVERRIDE;
Daw_contents_io_thread_client_impl.cc220 bool AwContentsIoThreadClientImpl::PendingAssociation() const { in PendingAssociation() function in android_webview::AwContentsIoThreadClientImpl
/external/chromium_org/android_webview/browser/renderer_host/
Daw_resource_dispatcher_host_delegate.cc118 if (io_client && io_client->PendingAssociation()) { in WillStartRequest()