summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLSelectElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLSelectElement.h')
-rw-r--r--WebCore/html/HTMLSelectElement.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/WebCore/html/HTMLSelectElement.h b/WebCore/html/HTMLSelectElement.h
index e42c04f..59e4a4b 100644
--- a/WebCore/html/HTMLSelectElement.h
+++ b/WebCore/html/HTMLSelectElement.h
@@ -81,11 +81,6 @@ public:
virtual bool saveState(String& value) const;
virtual void restoreState(const String&);
- virtual bool insertBefore(PassRefPtr<Node> newChild, Node* refChild, ExceptionCode&, bool shouldLazyAttach = false);
- virtual bool replaceChild(PassRefPtr<Node> newChild, Node* oldChild, ExceptionCode&, bool shouldLazyAttach = false);
- virtual bool removeChild(Node* child, ExceptionCode&);
- virtual bool appendChild(PassRefPtr<Node> newChild, ExceptionCode&, bool shouldLazyAttach = false);
- virtual bool removeChildren();
virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0);
virtual void parseMappedAttribute(MappedAttribute*);
@@ -141,13 +136,7 @@ private:
void recalcListItems(bool updateSelectedStates = true) const;
void checkListItems() const;
-#ifdef ANDROID_DESELECT_SELECT
-public:
-#endif
void deselectItems(HTMLOptionElement* excludeElement = 0);
-#ifdef ANDROID_DESELECT_SELECT
-private:
-#endif
#ifdef ANDROID_LISTBOX_USES_MENU_LIST
bool usesMenuList() const { return true; }
#else