Searched defs:ContentViewCore (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/public/browser/android/
H A Dcontent_view_core.h34 // Native side of the ContentViewCore.java, which is the primary way of
37 class CONTENT_EXPORT ContentViewCore { class in namespace:content
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/
H A DContentViewCore.java85 public class ContentViewCore implements MotionEventDelegate, class in inherits:MotionEventDelegate,NavigationClient,AccessibilityStateChangeListener
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(Contex method in class:ContentViewCore
[all...]

Completed in 101 milliseconds