Searched refs:ShortHEX (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DColor.js47 ShortHEX: "color-format-short-hex", property in class:WebInspector.Color.Format
72 return new WebInspector.Color(WebInspector.Color.Format.ShortHEX, [
158 return this._canBeSerializedAsShortHEX() ? WebInspector.Color.Format.ShortHEX : WebInspector.Color.Format.HEX;
162 case WebInspector.Color.Format.ShortHEX:
170 return this._canBeSerializedAsShortHEX() ? WebInspector.Color.Format.ShortHEX : WebInspector.Color.Format.HEX;
223 case WebInspector.Color.Format.ShortHEX:
251 case WebInspector.Color.Format.ShortHEX:

Completed in 131 milliseconds