backgroundColorInEffect  150 Source/core/editing/EditingStyle.cpp static PassRefPtrWillBeRawPtr<CSSValue> backgroundColorInEffect(Node*);
backgroundColorInEffect  410 Source/core/editing/EditingStyle.cpp     return cssValueToRGBA(backgroundColorInEffect(node).get());
backgroundColorInEffect  452 Source/core/editing/EditingStyle.cpp         if (RefPtrWillBeRawPtr<CSSValue> value = backgroundColorInEffect(node))
backgroundColorInEffect 1262 Source/core/editing/EditingStyle.cpp         if (PassRefPtrWillBeRawPtr<CSSValue> value = backgroundColorInEffect(range->commonAncestorContainer(IGNORE_EXCEPTION)))