Lines Matching refs:doc

841             w = glob.doc.querySelector(String(w));
855 doc: root.window.document property in AnonymousFunction6de3020a0600.Snap.glob
898 el = glob.doc.createTextNode(attr.text || attr["#text"] || "");
901 el = glob.doc.createComment(attr.text || attr["#text"] || "");
940 el = glob.doc.createElementNS(xmlns, el);
1477 var i = glob.doc.getElementsByTagName("head")[0] || glob.doc.getElementsByTagName("svg")[0],
1485 var out = glob.doc.defaultView.getComputedStyle(i, E).getPropertyValue("color");
1923 var contains = glob.doc.contains || glob.doc.compareDocumentPosition ?
2063 return wrap(glob.doc.querySelector(query));
2074 var nodelist = glob.doc.querySelectorAll(query),
2229 var f = glob.doc.createDocumentFragment(),
2231 div = glob.doc.createElement("div");
2264 f = glob.doc.createDocumentFragment();
2295 var doc = w.ownerDocument;
2301 desc.appendChild(doc.createTextNode("Created with Snap"));
2314 res = make("svg", glob.doc.body);
2582 doc = elem.ownerDocument,
2583 body = doc.body,
2584 docElem = doc.documentElement,
2608 target = glob.doc.elementFromPoint(x, y);
4103 var txt = glob.doc.createTextNode(value);
4202 out.appendChild(glob.doc.createTextNode(chunk));
4241 …var style = glob.doc.defaultView.getComputedStyle(this.node, null).getPropertyValue("marker-" + en…
4245 return Snap(glob.doc.getElementById(style.match(reURLValue)[1]));
4676 var img = glob.doc.createElement("img"),
4677 body = glob.doc.body;
5261 var doc = this.node.ownerDocument,
5262 f = doc.createDocumentFragment(),
5263 d = doc.createElement("div"),
7288 supportsTouch = "createTouch" in glob.doc,
7301 doc = el && el.node ? el.node.ownerDocument : glob.doc;
7302 return doc[name in doc.documentElement ? "documentElement" : "body"][name];