Lines Matching full:node
72 bool nodeFullySelected(Node*, const Position& start, const Position& end) const;
73 bool nodeFullyUnselected(Node*, const Position& start, const Position& end) const;
74 PassRefPtr<CSSMutableStyleDeclaration> extractTextDecorationStyle(Node*);
75 PassRefPtr<CSSMutableStyleDeclaration> extractAndNegateTextDecorationStyle(Node*);
76 void applyTextDecorationStyle(Node*, CSSMutableStyleDeclaration *style);
77 void pushDownTextDecorationStyleAroundNode(Node*, bool forceNegate);
86 void addInlineStyleIfNeeded(CSSMutableStyleDeclaration*, Node* start, Node* end);
93 void cleanupUnstyledAppleStyleSpans(Node* dummySpanAncestor);
95 void surroundNodeRangeWithElement(Node* start, Node* end, PassRefPtr<Element>);
96 float computedFontSize(const Node*);
97 void joinChildTextNodes(Node*, const Position& start, const Position& end);
99 HTMLElement* splitAncestorsWithUnicodeBidi(Node*, bool before, RefPtr<CSSPrimitiveValue> allowedDirection);
100 void removeEmbeddingUpToEnclosingBlock(Node* node, Node* unsplitAncestor);
116 bool isStyleSpan(const Node*);
127 void removeStylesAddedByNode(CSSMutableStyleDeclaration*, Node*);