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

/macosx-10.9.5/WebKit-7537.78.2/wince/
H A DWebView.cpp286 static MouseButton globalPrevButton; local
312 if (insideThreshold && mouseEvent.button() == globalPrevButton)
318 globalPrevButton = mouseEvent.button();
329 globalPrevButton = mouseEvent.button();
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebView.cpp1478 static MouseButton globalPrevButton; local
1511 mouseEvent.button() == globalPrevButton)
1517 globalPrevButton = mouseEvent.button();
1528 globalPrevButton = mouseEvent.button();

Completed in 102 milliseconds