Searched refs:SetNeedsComposite (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/content/public/browser/android/
H A Dcompositor.h66 virtual void SetNeedsComposite() = 0;
/external/chromium_org/content/browser/android/
H A Dcontent_view_render_view.cc125 SetNeedsComposite(env, obj);
128 void ContentViewRenderView::SetNeedsComposite(JNIEnv* env, jobject obj) { function in class:content::ContentViewRenderView
130 compositor_->SetNeedsComposite();
H A Dcontent_view_render_view.h45 void SetNeedsComposite(JNIEnv* env, jobject obj);
/external/chromium_org/content/browser/renderer_host/
H A Dcompositor_impl_android.h69 virtual void SetNeedsComposite() OVERRIDE;
H A Dcompositor_impl_android.cc499 void CompositorImpl::SetNeedsComposite() { function in class:content::CompositorImpl

Completed in 68 milliseconds