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

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A Dmarkup.cpp141 bool shouldApplyWrappingStyle(Node* node) const function in class:WebCore::StyledMarkupAccumulator
219 const bool wrappingSpan = shouldApplyWrappingStyle(text) && !parentIsTextarea;
284 const bool shouldOverrideStyleAttr = shouldAnnotateOrForceInline || shouldApplyWrappingStyle(element);
296 if (shouldApplyWrappingStyle(element)) {

Completed in 53 milliseconds