OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HTMLOptionsCollection
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/html/
HTMLOptionsCollection.h
36
class
HTMLOptionsCollection
: public HTMLCollection {
38
static PassRefPtr<
HTMLOptionsCollection
> create(PassRefPtr<HTMLSelectElement>);
50
HTMLOptionsCollection
(PassRefPtr<HTMLSelectElement>);
HTMLOptionsCollection.cpp
22
#include "
HTMLOptionsCollection
.h"
30
HTMLOptionsCollection
::
HTMLOptionsCollection
(PassRefPtr<HTMLSelectElement> select)
35
PassRefPtr<
HTMLOptionsCollection
>
HTMLOptionsCollection
::create(PassRefPtr<HTMLSelectElement> select)
37
return adoptRef(new
HTMLOptionsCollection
(select));
40
void
HTMLOptionsCollection
::add(PassRefPtr<HTMLOptionElement> element, ExceptionCode &ec)
45
void
HTMLOptionsCollection
::add(PassRefPtr<HTMLOptionElement> element, int index, ExceptionCode &ec)
70
void
HTMLOptionsCollection
::remove(int index)
75
int
HTMLOptionsCollection
::selectedIndex() cons
[
all
...]
Completed in 84 milliseconds