OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HTMLFontElement
(Results
1 - 9
of
9
) sorted by null
/external/webkit/Source/WebCore/html/
HTMLFontElement.h
31
class
HTMLFontElement
: public HTMLElement {
33
static PassRefPtr<
HTMLFontElement
> create(const QualifiedName&, Document*);
38
HTMLFontElement
(const QualifiedName&, Document*);
HTMLFontElement.idl
22
interface
HTMLFontElement
: HTMLElement {
HTMLFontElement.cpp
24
#include "
HTMLFontElement
.h"
38
HTMLFontElement
::
HTMLFontElement
(const QualifiedName& tagName, Document* document)
44
PassRefPtr<
HTMLFontElement
>
HTMLFontElement
::create(const QualifiedName& tagName, Document* document)
46
return adoptRef(new
HTMLFontElement
(tagName, document));
124
bool
HTMLFontElement
::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
136
bool
HTMLFontElement
::cssValueFromFontSizeNumber(const String& s, int& size)
171
void
HTMLFontElement
::parseMappedAttribute(Attribute* attr)
/external/webkit/LayoutTests/fast/dom/HTMLFontElement/script-tests/
size-attribute.js
1
description("
HTMLFontElement
size attribute test");
/external/webkit/Source/WebCore/bindings/gobject/
WebKitHTMLElementWrapperFactory.cpp
53
#include "
HTMLFontElement
.h"
276
return wrapHTMLFontElement(static_cast<
HTMLFontElement
*>(element.get()));
/external/webkit/Source/WebCore/editing/
EditingStyle.cpp
38
#include "
HTMLFontElement
.h"
258
if (!
HTMLFontElement
::cssValueFromFontSizeNumber(element->getAttribute(m_attrName), size))
[
all
...]
EditorCommand.cpp
45
#include "
HTMLFontElement
.h"
415
if (!
HTMLFontElement
::cssValueFromFontSizeNumber(value, size))
[
all
...]
/external/webkit/Source/WebCore/page/
DOMWindow.idl
432
attribute HTMLFontElementConstructor
HTMLFontElement
;
[
all
...]
/external/jdiff/
xerces.jar
Completed in 423 milliseconds