Home
last modified time | relevance | path

Searched refs:passedStartNode (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DApplyStyleCommand.cpp1349 void ApplyStyleCommand::surroundNodeRangeWithElement(PassRefPtrWillBeRawPtr<Node> passedStartNode, … in surroundNodeRangeWithElement() argument
1351 ASSERT(passedStartNode); in surroundNodeRangeWithElement()
1354 RefPtrWillBeRawPtr<Node> node = passedStartNode; in surroundNodeRangeWithElement()