Searched defs:screenWidth (Results 1 - 3 of 3) sorted by relevance
| /forgerock/openam-v13/openam-scripting/src/main/js/ |
| H A D | deviceIdMatch-server-side.js | 232 * "screenWidth": (Number) The current client screen width. 237 * "screenWidth": (Number) The stored client screen width. 254 currentValue = {screenWidth: null, screenHeight: null, screenColourDepth: null}; 257 storedValue = {screenWidth: null, screenHeight: null, screenColourDepth: null}; 261 ScalarComparator.compare(currentValue.screenWidth, storedValue.screenWidth, config),
|
| /forgerock/openam/openam-scripting/src/main/js/ |
| H A D | deviceIdMatch-server-side.js | 232 * "screenWidth": (Number) The current client screen width. 237 * "screenWidth": (Number) The stored client screen width. 254 currentValue = {screenWidth: null, screenHeight: null, screenColourDepth: null}; 257 storedValue = {screenWidth: null, screenHeight: null, screenColourDepth: null}; 261 ScalarComparator.compare(currentValue.screenWidth, storedValue.screenWidth, config),
|
| /forgerock/openam-v13/openam-authentication/deviceprint/module/src/main/java/org/forgerock/openam/authentication/modules/deviceprint/model/ |
| H A D | DevicePrint.java | 45 private String screenWidth; field in class:DevicePrint 101 return screenWidth; 107 * @param screenWidth The Screen Width. 109 public void setScreenWidth(String screenWidth) { argument 110 this.screenWidth = screenWidth; 291 + ((screenWidth == null) ? 0 : screenWidth.hashCode()); 342 if (screenWidth == null) { 343 if (other.screenWidth ! [all...] |
Completed in 117 milliseconds