Searched defs:getDestinationInsertionPoints (Results 1 - 2 of 2) sorted by relevance

/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
H A DShadowDOM.js812 var destinationInsertionPoints = getDestinationInsertionPoints(current);
858 function getDestinationInsertionPoints(node) { function
859 return scope.getDestinationInsertionPoints(node);
3370 var insertionPoint = scope.getDestinationInsertionPoints(child);
3797 function getDestinationInsertionPoints(node) {
3818 var points = getDestinationInsertionPoints(node);
3849 Element.prototype.getDestinationInsertionPoints = function() {
3851 return getDestinationInsertionPoints(this) || [];
3864 scope.getDestinationInsertionPoints = getDestinationInsertionPoints;
[all...]
H A Dwebcomponents.js849 var destinationInsertionPoints = getDestinationInsertionPoints(current);
895 function getDestinationInsertionPoints(node) { function
896 return scope.getDestinationInsertionPoints(node);
3374 var insertionPoint = scope.getDestinationInsertionPoints(child);
3800 function getDestinationInsertionPoints(node) {
3821 var points = getDestinationInsertionPoints(node);
3852 Element.prototype.getDestinationInsertionPoints = function() {
3854 return getDestinationInsertionPoints(this) || [];
3867 scope.getDestinationInsertionPoints = getDestinationInsertionPoints;
[all...]

Completed in 119 milliseconds