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

  /external/chromium_org/android_webview/browser/
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 51 JavaObjectWeakGlobalRef io_thread_client; member in struct:android_webview::__anon6435::IoThreadClientData
140 client_data.io_thread_client = jdelegate_;
168 client_data.io_thread_client.get(env);

Completed in 176 milliseconds