HomeSort by relevance Sort by last modified time
    Searched defs:firstElementChild (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
ParentNode.h 47 static Element* firstElementChild(ContainerNode& node)
  /external/chromium_org/third_party/WebKit/Source/core/editing/
TypingCommand.cpp 387 Element* firstElementChild = ElementTraversal::firstWithin(*root);
388 if (isHTMLBRElement(firstElementChild)) {

Completed in 1013 milliseconds