Searched refs:inRoot (Results 1 – 8 of 8) sorted by relevance
/external/chromium-trace/catapult/tracing/third_party/components/webcomponentsjs/ |
D | CustomElements.js | 285 function observe(inRoot) { argument 286 if (inRoot.__observer) { 290 observer.observe(inRoot, { 294 inRoot.__observer = observer;
|
D | webcomponents-lite.js | 1346 function observe(inRoot) { argument 1347 if (inRoot.__observer) { 1351 observer.observe(inRoot, { 1355 inRoot.__observer = observer;
|
D | webcomponents.js | 5680 function observe(inRoot) { argument 5681 if (inRoot.__observer) { 5685 observer.observe(inRoot, { 5689 inRoot.__observer = observer;
|
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/ |
D | CustomElements.js | 285 function observe(inRoot) { argument 286 if (inRoot.__observer) { 290 observer.observe(inRoot, { 294 inRoot.__observer = observer;
|
D | webcomponents-lite.js | 1346 function observe(inRoot) { argument 1347 if (inRoot.__observer) { 1351 observer.observe(inRoot, { 1355 inRoot.__observer = observer;
|
D | webcomponents.js | 5680 function observe(inRoot) { argument 5681 if (inRoot.__observer) { 5685 observer.observe(inRoot, { 5689 inRoot.__observer = observer;
|
/external/chromium-trace/catapult/tracing/third_party/components/polymer/ |
D | polymer.js | 71 searchRoot: function(inRoot, x, y) { argument 73 if (inRoot) { 74 t = inRoot.elementFromPoint(x, y); 78 } else if (inRoot !== document) { 80 sr = this.olderShadow(inRoot);
|
/external/chromium-trace/catapult/third_party/polymer/components/polymer/ |
D | polymer.js | 71 searchRoot: function(inRoot, x, y) { argument 73 if (inRoot) { 74 t = inRoot.elementFromPoint(x, y); 78 } else if (inRoot !== document) { 80 sr = this.olderShadow(inRoot);
|