Home
last modified time | relevance | path

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

/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
DAwContents.java211 private int mBaseBackgroundColor = Color.WHITE; field in AwContents
1126 mBaseBackgroundColor = color; in setBackgroundColor()
1142 return mBaseBackgroundColor; in getEffectiveBackgroundColor()