Home
last modified time | relevance | path

Searched refs:docElem (Results 1 – 7 of 7) sorted by relevance

/external/python/httplib2/doc/html/_static/
Djquery.js4176 …var box = this[0].getBoundingClientRect(), doc = this[0].ownerDocument, body = doc.body, docElem variable
4177 …clientTop = docElem.clientTop || body.clientTop || 0, clientLeft = docElem.clientLeft || body.clie…
4178 …top = box.top + (self.pageYOffset || jQuery.boxModel && docElem.scrollTop || body.scrollTop ) -…
4179 …left = box.left + (self.pageXOffset || jQuery.boxModel && docElem.scrollLeft || body.scrollLeft) -…
4189 doc = elem.ownerDocument, computedStyle, docElem = doc.documentElement,
4194 while ( (elem = elem.parentNode) && elem !== body && elem !== docElem ) {
4215 top += Math.max(docElem.scrollTop, body.scrollTop),
4216 left += Math.max(docElem.scrollLeft, body.scrollLeft);
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/jquery/
Djquery-3.5.1.js546 docElem,
1112 docElem = ( elem.ownerDocument || elem ).documentElement;
1117 return !rhtml.test( namespace || docElem && docElem.nodeName || "HTML" );
1140 docElem = document.documentElement;
1168 docElem.appendChild( el ).appendChild( document.createElement( "div" ) );
1201 docElem.appendChild( el ).id = expando;
1328 docElem.appendChild( el ).innerHTML = "<a id='" + expando + "'></a>" +
1408 docElem.appendChild( el ).disabled = true;
1420 if ( ( support.matchesSelector = rnative.test( ( matches = docElem.matches ||
1421 docElem.webkitMatchesSelector ||
[all …]
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/jquery/external/jquery/
Djquery.js546 docElem,
1112 docElem = ( elem.ownerDocument || elem ).documentElement;
1117 return !rhtml.test( namespace || docElem && docElem.nodeName || "HTML" );
1140 docElem = document.documentElement;
1168 docElem.appendChild( el ).appendChild( document.createElement( "div" ) );
1201 docElem.appendChild( el ).id = expando;
1328 docElem.appendChild( el ).innerHTML = "<a id='" + expando + "'></a>" +
1408 docElem.appendChild( el ).disabled = true;
1420 if ( ( support.matchesSelector = rnative.test( ( matches = docElem.matches ||
1421 docElem.webkitMatchesSelector ||
[all …]
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/jquery/
Djquery-3.5.1.js546 docElem,
1112 docElem = ( elem.ownerDocument || elem ).documentElement;
1117 return !rhtml.test( namespace || docElem && docElem.nodeName || "HTML" );
1140 docElem = document.documentElement;
1168 docElem.appendChild( el ).appendChild( document.createElement( "div" ) );
1201 docElem.appendChild( el ).id = expando;
1328 docElem.appendChild( el ).innerHTML = "<a id='" + expando + "'></a>" +
1408 docElem.appendChild( el ).disabled = true;
1420 if ( ( support.matchesSelector = rnative.test( ( matches = docElem.matches ||
1421 docElem.webkitMatchesSelector ||
[all …]
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/jquery/external/jquery/
Djquery.js546 docElem,
1112 docElem = ( elem.ownerDocument || elem ).documentElement;
1117 return !rhtml.test( namespace || docElem && docElem.nodeName || "HTML" );
1140 docElem = document.documentElement;
1168 docElem.appendChild( el ).appendChild( document.createElement( "div" ) );
1201 docElem.appendChild( el ).id = expando;
1328 docElem.appendChild( el ).innerHTML = "<a id='" + expando + "'></a>" +
1408 docElem.appendChild( el ).disabled = true;
1420 if ( ( support.matchesSelector = rnative.test( ( matches = docElem.matches ||
1421 docElem.webkitMatchesSelector ||
[all …]
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
Djquery-1.7.1.js8924 docElem = doc.documentElement; variable
8927 if ( !box || !jQuery.contains( docElem, elem ) ) {
8933 clientTop = docElem.clientTop || body.clientTop || 0,
8934 clientLeft = docElem.clientLeft || body.clientLeft || 0,
8935 scrollTop = win.pageYOffset || jQuery.support.boxModel && docElem.scrollTop || body.scrollTop,
8936 scrollLeft = win.pageXOffset || jQuery.support.boxModel && docElem.scrollLeft || body.scrollLeft,
8965 docElem = doc.documentElement,
8972 while ( (elem = elem.parentNode) && elem !== body && elem !== docElem ) {
9008 top += Math.max( docElem.scrollTop, body.scrollTop );
9009 left += Math.max( docElem.scrollLeft, body.scrollLeft );
/external/libxml2/
Dxmlschemas.c10721 xmlNodePtr docElem = NULL; in xmlSchemaAddSchemaDoc() local
10724 docElem = xmlDocGetRootElement(doc); in xmlSchemaAddSchemaDoc()
10725 if (docElem == NULL) { in xmlSchemaAddSchemaDoc()
10735 xmlSchemaCleanupDoc(pctxt, docElem); in xmlSchemaAddSchemaDoc()
10739 if (!IS_SCHEMA(docElem, "schema")) { in xmlSchemaAddSchemaDoc()
10750 targetNamespace = xmlSchemaGetProp(pctxt, docElem, in xmlSchemaAddSchemaDoc()