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 34 // Native side of the ContentViewCore.java, which is the primary way of
37 class CONTENT_EXPORT ContentViewCore {
39 // Returns the existing ContentViewCore for |web_contents|, or NULL.
40 static ContentViewCore* FromWebContents(WebContents* web_contents);
41 static ContentViewCore* GetNativeContentViewCore(JNIEnv* env, jobject obj);
66 virtual ~ContentViewCore() {};
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
ContentViewCore.java 85 public class ContentViewCore implements MotionEventDelegate,
98 private static final String TAG = "ContentViewCore";
108 // the ContentViewCore, then storing a strong ref to the interface object on the native
109 // side would prevent garbage collection of the ContentViewCore (as that strong ref would
128 * Interface that consumers of {@link ContentViewCore} must implement to allow the proper
283 TraceEvent.instant("ContentViewCore::onVSync ignored");
355 // Pid of the renderer process backing this ContentViewCore.
448 * Constructs a new ContentViewCore. Embedders must call initialize() after constructing
449 * a ContentViewCore and before using it.
453 public ContentViewCore(Context context)
    [all...]

Completed in 61 milliseconds