OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HTMLTableColElement
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/html/
HTMLTableColElement.h
33
class
HTMLTableColElement
: public HTMLTablePartElement {
35
static PassRefPtr<
HTMLTableColElement
> create(const QualifiedName& tagName, Document*);
43
HTMLTableColElement
(const QualifiedName& tagName, Document*);
HTMLTableColElement.cpp
26
#include "
HTMLTableColElement
.h"
39
inline
HTMLTableColElement
::
HTMLTableColElement
(const QualifiedName& tagName, Document* document)
45
PassRefPtr<
HTMLTableColElement
>
HTMLTableColElement
::create(const QualifiedName& tagName, Document* document)
47
return adoptRef(new
HTMLTableColElement
(tagName, document));
50
bool
HTMLTableColElement
::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
60
void
HTMLTableColElement
::parseMappedAttribute(Attribute* attr)
81
void
HTMLTableColElement
::additionalAttributeStyleDecls(Vector<CSSMutableStyleDeclaration*>& results)
93
void
HTMLTableColElement
::setSpan(int n
[
all
...]
Completed in 108 milliseconds