Searched refs:SetDipScale (Results 1 – 5 of 5) sorted by relevance
136 virtual void SetDipScale(float dip_scale) = 0;
71 virtual void SetDipScale(float dip_scale) OVERRIDE;
830 void InProcessViewRenderer::SetDipScale(float dip_scale) { in SetDipScale() function in android_webview::InProcessViewRenderer
176 void SetDipScale(JNIEnv* env, jobject obj, jfloat dip_scale);
925 void AwContents::SetDipScale(JNIEnv* env, jobject obj, jfloat dip_scale) { in SetDipScale() function in android_webview::AwContents927 browser_view_renderer_->SetDipScale(dip_scale); in SetDipScale()