Searched refs:passedStartNode (Results 1 – 1 of 1) sorted by relevance
1349 void ApplyStyleCommand::surroundNodeRangeWithElement(PassRefPtrWillBeRawPtr<Node> passedStartNode, … in surroundNodeRangeWithElement() argument1351 ASSERT(passedStartNode); in surroundNodeRangeWithElement()1354 RefPtrWillBeRawPtr<Node> node = passedStartNode; in surroundNodeRangeWithElement()