Searched refs:shouldSkipBackgroundImage (Results 1 – 2 of 2) sorted by relevance
76 bool shouldSkipBackgroundImage(Node*);
203 || (renderer->style()->hasBackgroundImage() && !shouldSkipBackgroundImage(node))) { in findBestOverlappingNode()221 bool SmartClip::shouldSkipBackgroundImage(Node* node) in shouldSkipBackgroundImage() function in WebCore::SmartClip