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

  /external/chromium_org/android_webview/browser/
aw_contents_io_thread_client.h 33 // Note: The native AwContentsIoThreadClient instance has a Global ref to
34 // the Java object. By keeping the native AwContentsIoThreadClient
36 // don't keep a AwContentsIoThreadClient if you don't need to.
37 class AwContentsIoThreadClient {
48 virtual ~AwContentsIoThreadClient() {}
58 // This will attempt to fetch the AwContentsIoThreadClient for the given
62 static scoped_ptr<AwContentsIoThreadClient> FromID(int render_process_id,
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwContentsIoThreadClient.java 20 public abstract class AwContentsIoThreadClient {

Completed in 213 milliseconds