Home
last modified time | relevance | path

Searched refs:destinationInsertionPointsFor (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
DElementShadow.h68 const DestinationInsertionPoints* destinationInsertionPointsFor(const Node*) const;
DInsertionPoint.cpp284 … const DestinationInsertionPoints* insertionPoints = shadow->destinationInsertionPointsFor(&node); in collectDestinationInsertionPoints()
DElementShadow.cpp247 const DestinationInsertionPoints* ElementShadow::destinationInsertionPointsFor(const Node* key) con… in destinationInsertionPointsFor() function in WebCore::ElementShadow