OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HTMLQuoteElement
(Results
1 - 6
of
6
) sorted by null
/external/webkit/Source/WebCore/html/
HTMLQuoteElement.cpp
24
#include "
HTMLQuoteElement
.h"
33
inline
HTMLQuoteElement
::
HTMLQuoteElement
(const QualifiedName& tagName, Document* document)
39
PassRefPtr<
HTMLQuoteElement
>
HTMLQuoteElement
::create(const QualifiedName& tagName, Document* document)
41
return adoptRef(new
HTMLQuoteElement
(tagName, document));
44
void
HTMLQuoteElement
::insertedIntoDocument()
51
bool
HTMLQuoteElement
::isURLAttribute(Attribute* attribute) const
HTMLQuoteElement.h
32
class
HTMLQuoteElement
: public HTMLElement {
34
static PassRefPtr<
HTMLQuoteElement
> create(const QualifiedName&, Document*);
37
HTMLQuoteElement
(const QualifiedName&, Document*);
HTMLQuoteElement.idl
22
interface
HTMLQuoteElement
: HTMLElement {
/external/webkit/Source/WebCore/bindings/gobject/
WebKitHTMLElementWrapperFactory.cpp
83
#include "
HTMLQuoteElement
.h"
416
return wrapHTMLQuoteElement(static_cast<
HTMLQuoteElement
*>(element.get()));
/external/webkit/Source/WebCore/page/
DOMWindow.idl
468
attribute HTMLQuoteElementConstructor
HTMLQuoteElement
;
[
all
...]
/external/jdiff/
xerces.jar
Completed in 107 milliseconds