Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/tracing/third_party/css-element-queries/src/
DElementQueries.js15 this.withTracking = false;
151 if (this.withTracking) {
232 this.init = function(withTracking) { argument
233 this.withTracking = withTracking;
250 this.update = function(withTracking) { argument
251 this.withTracking = withTracking;
256 if (!this.withTracking) {
275 ElementQueries.update = function(withTracking) { argument
276 ElementQueries.instance.update(withTracking);
295 ElementQueries.withTracking = false;
[all …]