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

/external/chromium-trace/trace-viewer/tracing/third_party/components/webcomponentsjs/
H A DShadowDOM.js2382 var matchesNames = [ "matches", "mozMatchesSelector", "msMatchesSelector", "webkitMatchesSelector" ].filter(function(name) { variable
2385 var matchesName = matchesNames[0];
2451 matchesNames.forEach(function(name) {
2468 scope.matchesNames = matchesNames;
3917 var matchesNames = scope.matchesNames;
4043 forwardMethodsToWrapper([ window.HTMLBodyElement, window.HTMLHeadElement, window.HTMLHtmlElement ], matchesNames);
H A Dwebcomponents.js2409 var matchesNames = [ "matches", "mozMatchesSelector", "msMatchesSelector", "webkitMatchesSelector" ].filter(function(name) { variable
2412 var matchesName = matchesNames[0];
2478 matchesNames.forEach(function(name) {
2495 scope.matchesNames = matchesNames;
3917 var matchesNames = scope.matchesNames;
4043 forwardMethodsToWrapper([ window.HTMLBodyElement, window.HTMLHeadElement, window.HTMLHtmlElement ], matchesNames);

Completed in 65 milliseconds