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

  /external/webkit/Source/WebCore/editing/
ApplyStyleCommand.h 112 void joinChildTextNodes(Node*, const Position& start, const Position& end);
ApplyStyleCommand.cpp 313 joinChildTextNodes(start.deprecatedNode()->parentNode(), start, end);
318 joinChildTextNodes(end.deprecatedNode()->parentNode(), start, end);
    [all...]

Completed in 17 milliseconds