Lines Matching refs:state
389 * @param {String} type state of the marker
400 state = this._getState(type),
404 markerStyles = state == "off" || !styles[state] ? styles : styles[state];
476 * Returns marker state based on event type
485 var state;
489 state = "off";
492 state = "over";
495 state = "over";
498 state = "down";
501 return state;