OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HTMLHeadingElement
(Results
1 - 6
of
6
) sorted by null
/external/webkit/Source/WebCore/html/
HTMLHeadingElement.h
30
class
HTMLHeadingElement
: public HTMLElement {
32
static PassRefPtr<
HTMLHeadingElement
> create(const QualifiedName&, Document*);
35
HTMLHeadingElement
(const QualifiedName&, Document*);
HTMLHeadingElement.cpp
24
#include "
HTMLHeadingElement
.h"
28
inline
HTMLHeadingElement
::
HTMLHeadingElement
(const QualifiedName& tagName, Document* document)
33
PassRefPtr<
HTMLHeadingElement
>
HTMLHeadingElement
::create(const QualifiedName& tagName, Document* document)
35
return adoptRef(new
HTMLHeadingElement
(tagName, document));
HTMLHeadingElement.idl
22
interface
HTMLHeadingElement
: HTMLElement {
/external/webkit/Source/WebCore/bindings/gobject/
WebKitHTMLElementWrapperFactory.cpp
59
#include "
HTMLHeadingElement
.h"
296
return wrapHTMLHeadingElement(static_cast<
HTMLHeadingElement
*>(element.get()));
/external/webkit/Source/WebCore/page/
DOMWindow.idl
438
attribute HTMLHeadingElementConstructor
HTMLHeadingElement
;
[
all
...]
/external/jdiff/
xerces.jar
Completed in 178 milliseconds