Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DSplitElementCommand.h35 …mand> create(PassRefPtrWillBeRawPtr<Element> element, PassRefPtrWillBeRawPtr<Node> splitPointChild) in create() argument
37 return adoptRefWillBeNoop(new SplitElementCommand(element, splitPointChild)); in create()
43 …SplitElementCommand(PassRefPtrWillBeRawPtr<Element>, PassRefPtrWillBeRawPtr<Node> splitPointChild);