Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/frame/
DSmartClip.h76 bool shouldSkipBackgroundImage(Node*);
DSmartClip.cpp203 || (renderer->style()->hasBackgroundImage() && !shouldSkipBackgroundImage(node))) { in findBestOverlappingNode()
221 bool SmartClip::shouldSkipBackgroundImage(Node* node) in shouldSkipBackgroundImage() function in WebCore::SmartClip