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

/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
H A DShadowDOM.js2244 var ChildNodeInterface = {
2252 scope.ChildNodeInterface = ChildNodeInterface;
2258 var ChildNodeInterface = scope.ChildNodeInterface; variable
2293 mixin(CharacterData.prototype, ChildNodeInterface);
2379 var ChildNodeInterface = scope.ChildNodeInterface; variable
2472 mixin(Element.prototype, ChildNodeInterface);
H A Dwebcomponents.js2275 var ChildNodeInterface = {
2283 scope.ChildNodeInterface = ChildNodeInterface;
2288 var ChildNodeInterface = scope.ChildNodeInterface; variable
2323 mixin(CharacterData.prototype, ChildNodeInterface);
2406 var ChildNodeInterface = scope.ChildNodeInterface; variable
2499 mixin(Element.prototype, ChildNodeInterface);

Completed in 76 milliseconds