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

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DPageSerializer.cpp86 static bool shouldIgnoreElement(Element* element) function in namespace:WebCore
130 if (parent && !shouldIgnoreElement(parent))
136 if (!shouldIgnoreElement(element))
169 if (node->isElementNode() && !shouldIgnoreElement(toElement(node)))

Completed in 51 milliseconds