Searched refs:PendingAssociation (Results 1 – 4 of 4) sorted by relevance
52 virtual bool PendingAssociation() const = 0;
48 virtual bool PendingAssociation() const OVERRIDE;
220 bool AwContentsIoThreadClientImpl::PendingAssociation() const { in PendingAssociation() function in android_webview::AwContentsIoThreadClientImpl
118 if (io_client && io_client->PendingAssociation()) { in WillStartRequest()