IsRight           232 Source/web/WebInputEvent.cpp         return IsRight;
IsRight           308 Source/web/WebInputEventConversion.cpp         else if (e.modifiers & WebInputEvent::IsRight)
IsRight           313 Source/web/WebInputEventConversion.cpp         else if (e.modifiers & WebInputEvent::IsRight)
IsRight           318 Source/web/WebInputEventConversion.cpp         else if (e.modifiers & WebInputEvent::IsRight)
IsRight           633 Source/web/WebInputEventConversion.cpp         modifiers |= WebInputEvent::IsRight;
IsRight            93 Source/web/WebInputEventFactoryWin.cpp             modifier = WebInputEvent::IsRight;
IsRight            99 Source/web/WebInputEventFactoryWin.cpp             modifier = WebInputEvent::IsRight;
IsRight           105 Source/web/WebInputEventFactoryWin.cpp             modifier = WebInputEvent::IsRight;
IsRight           111 Source/web/WebInputEventFactoryWin.cpp         modifier = WebInputEvent::IsRight;
IsRight           118 Source/web/WebInputEventFactoryWin.cpp            || modifier == WebInputEvent::IsRight);
IsRight            71 Source/web/tests/WebInputEventConversionTest.cpp     EXPECT_FALSE(modifiers & WebInputEvent::IsKeyPad || modifiers & WebInputEvent::IsLeft || modifiers & WebInputEvent::IsRight);
IsRight            75 Source/web/tests/WebInputEventConversionTest.cpp     EXPECT_FALSE(modifiers & WebInputEvent::IsKeyPad || modifiers & WebInputEvent::IsRight);
IsRight            78 Source/web/tests/WebInputEventConversionTest.cpp     EXPECT_TRUE(modifiers & WebInputEvent::IsRight);
IsRight            83 Source/web/tests/WebInputEventConversionTest.cpp     EXPECT_FALSE(modifiers & WebInputEvent::IsLeft || modifiers & WebInputEvent::IsRight);