HomeSort by relevance Sort by last modified time
    Searched refs:webkitMatchesSelector (Results 1 - 7 of 7) sorted by null

  /external/chromium/chrome/browser/resources/shared/js/
util.js 120 el.webkitMatchesSelector('A, A *')) {
  /external/webkit/Source/WebCore/dom/
Element.idl 115 boolean webkitMatchesSelector(in DOMString selectors)
Element.h 292 bool webkitMatchesSelector(const String& selectors, ExceptionCode&);
Element.cpp     [all...]
  /external/chromium-trace/src/shared/js/
util.js 171 el.webkitMatchesSelector('A, A *')) {
  /external/webkit/Source/WebKit/qt/Api/
qwebpage.cpp     [all...]
  /external/chromium-trace/
script.js 16 document.addEventListener("click",function(g){if(g.returnValue){var e=g.target;if(e.nodeType==Node.ELEMENT_NODE&&e.webkitMatchesSelector("A, A *")){for(;"A"!=e.tagName;)e=e.parentElement;if(("file:"==e.protocol||"about:"==e.protocol)&&(0==g.button||1==g.button))chrome.send("navigateToUrl",[e.href,e.target,g.button,g.altKey,g.ctrlKey,g.metaKey,g.shiftKey]),g.preventDefault()}}});function appendParam(g,e,c){e=encodeURIComponent(e)+"="+encodeURIComponent(c);return-1==g.indexOf("?")?g+"?"+e:g+"&"+e};cr.define("tracing",function(){var g=cr.ui.define("div");g.prototype={__proto__:HTMLDivElement.prototype,decorate:function(){this.classList.add("overlay-root");this.visible=!1;this.contentHost=this.ownerDocument.createElement("div");this.contentHost.classList.add("content-host");this.tabCatcher=this.ownerDocument.createElement("span");this.tabCatcher.tabIndex=0;this.appendChild(this.contentHost);this.onKeydownBoundToThis_=this.onKeydown_.bind(this);this.onFocusInBoundToThis_=this.onFocusIn_.bind(this);
    [all...]

Completed in 154 milliseconds