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

  /external/chromium_org/android_webview/browser/
aw_request_interceptor.cc 47 scoped_ptr<AwContentsIoThreadClient> io_thread_client =
50 if (!io_thread_client.get())
53 return io_thread_client->ShouldInterceptRequest(location, request).Pass();
aw_cookie_access_policy.cc 50 scoped_ptr<AwContentsIoThreadClient> io_thread_client = local
52 if (!io_thread_client) {
55 return io_thread_client->ShouldAcceptThirdPartyCookies();
  /external/chromium_org/android_webview/native/
aw_contents_io_thread_client_impl.cc 52 JavaObjectWeakGlobalRef io_thread_client; member in struct:android_webview::__anon6441::IoThreadClientData
141 client_data.io_thread_client = jdelegate_;
169 client_data.io_thread_client.get(env);
aw_contents.h 90 jobject io_thread_client,
aw_contents.cc 196 jobject io_thread_client,
213 web_contents_.get(), ScopedJavaLocalRef<jobject>(env, io_thread_client));
    [all...]

Completed in 375 milliseconds