Searched refs:backgroundColorInEffect (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/editing/
H A DEditingStyle.cpp156 static PassRefPtr<CSSValue> backgroundColorInEffect(Node*);
384 return cssValueToRGBA(backgroundColorInEffect(node).get());
429 if (RefPtr<CSSValue> value = backgroundColorInEffect(node))
1280 if (PassRefPtr<CSSValue> value = backgroundColorInEffect(range->commonAncestorContainer(IGNORE_EXCEPTION)))
1631 PassRefPtr<CSSValue> backgroundColorInEffect(Node* node) function in namespace:WebCore

Completed in 117 milliseconds