currentCapsLockState 274 Source/core/rendering/RenderTextControlSingleLine.cpp shouldDrawCapsLockIndicator = inputElement()->isPasswordField() && frame->selection().isFocusedAndActive() && document().focusedElement() == node() && PlatformKeyboardEvent::currentCapsLockState(); currentCapsLockState 92 Source/platform/PlatformKeyboardEvent.h PLATFORM_EXPORT static bool currentCapsLockState();