Searched defs:firstNode (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | SimplifyMarkupCommand.h | 35 …static PassRefPtr<SimplifyMarkupCommand> create(Document& document, Node* firstNode, Node* nodeAft… in create()
|
D | SimplifyMarkupCommand.cpp | 37 SimplifyMarkupCommand::SimplifyMarkupCommand(Document& document, Node* firstNode, Node* nodeAfterLa… in SimplifyMarkupCommand()
|
/external/chromium_org/third_party/WebKit/Source/core/xml/ |
D | XPathNodeSet.cpp | 246 Node* NodeSet::firstNode() const in firstNode() function in WebCore::XPath::NodeSet
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderListItem.cpp | 107 Node* firstNode = 0; in enclosingList() local
|
D | TextAutosizer.cpp | 605 const RenderObject* firstNode = firstTextLeaf; in findDeepestBlockContainingAllText() local
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/cso_cache/ |
D | cso_hash.c | 152 struct cso_node *firstNode = oldBuckets[i]; in cso_data_rehash() local
|
/external/mesa3d/src/gallium/auxiliary/cso_cache/ |
D | cso_hash.c | 152 struct cso_node *firstNode = oldBuckets[i]; in cso_data_rehash() local
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | HTMLElement.cpp | 688 static void setHasDirAutoFlagRecursively(Node* firstNode, bool flag, Node* lastNode = 0) in setHasDirAutoFlagRecursively()
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | Range.cpp | 1487 Node* Range::firstNode() const in firstNode() function in WebCore::Range
|
/external/libxml2/ |
D | parser.c | 14108 xmlAddEntityReference(xmlEntityPtr ent, xmlNodePtr firstNode, in xmlAddEntityReference()
|
/external/chromium_org/third_party/libxml/src/ |
D | parser.c | 14116 xmlAddEntityReference(xmlEntityPtr ent, xmlNodePtr firstNode, in xmlAddEntityReference()
|