Lines Matching refs:devicePrint
113 devicePrint = {};
115 devicePrint.screen = collectScreenInfo();
116 devicePrint.timezone = collectTimezoneInfo();
117 devicePrint.plugins = collectBrowserPluginsInfo();
118 devicePrint.fonts = collectBrowserFontsInfo();
121 devicePrint.userAgent = navigator.userAgent;
124 devicePrint.appName = navigator.appName;
127 devicePrint.appCodeName = navigator.appCodeName;
130 devicePrint.appVersion = navigator.appVersion;
133 devicePrint.appMinorVersion = navigator.appMinorVersion;
136 devicePrint.buildID = navigator.buildID;
139 devicePrint.platform = navigator.platform;
142 devicePrint.cpuClass = navigator.cpuClass;
145 devicePrint.oscpu = navigator.oscpu;
148 devicePrint.product = navigator.product;
151 devicePrint.productSub = navigator.productSub;
154 devicePrint.vendor = navigator.vendor;
157 devicePrint.vendorSub = navigator.vendorSub;
160 devicePrint.language = navigator.language;
163 devicePrint.userLanguage = navigator.userLanguage;
166 devicePrint.browserLanguage = navigator.browserLanguage;
169 devicePrint.systemLanguage = navigator.systemLanguage;
175 output.value = JSON.stringify(devicePrint);
177 devicePrint.geolocation = geolocationInfo;
178 output.value = JSON.stringify(devicePrint);