Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
DElementShadow.h71 const InsertionPoint* finalDestinationInsertionPointFor(const Node*) const;
DInsertionPoint.cpp289 const InsertionPoint* insertedTo = shadow->finalDestinationInsertionPointFor(projectedNode); in resolveReprojection()
DElementShadow.cpp253 const InsertionPoint* ElementShadow::finalDestinationInsertionPointFor(const Node* key) const in finalDestinationInsertionPointFor() function in WebCore::ElementShadow