/external/chromium_org/third_party/WebKit/Source/core/html/shadow/ |
ProgressShadowElement.cpp | 43 ProgressShadowElement::ProgressShadowElement(Document& document) 44 : HTMLDivElement(document) 59 ProgressInnerElement::ProgressInnerElement(Document& document) 60 : ProgressShadowElement(document) 78 ProgressBarElement::ProgressBarElement(Document& document) 79 : ProgressShadowElement(document) 83 ProgressValueElement::ProgressValueElement(Document& document [all...] |
/external/chromium_org/third_party/WebKit/Source/core/loader/ |
PrerendererClient.h | 39 class Document;
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
FastTextAutosizer.h | 43 class Document; 55 static PassOwnPtr<FastTextAutosizer> create(Document* document) 57 return adoptPtr(new FastTextAutosizer(document)); 78 explicit FastTextAutosizer(Document*); 83 Document* m_document;
|
RenderReplica.h | 38 static RenderReplica* createAnonymous(Document*);
|
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/filters/ |
SVGFEImage.h | 32 class Document; 39 static PassRefPtr<FEImage> createWithIRIReference(Filter*, Document&, const String&, const SVGPreserveAspectRatio&); 51 FEImage(Filter*, Document&, const String&, const SVGPreserveAspectRatio&); 59 Document* m_document;
|
/external/chromium_org/third_party/WebKit/Source/core/xml/ |
XPathResult.h | 37 class Document; 56 static PassRefPtr<XPathResult> create(Document* document, const XPath::Value& value) { return adoptRef(new XPathResult(document, value)); } 76 XPathResult(Document*, const XPath::Value&); 82 RefPtr<Document> m_document;
|
/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
importNode16.java | 4 and is a derived work from the source document. 5 The source document contained the following notice: 35 * Document should raise NOT_SUPPORTED_ERR DOMException if 38 * Retrieve document staff.xml and get its type. 40 * contains the document type of the staff.xml. 45 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#Core-Document-importNode">http://www.w3.org/TR/DOM-Level-2-Core/core#Core-Document-importNode</a> 46 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('Core-Document-importNode')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NOT_SUPPORTED_ERR'])">http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('Core-Document-importNode')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NOT_SUPPORTED_ERR'])</a> 52 * @param factory document factory, may not be nul [all...] |
importNode17.java | 4 and is a derived work from the source document. 5 The source document contained the following notice: 35 * Document should raise NOT_SUPPORTED_ERR DOMException if 36 * the type of node being imported is Document. 38 * Retrieve staff.xml document. 45 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#Core-Document-importNode">http://www.w3.org/TR/DOM-Level-2-Core/core#Core-Document-importNode</a> 46 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('Core-Document-importNode')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NOT_SUPPORTED_ERR'])">http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('Core-Document-importNode')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NOT_SUPPORTED_ERR'])</a> 52 * @param factory document factory, may not be nul [all...] |
/libcore/luni/src/test/java/tests/org/w3c/dom/ |
IsSupported.java | 6 import org.w3c.dom.Document; 17 * Retrieve the root node of the DOM document by invoking the 58 Document doc; 61 doc = (Document) load("staff", builder); 67 Document doc; 70 doc = (Document) load("staff", builder); 76 Document doc; 79 doc = (Document) load("staff", builder); 85 Document doc; 88 doc = (Document) load("staff", builder) [all...] |
AttrGetOwnerElement.java | 4 import org.w3c.dom.Document; 37 // Document doc; 46 // doc = (Document) load("staffNS", builder); 59 Document doc; 65 doc = (Document) load("staffNS", builder); 74 Document doc; 77 doc = (Document) load("staffNS", builder); 83 Document doc; 84 Document docImp; 91 doc = (Document) load("staffNS", builder) [all...] |
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
TypingCommand.h | 60 static void deleteSelection(Document&, Options = 0); 61 static void deleteKeyPressed(Document&, Options = 0, TextGranularity = CharacterGranularity); 62 static void forwardDeleteKeyPressed(Document&, Options = 0, TextGranularity = CharacterGranularity); 63 static void insertText(Document&, const String&, Options, TextCompositionType = TextCompositionNone); 64 static void insertText(Document&, const String&, const VisibleSelection&, Options, TextCompositionType = TextCompositionNone); 65 static void insertLineBreak(Document&, Options); 66 static void insertParagraphSeparator(Document&, Options); 67 static void insertParagraphSeparatorInQuotedContent(Document&); 81 static PassRefPtr<TypingCommand> create(Document& document, ETypingCommand command, const String& text = "", Options options = 0, TextGranularity granularity (…) [all...] |
RemoveCSSPropertyCommand.h | 38 static PassRefPtr<RemoveCSSPropertyCommand> create(Document& document, PassRefPtr<Element> element, CSSPropertyID property) 40 return adoptRef(new RemoveCSSPropertyCommand(document, element, property)); 44 RemoveCSSPropertyCommand(Document&, PassRefPtr<Element>, CSSPropertyID);
|
SimplifyMarkupCommand.h | 35 static PassRefPtr<SimplifyMarkupCommand> create(Document& document, Node* firstNode, Node* nodeAfterLast) 37 return adoptRef(new SimplifyMarkupCommand(document, firstNode, nodeAfterLast)); 41 SimplifyMarkupCommand(Document&, Node* firstNode, Node* nodeAfterLast);
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
FontFaceSet.h | 50 class Document; 57 class FontFaceSet : public RefCountedSupplement<Document, FontFaceSet>, public ActiveDOMObject, public EventTargetWithInlineData { 76 Document* document() const; 88 static PassRefPtr<FontFaceSet> from(Document*); 89 static void didLayout(Document*); 92 typedef RefCountedSupplement<Document, FontFaceSet> SupplementType; 94 static PassRefPtr<FontFaceSet> create(Document* document) 96 return adoptRef<FontFaceSet>(new FontFaceSet(document)); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
DocumentFragment.idl | 22 ConstructorCallWith=Document,
|
TemplateContentDocumentFragment.h | 36 static PassRefPtr<TemplateContentDocumentFragment> create(Document& document, Element* host) 38 return adoptRef(new TemplateContentDocumentFragment(document, host)); 45 TemplateContentDocumentFragment(Document& document, Element* host) 46 : DocumentFragment(&document, CreateDocumentFragment)
|
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/ |
CustomElementRegistry.h | 47 class Document; 57 CustomElementDefinition* registerElement(Document*, CustomElementConstructorBuilder*, const AtomicString& name, CustomElement::NameSet validNames, ExceptionState&);
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLBaseElement.h | 32 static PassRefPtr<HTMLBaseElement> create(Document&); 38 explicit HTMLBaseElement(Document&);
|
HTMLFrameElement.h | 33 static PassRefPtr<HTMLFrameElement> create(Document&); 40 explicit HTMLFrameElement(Document&);
|
HTMLHtmlElement.h | 33 static PassRefPtr<HTMLHtmlElement> create(Document&); 38 explicit HTMLHtmlElement(Document&);
|
HTMLModElement.cpp | 32 inline HTMLModElement::HTMLModElement(const QualifiedName& tagName, Document& document) 33 : HTMLElement(tagName, document) 38 PassRefPtr<HTMLModElement> HTMLModElement::create(const QualifiedName& tagName, Document& document) 40 return adoptRef(new HTMLModElement(tagName, document));
|
HTMLQuoteElement.cpp | 27 #include "core/dom/Document.h" 34 inline HTMLQuoteElement::HTMLQuoteElement(const QualifiedName& tagName, Document& document) 35 : HTMLElement(tagName, document) 41 PassRefPtr<HTMLQuoteElement> HTMLQuoteElement::create(const QualifiedName& tagName, Document& document) 43 return adoptRef(new HTMLQuoteElement(tagName, document));
|
HTMLSummaryElement.h | 32 static PassRefPtr<HTMLSummaryElement> create(Document&); 37 explicit HTMLSummaryElement(Document&);
|
HTMLTableRowElement.h | 37 static PassRefPtr<HTMLTableRowElement> create(Document&); 49 explicit HTMLTableRowElement(Document&);
|
HTMLUnknownElement.h | 39 static PassRefPtr<HTMLUnknownElement> create(const QualifiedName& tagName, Document& document) 41 return adoptRef(new HTMLUnknownElement(tagName, document)); 47 HTMLUnknownElement(const QualifiedName& tagName, Document& document) 48 : HTMLElement(tagName, document)
|