Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLDocument.h46 const AtomicString& fgColor() const;
DHTMLDocument.idl47 [TreatNullAs=NullString, CustomElementCallbacks] attribute DOMString fgColor;
DHTMLDocument.cpp121 const AtomicString& HTMLDocument::fgColor() const in fgColor() function in WebCore::HTMLDocument
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/banners/
DAppBannerView.java447 int fgColor; in updateButtonStatus() local
452 fgColor = res.getColor(R.color.app_banner_open_button_fg); in updateButtonStatus()
457 fgColor = res.getColor(R.color.app_banner_install_button_fg); in updateButtonStatus()
467 mInstallButtonView.setTextColor(fgColor); in updateButtonStatus()