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
275 TraceEvent.instant("ContentViewCore::onVSync ignored");
347 // Pid of the renderer process backing this ContentViewCore.
437 * Constructs a new ContentViewCore. Embedders must call initialize() after constructing
438 * a ContentViewCore and before using it.
442 public ContentViewCore(Contex method in class:ContentViewCore
[all...]

Completed in 193 milliseconds