OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HTMLBRElement
(Results
1 - 10
of
10
) sorted by null
/external/webkit/Source/WebCore/html/
HTMLBRElement.h
31
class
HTMLBRElement
: public HTMLElement {
33
static PassRefPtr<
HTMLBRElement
> create(Document*);
34
static PassRefPtr<
HTMLBRElement
> create(const QualifiedName&, Document*);
37
HTMLBRElement
(const QualifiedName&, Document*);
HTMLBRElement.idl
22
interface
HTMLBRElement
: HTMLElement {
HTMLBRElement.cpp
24
#include "
HTMLBRElement
.h"
35
HTMLBRElement
::
HTMLBRElement
(const QualifiedName& tagName, Document* document)
41
PassRefPtr<
HTMLBRElement
>
HTMLBRElement
::create(Document* document)
43
return adoptRef(new
HTMLBRElement
(brTag, document));
46
PassRefPtr<
HTMLBRElement
>
HTMLBRElement
::create(const QualifiedName& tagName, Document* document)
48
return adoptRef(new
HTMLBRElement
(tagName, document));
51
bool
HTMLBRElement
::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) cons
[
all
...]
ValidationMessage.cpp
38
#include "
HTMLBRElement
.h"
89
m_bubbleMessage->appendChild(
HTMLBRElement
::create(doc), ec);
HTMLElement.cpp
36
#include "
HTMLBRElement
.h"
402
fragment->appendChild(
HTMLBRElement
::create(document()), ec);
[
all
...]
/external/webkit/Source/WebCore/bindings/gobject/
WebKitHTMLElementWrapperFactory.cpp
41
#include "
HTMLBRElement
.h"
221
return wrapHTMLBRElement(static_cast<
HTMLBRElement
*>(element.get()));
/external/webkit/Source/WebCore/rendering/
RenderTextControl.cpp
30
#include "
HTMLBRElement
.h"
186
m_innerText->appendChild(
HTMLBRElement
::create(document()), ec);
/external/webkit/Source/WebCore/editing/
htmlediting.cpp
31
#include "
HTMLBRElement
.h"
845
return
HTMLBRElement
::create(document);
[
all
...]
/external/webkit/Source/WebCore/page/
DOMWindow.idl
417
attribute HTMLBRElementConstructor
HTMLBRElement
;
[
all
...]
/external/jdiff/
xerces.jar
Completed in 789 milliseconds