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

/external/chromium-trace/trace-viewer/tracing/third_party/components/webcomponentsjs/
H A DShadowDOM.js2239 var ChildNodeInterface = {
2247 scope.ChildNodeInterface = ChildNodeInterface;
2253 var ChildNodeInterface = scope.ChildNodeInterface; variable
2282 mixin(CharacterData.prototype, ChildNodeInterface);
2368 var ChildNodeInterface = scope.ChildNodeInterface; variable
2461 mixin(Element.prototype, ChildNodeInterface);
H A Dwebcomponents.js2270 var ChildNodeInterface = {
2278 scope.ChildNodeInterface = ChildNodeInterface;
2283 var ChildNodeInterface = scope.ChildNodeInterface; variable
2312 mixin(CharacterData.prototype, ChildNodeInterface);
2395 var ChildNodeInterface = scope.ChildNodeInterface; variable
2488 mixin(Element.prototype, ChildNodeInterface);

Completed in 166 milliseconds