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

  /external/webkit/WebCore/editing/
ApplyStyleCommand.h 116 bool isStyleSpan(const Node*);
ReplaceSelectionCommand.cpp 459 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()))
    [all...]
ApplyStyleCommand.cpp 266 bool isStyleSpan(const Node *node)
767 while (node && !isStyleSpan(node))
    [all...]

Completed in 28 milliseconds