Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DRange.cpp1284 void Range::surroundContents(PassRefPtrWillBeRawPtr<Node> passNewParent, ExceptionState& exceptionS… in surroundContents() argument
1286 RefPtrWillBeRawPtr<Node> newParent = passNewParent; in surroundContents()