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

  /external/chromium_org/content/browser/android/
content_view_render_view.h 23 class ContentViewRenderView : public CompositorClient {
28 ContentViewRenderView(JNIEnv* env,
50 virtual ~ContentViewRenderView();
62 DISALLOW_COPY_AND_ASSIGN(ContentViewRenderView);
content_view_render_view.cc 49 bool ContentViewRenderView::RegisterContentViewRenderView(JNIEnv* env) {
53 ContentViewRenderView::ContentViewRenderView(JNIEnv* env,
62 ContentViewRenderView::~ContentViewRenderView() {
65 void ContentViewRenderView::SetLayerTreeBuildHelper(JNIEnv* env,
80 ContentViewRenderView* content_view_render_view =
81 new ContentViewRenderView(env, obj, root_window);
85 void ContentViewRenderView::Destroy(JNIEnv* env, jobject obj) {
89 void ContentViewRenderView::SetCurrentContentViewCore
    [all...]
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
ContentViewRenderView.java 26 public class ContentViewRenderView extends FrameLayout {
37 * Constructs a new ContentViewRenderView.
38 * This should be called and the {@link ContentViewRenderView} should be added to the view
43 public ContentViewRenderView(Context context) {
115 * background color of ContentViewRenderView itself is covered by the background of
126 * Should be called when the ContentViewRenderView is not needed anymore so its associated
159 * this ContentViewRenderView.
185 * Set the native layer tree helper for this {@link ContentViewRenderView}.

Completed in 84 milliseconds