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

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLContentElement.cpp125 bool HTMLContentElement::matchSelector(const WillBeHeapVector<RawPtrWillBeMember<Node>, 32>& siblings, int nth) const function in class:blink::HTMLContentElement
/external/chromium_org/third_party/accessibility-audit/
H A Daxs_testing.js423 axs.browserUtils.matchSelector = function(a, b) {
1022 axs.browserUtils.matchSelector(e, b) && d++;
1203 if (axs.browserUtils.matchSelector(a, "img")) {
1213 if (axs.browserUtils.matchSelector(a, 'input:not([type="hidden"]):not([disabled]), select:not([disabled]), textarea:not([disabled]), button:not([disabled]), video:not([disabled])') && !d) {
1302 if (!axs.browserUtils.matchSelector(a, "video")) {
1404 if (axs.browserUtils.matchSelector(g, b[h])) {
1563 return axs.browserUtils.matchSelector(a, "audio[autoplay]");
1573 return axs.browserUtils.matchSelector(a, b);
1587 return axs.browserUtils.matchSelector(a, "[role]");
1592 if (!axs.browserUtils.matchSelector(
[all...]

Completed in 303 milliseconds