Home
last modified time | relevance | path

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

/external/webkit/LayoutTests/fast/dom/Selection/script-tests/
DcollapseToX-empty-selection.js10 sel.selectAllChildren(textNode);
/external/webkit/Source/WebCore/page/
DDOMSelection.h85 void selectAllChildren(Node*, ExceptionCode&);
DDOMSelection.idl52 void selectAllChildren(in Node node)
DDOMSelection.cpp492 void DOMSelection::selectAllChildren(Node* n, ExceptionCode& ec) in selectAllChildren() function in WebCore::DOMSelection
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1073883 (WebCore::DOMSelection::selectAllChildren):
74512 editing/selection/selectAllChildren.html
74517 (WebCore::SelectionController::selectAllChildren):
74520 Added deleteFromDocument(), containsNode(), and selectAllChildren(). Reimplemented extend(),
74529 (WebCore::DOMSelection::selectAllChildren):
DChangeLog-2010-12-0663424 (WebCore::DOMSelection::selectAllChildren):
63539 …DOM Selection: collapse() and selectAllChildren() should throw WRONG_DOCUMENT_ERR if node belongs …
63550 (WebCore::DOMSelection::selectAllChildren):