webengine/osswebengine/WebCore/platform/PlatformKeyboardEvent.h
branchCompilerCompatibility
changeset 51 ee8307949dae
parent 16 a359256acfc6
equal deleted inserted replaced
50:4bb128803766 51:ee8307949dae
    59 
    59 
    60     class PlatformKeyboardEvent {
    60     class PlatformKeyboardEvent {
    61     public:
    61     public:
    62 #if PLATFORM(SYMBIAN)
    62 #if PLATFORM(SYMBIAN)
    63         String text() const;
    63         String text() const;
    64 #elif
    64 #else
    65         String text() const { return m_text; }
    65         String text() const { return m_text; }
    66 #endif //PLATFORM(SYMBIAN)
    66 #endif //PLATFORM(SYMBIAN)
    67         String unmodifiedText() const { return m_unmodifiedText; }
    67         String unmodifiedText() const { return m_unmodifiedText; }
    68         String keyIdentifier() const { return m_keyIdentifier; }
    68         String keyIdentifier() const { return m_keyIdentifier; }
    69         bool isKeyUp() const { return m_isKeyUp; }
    69         bool isKeyUp() const { return m_isKeyUp; }