Home
last modified time | relevance | path

Searched defs:childAt (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DNodeTraversal.h74 …static Node* childAt(const Node& parent, unsigned index) { return childAtTemplate(parent, index); } in childAt() function
75 …static Node* childAt(const ContainerNode& parent, unsigned index) { return childAtTemplate(parent,… in childAt() function
/external/chromium_org/third_party/WebKit/Source/web/
DWebAXObject.cpp186 WebAXObject WebAXObject::childAt(unsigned index) const in childAt() function in blink::WebAXObject
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderObject.cpp456 RenderObject* RenderObject::childAt(unsigned index) const in childAt() function in blink::RenderObject