Home | History | Annotate | Download | only in WebView

Lines Matching full:newvalue

2460 - (void)setValidationMessageTimerMagnification:(int)newValue
2462 _private->validationMessageTimerMagnification = newValue;
4522 - (void)setHoverFeedbackSuspended:(BOOL)newValue
4524 if (_private->hoverFeedbackSuspended == newValue)
4527 _private->hoverFeedbackSuspended = newValue;