Searched refs:Document (Results 726 - 750 of 950) sorted by relevance

<<21222324252627282930>>

/external/webkit/Source/WebCore/editing/
H A DCompositeEditCommand.h47 explicit CompositeEditCommand(Document*);
H A DFormatBlockCommand.cpp29 #include "Document.h"
47 FormatBlockCommand::FormatBlockCommand(Document* document, const QualifiedName& tagName)
H A DInsertLineBreakCommand.cpp29 #include "Document.h"
44 InsertLineBreakCommand::InsertLineBreakCommand(Document* document)
H A DApplyBlockElementCommand.cpp42 ApplyBlockElementCommand::ApplyBlockElementCommand(Document* document, const QualifiedName& tagName, const AtomicString& className, const AtomicString& inlineStyle)
50 ApplyBlockElementCommand::ApplyBlockElementCommand(Document* document, const QualifiedName& tagName)
/external/webkit/Source/WebCore/html/
H A DRadioInputType.cpp78 Document* document = element()->document();
H A DHTMLDocument.cpp83 : Document(frame, url, false, true)
135 Document::setDesignMode(mode);
H A DHTMLMediaElement.h205 HTMLMediaElement(const QualifiedName&, Document*);
243 virtual Document* mediaPlayerOwningDocument();
/external/webkit/Source/WebCore/loader/appcache/
H A DApplicationCacheGroup.h46 class Document;
/external/webkit/Source/WebCore/page/
H A DNavigator.cpp269 Document* document = m_frame->document();
/external/webkit/Source/WebCore/rendering/svg/
H A DSVGInlineFlowBox.cpp95 Document* document = textRenderer->document();
H A DSVGResourcesCache.cpp92 Document* document = renderer->document();
/external/webkit/Source/WebCore/storage/
H A DIDBTransaction.cpp31 #include "Document.h"
190 EventQueue* eventQueue = static_cast<Document*>(scriptExecutionContext())->eventQueue();
/external/webkit/Source/WebCore/svg/
H A DSVGComponentTransferFunctionElement.cpp42 SVGComponentTransferFunctionElement::SVGComponentTransferFunctionElement(const QualifiedName& tagName, Document* document)
H A DSVGFilterPrimitiveStandardAttributes.cpp45 SVGFilterPrimitiveStandardAttributes::SVGFilterPrimitiveStandardAttributes(const QualifiedName& tagName, Document* document)
H A DSVGGradientElement.cpp48 SVGGradientElement::SVGGradientElement(const QualifiedName& tagName, Document* document)
H A DSVGTextPositioningElement.cpp42 SVGTextPositioningElement::SVGTextPositioningElement(const QualifiedName& tagName, Document* document)
/external/webkit/Source/WebCore/svg/animation/
H A DSVGSMILElement.h42 SVGSMILElement(const QualifiedName&, Document*);
/external/webkit/Source/WebCore/websockets/
H A DWebSocketHandshake.cpp40 #include "Document.h"
246 Document* document = static_cast<Document*>(m_context);
290 Document* document = static_cast<Document*>(m_context);
/external/webkit/Source/WebCore/wml/
H A DWMLVariables.cpp165 String substituteVariableReferences(const String& reference, Document* document, WMLVariableEscapingMode escapeMode)
/external/webkit/Source/WebCore/xml/
H A DXPathResult.cpp32 #include "Document.h"
42 XPathResult::XPathResult(Document* document, const Value& value)
/external/webkit/Source/WebKit/chromium/src/
H A DAssociatedURLLoader.cpp216 Document* webcoreDocument = m_frameImpl->frame()->document();
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DEmbeddedWidget.cpp29 #include <WebCore/Document.h>
H A DWebDesktopNotificationsDelegate.cpp36 #include <WebCore/Document.h>
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DWebFrame.cpp237 Document* document = m_coreFrame->document();
268 Document* document = m_coreFrame->document();
311 Document* document = m_coreFrame->document();
543 Document* document = m_coreFrame->document();
/external/webkit/Source/WebCore/dom/
H A DText.cpp45 PassRefPtr<Text> Text::create(Document* document, const String& data)
307 PassRefPtr<Text> Text::createWithLengthLimit(Document* document, const String& data, unsigned start, unsigned maxChars)

Completed in 3890 milliseconds

<<21222324252627282930>>