diff options
Diffstat (limited to 'WebCore/html/HTMLSelectElement.h')
-rw-r--r-- | WebCore/html/HTMLSelectElement.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/WebCore/html/HTMLSelectElement.h b/WebCore/html/HTMLSelectElement.h index 0a2050e..8a31efc 100644 --- a/WebCore/html/HTMLSelectElement.h +++ b/WebCore/html/HTMLSelectElement.h @@ -1,4 +1,5 @@ /* + * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). * Copyright (C) 1999 Lars Knoll (knoll@kde.org) * (C) 1999 Antti Koivisto (koivisto@kde.org) * (C) 2000 Dirk Mueller (mueller@kde.org) @@ -80,6 +81,8 @@ public: void scrollToSelection(); + void listBoxSelectItem(int listIndex, bool allowMultiplySelections, bool shift, bool fireOnChangeNow = true); + private: virtual int tagPriority() const { return 6; } virtual bool checkDTD(const Node* newChild); |