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

  /external/chromium_org/content/public/browser/android/
content_view_core.h 36 // Native side of the ContentViewCore.java, which is the primary way of
39 class CONTENT_EXPORT ContentViewCore {
41 // Returns the existing ContentViewCore for |web_contents|, or NULL.
42 static ContentViewCore* FromWebContents(WebContents* web_contents);
43 static ContentViewCore* GetNativeContentViewCore(JNIEnv* env, jobject obj);
80 virtual ~ContentViewCore() {};
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
ContentViewCore.java 98 public class ContentViewCore
101 private static final String TAG = "ContentViewCore";
124 // the ContentViewCore, then storing a strong ref to the interface object on the native
125 // side would prevent garbage collection of the ContentViewCore (as that strong ref would
147 * Interface that consumers of {@link ContentViewCore} must implement to allow the proper
354 // Offsets for the events that passes through this ContentViewCore.
363 * Constructs a new ContentViewCore. Embedders must call initialize() after constructing
364 * a ContentViewCore and before using it.
368 public ContentViewCore(Context context) {
395 * @return The context used for creating this ContentViewCore
    [all...]

Completed in 66 milliseconds