HomeSort by relevance Sort by last modified time
    Searched refs:ShouldBlockNetworkLoads (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/android_webview/browser/
aw_contents_io_thread_client.h 80 virtual bool ShouldBlockNetworkLoads() const = 0;
  /external/chromium_org/android_webview/native/
aw_contents_io_thread_client_impl.h 54 virtual bool ShouldBlockNetworkLoads() const OVERRIDE;
aw_contents_io_thread_client_impl.cc 265 bool AwContentsIoThreadClientImpl::ShouldBlockNetworkLoads() const {
  /external/chromium_org/android_webview/browser/renderer_host/
aw_resource_dispatcher_host_delegate.cc 169 if (io_client->ShouldBlockNetworkLoads()) {

Completed in 2134 milliseconds