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

/external/webkit/WebCore/editing/
H A DApplyStyleCommand.h116 bool isStyleSpan(const Node*);
H A DReplaceSelectionCommand.cpp459 if (isStyleSpan(node.get())) {
547 if (!isStyleSpan(topNode))
559 if (!isStyleSpan(copiedRangeStyleSpan.get()))
563 if (isStyleSpan(copiedRangeStyleSpan.get()) && styleText == static_cast<Element*>(copiedRangeStyleSpan.get())->getAttribute(styleAttr)) {
587 if (isStyleSpan(node)) {
592 if (isStyleSpan(node->firstChild()))
H A DApplyStyleCommand.cpp266 bool isStyleSpan(const Node *node) function in namespace:WebCore
767 while (node && !isStyleSpan(node))

Completed in 19 milliseconds