Searched refs:Document (Results 451 - 475 of 950) sorted by relevance

<<11121314151617181920>>

/external/webkit/Source/WebCore/platform/qt/
H A DContextMenuQt.cpp30 #include <Document.h>
/external/webkit/Source/WebCore/rendering/
H A DRenderCounter.h34 RenderCounter(Document*, const CounterContent&);
H A DRenderPart.cpp91 if (Document* contentDocument = element->contentDocument()) {
H A DRenderQuote.h31 RenderQuote(Document*, const QuoteType);
/external/webkit/Source/WebCore/svg/
H A DSVGFELightElement.h39 SVGFELightElement(const QualifiedName&, Document*);
H A DSVGGradientElement.h42 SVGGradientElement(const QualifiedName&, Document*);
H A DSVGPolyElement.h45 SVGPolyElement(const QualifiedName&, Document*);
/external/webkit/Source/WebCore/wml/
H A DWMLErrorHandling.cpp28 #include "Document.h"
35 void reportWMLError(Document* doc, WMLErrorCode error)
/external/webkit/Source/WebCore/xml/
H A DXMLTreeViewer.cpp34 #include "Document.h"
49 XMLTreeViewer::XMLTreeViewer(Document* document)
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebDesktopNotificationsDelegate.h40 class Document;
/external/webkit/Source/WebCore/bindings/js/
H A DJSLazyEventListener.cpp78 Document* document = static_cast<Document*>(executionContext);
H A DScriptEventListener.cpp35 #include "Document.h"
97 String eventListenerHandlerBody(Document* document, EventListener* eventListener)
108 bool eventListenerHandlerLocation(Document*, EventListener*, String&, int&)
/external/webkit/Source/WebCore/dom/
H A DProcessingInstruction.h36 static PassRefPtr<ProcessingInstruction> create(Document*, const String& target, const String& data);
57 ProcessingInstruction(Document*, const String& target, const String& data);
H A DScriptRunner.cpp30 #include "Document.h"
37 ScriptRunner::ScriptRunner(Document* document)
99 RefPtr<Document> protect(m_document);
H A DViewportArguments.cpp33 #include "Document.h"
181 static float numericPrefix(const String& keyString, const String& valueString, Document* document, bool* ok)
202 static float findSizeValue(const String& keyString, const String& valueString, Document* document)
227 static float findScaleValue(const String& keyString, const String& valueString, Document* document)
260 static float findUserScalableValue(const String& keyString, const String& valueString, Document* document)
288 static float findTargetDensityDPIValue(const String& keyString, const String& valueString, Document* document)
312 void setViewportFeature(const String& keyString, const String& valueString, Document* document, void* data)
365 static int parserLineNumber(Document* document)
375 void reportViewportWarning(Document* document, ViewportErrorCode errorCode, const String& replacement1, const String& replacement2)
/external/webkit/Source/WebCore/editing/
H A DDeleteSelectionCommand.h37 static PassRefPtr<DeleteSelectionCommand> create(Document* document, bool smartDelete = false, bool mergeBlocksAfterDelete = true, bool replace = false, bool expandForSpecialElements = false)
47 DeleteSelectionCommand(Document*, bool smartDelete, bool mergeBlocksAfterDelete, bool replace, bool expandForSpecialElements);
H A DReplaceSelectionCommand.h49 static PassRefPtr<ReplaceSelectionCommand> create(Document* document, PassRefPtr<DocumentFragment> fragment, CommandOptions options, EditAction action = EditActionPaste)
55 ReplaceSelectionCommand(Document*, PassRefPtr<DocumentFragment>, CommandOptions, EditAction);
/external/webkit/Source/WebCore/html/
H A DHTMLFrameElement.idl35 readonly attribute [CheckFrameSecurity] Document contentDocument;
H A DHTMLIFrameElement.idl37 readonly attribute [CheckFrameSecurity] Document contentDocument;
H A DHTMLLabelElement.cpp28 #include "Document.h"
51 inline HTMLLabelElement::HTMLLabelElement(const QualifiedName& tagName, Document* document)
57 PassRefPtr<HTMLLabelElement> HTMLLabelElement::create(const QualifiedName& tagName, Document* document)
H A DHTMLObjectElement.h35 static PassRefPtr<HTMLObjectElement> create(const QualifiedName&, Document*, HTMLFormElement*, bool createdByParser);
67 HTMLObjectElement(const QualifiedName&, Document*, HTMLFormElement*, bool createdByParser);
H A DHTMLOptGroupElement.cpp29 #include "Document.h"
40 inline HTMLOptGroupElement::HTMLOptGroupElement(const QualifiedName& tagName, Document* document, HTMLFormElement* form)
46 PassRefPtr<HTMLOptGroupElement> HTMLOptGroupElement::create(const QualifiedName& tagName, Document* document, HTMLFormElement* form)
H A DHTMLOutputElement.cpp39 inline HTMLOutputElement::HTMLOutputElement(const QualifiedName& tagName, Document* document, HTMLFormElement* form)
48 PassRefPtr<HTMLOutputElement> HTMLOutputElement::create(const QualifiedName& tagName, Document* document, HTMLFormElement* form)
H A DHTMLStyleElement.cpp28 #include "Document.h"
38 inline HTMLStyleElement::HTMLStyleElement(const QualifiedName& tagName, Document* document, bool createdByParser)
51 PassRefPtr<HTMLStyleElement> HTMLStyleElement::create(const QualifiedName& tagName, Document* document, bool createdByParser)
H A DHTMLTextAreaElement.h36 static PassRefPtr<HTMLTextAreaElement> create(const QualifiedName&, Document*, HTMLFormElement*);
64 HTMLTextAreaElement(const QualifiedName&, Document*, HTMLFormElement*);

Completed in 219 milliseconds

<<11121314151617181920>>