Home
last modified time | relevance | path

Searched defs:firstNode (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DSimplifyMarkupCommand.h35 …static PassRefPtr<SimplifyMarkupCommand> create(Document& document, Node* firstNode, Node* nodeAft… in create()
DSimplifyMarkupCommand.cpp37 SimplifyMarkupCommand::SimplifyMarkupCommand(Document& document, Node* firstNode, Node* nodeAfterLa… in SimplifyMarkupCommand()
/external/chromium_org/third_party/WebKit/Source/core/xml/
DXPathNodeSet.cpp246 Node* NodeSet::firstNode() const in firstNode() function in WebCore::XPath::NodeSet
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderListItem.cpp107 Node* firstNode = 0; in enclosingList() local
DTextAutosizer.cpp605 const RenderObject* firstNode = firstTextLeaf; in findDeepestBlockContainingAllText() local
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/cso_cache/
Dcso_hash.c152 struct cso_node *firstNode = oldBuckets[i]; in cso_data_rehash() local
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_hash.c152 struct cso_node *firstNode = oldBuckets[i]; in cso_data_rehash() local
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLElement.cpp688 static void setHasDirAutoFlagRecursively(Node* firstNode, bool flag, Node* lastNode = 0) in setHasDirAutoFlagRecursively()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DRange.cpp1487 Node* Range::firstNode() const in firstNode() function in WebCore::Range
/external/libxml2/
Dparser.c14108 xmlAddEntityReference(xmlEntityPtr ent, xmlNodePtr firstNode, in xmlAddEntityReference()
/external/chromium_org/third_party/libxml/src/
Dparser.c14116 xmlAddEntityReference(xmlEntityPtr ent, xmlNodePtr firstNode, in xmlAddEntityReference()