HomeSort by relevance Sort by last modified time
    Searched refs:shouldSkipBackgroundImage (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/frame/
SmartClip.h 78 bool shouldSkipBackgroundImage(Node*);
SmartClip.cpp 185 || (renderer->style()->hasBackgroundImage() && !shouldSkipBackgroundImage(node))) {
203 bool SmartClip::shouldSkipBackgroundImage(Node* node)

Completed in 323 milliseconds