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

/external/webkit/Source/WebKit/mac/WebView/
H A DWebViewData.h112 BOOL hoverFeedbackSuspended; variable
H A DWebViewEventHandling.mm171 if (lastMouseoverView && lastMouseoverView->_private->hoverFeedbackSuspended)
H A DWebView.mm4524 if (_private->hoverFeedbackSuspended == newValue)
4527 _private->hoverFeedbackSuspended = newValue;
4547 return _private->hoverFeedbackSuspended;

Completed in 240 milliseconds