IsLeft            227 Source/web/WebInputEvent.cpp         return IsLeft;
IsLeft            306 Source/web/WebInputEventConversion.cpp         if (e.modifiers & WebInputEvent::IsLeft)
IsLeft            311 Source/web/WebInputEventConversion.cpp         if (e.modifiers & WebInputEvent::IsLeft)
IsLeft            316 Source/web/WebInputEventConversion.cpp         if (e.modifiers & WebInputEvent::IsLeft)
IsLeft            631 Source/web/WebInputEventConversion.cpp         modifiers |= WebInputEvent::IsLeft;
IsLeft             91 Source/web/WebInputEventFactoryWin.cpp             modifier = WebInputEvent::IsLeft;
IsLeft             97 Source/web/WebInputEventFactoryWin.cpp             modifier = WebInputEvent::IsLeft;
IsLeft            103 Source/web/WebInputEventFactoryWin.cpp             modifier = WebInputEvent::IsLeft;
IsLeft            108 Source/web/WebInputEventFactoryWin.cpp         modifier = WebInputEvent::IsLeft;
IsLeft            117 Source/web/WebInputEventFactoryWin.cpp            || modifier == WebInputEvent::IsLeft
IsLeft             71 Source/web/tests/WebInputEventConversionTest.cpp     EXPECT_FALSE(modifiers & WebInputEvent::IsKeyPad || modifiers & WebInputEvent::IsLeft || modifiers & WebInputEvent::IsRight);
IsLeft             74 Source/web/tests/WebInputEventConversionTest.cpp     EXPECT_TRUE(modifiers & WebInputEvent::IsLeft);
IsLeft             79 Source/web/tests/WebInputEventConversionTest.cpp     EXPECT_FALSE(modifiers & WebInputEvent::IsKeyPad || modifiers & WebInputEvent::IsLeft);
IsLeft             83 Source/web/tests/WebInputEventConversionTest.cpp     EXPECT_FALSE(modifiers & WebInputEvent::IsLeft || modifiers & WebInputEvent::IsRight);