Home
last modified time | relevance | path

Searched refs:OnBackgroundColorChanged (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/content/browser/android/
Dcontent_view_core_impl.h228 void OnBackgroundColorChanged(SkColor color);
Dcontent_view_core_impl.cc406 void ContentViewCoreImpl::OnBackgroundColorChanged(SkColor color) { in OnBackgroundColorChanged() function in content::ContentViewCoreImpl
/external/chromium_org/content/browser/renderer_host/
Drender_widget_host_view_android.cc666 content_view_core_->OnBackgroundColorChanged(color); in OnDidChangeBodyBackgroundColor()