HomeSort by relevance Sort by last modified time
    Searched defs:ProxyDelegate (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/base/
proxy_delegate.h 24 class NET_EXPORT ProxyDelegate {
26 ProxyDelegate() {
29 virtual ~ProxyDelegate() {
66 DISALLOW_COPY_AND_ASSIGN(ProxyDelegate);
  /frameworks/webview/chromium/java/com/android/webview/chromium/
WebViewDelegateFactory.java 85 return new ProxyDelegate(delegate);
104 private static class ProxyDelegate implements WebViewDelegate {
108 ProxyDelegate(android.webkit.WebViewDelegate delegate) {

Completed in 296 milliseconds