/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | XSLOutputAttributes.java | 162 public void setMediaType(String mediatype); in setMediaType() method
|
D | ToUnknownStream.java | 686 public void setMediaType(String mediaType) in setMediaType() method in ToUnknownStream 688 m_handler.setMediaType(mediaType); in setMediaType() 1024 m_handler.setMediaType(oldHandler.getMediaType()); in initStreamOutput()
|
D | ToXMLStream.java | 93 setMediaType(xmlListener.getMediaType()); in CopyFrom()
|
D | SerializerBase.java | 730 public void setMediaType(String mediaType) in setMediaType() method in SerializerBase
|
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
D | ProcessorOutputElem.java | 102 public void setMediaType(String newValue) in setMediaType() method in ProcessorOutputElem
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
D | DumpRenderTreeSupportQt.h | 107 static void setMediaType(QWebFrame* qframe, const QString& type); in Q_DECLARE_METATYPE()
|
D | DumpRenderTreeSupportQt.cpp | 471 void DumpRenderTreeSupportQt::setMediaType(QWebFrame* frame, const QString& type) in setMediaType() function in DumpRenderTreeSupportQt 475 view->setMediaType(type); in setMediaType()
|
/external/webkit/Tools/DumpRenderTree/qt/ |
D | LayoutTestControllerQt.h | 149 void setMediaType(const QString& type);
|
D | LayoutTestControllerQt.cpp | 376 void LayoutTestController::setMediaType(const QString& type) in setMediaType() function in LayoutTestController 378 DumpRenderTreeSupportQt::setMediaType(m_drt->webPage()->mainFrame(), type); in setMediaType()
|
/external/webkit/Source/WebCore/page/ |
D | FrameView.h | 169 void setMediaType(const String&);
|
D | FrameView.cpp | 1084 void FrameView::setMediaType(const String& mediaType) in setMediaType() function in WebCore::FrameView 1103 setMediaType("print"); in adjustMediaTypeForPrinting() 1106 setMediaType(m_mediaTypeWhenNotPrinting); in adjustMediaTypeForPrinting()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2003-10-25 | 9565 * kwq/KWQKHTMLPart.h: Added a setMediaType function, so the bridge can access 9566 the KHTMLView::setMediaType function, which is private (KWQKHTMLPart is a friend). 9567 * kwq/KWQKHTMLPart.mm: (KWQKHTMLPart::setMediaType): Call setMediaType on the 9572 Call setMediaType with the appropriate media type for the passed in device type.
|
D | ChangeLog-2006-05-10 | 11755 (WebCore::Frame::setMediaType): 11772 (WebCore::FrameView::setMediaType): 34815 (Frame::setMediaType): 35904 (MacFrame::setMediaType):
|
D | ChangeLog-2002-12-03 | 15497 (KHTMLView::focusNextPrevNode), (KHTMLView::setMediaType),
|
D | ChangeLog-2009-06-16 | 53468 (WebCore::FrameView::setMediaType):
|
/external/webkit/Source/WebKit/mac/WebView/ |
D | WebHTMLView.mm | 3937 coreView->setMediaType(_private->printing ? "print" : "screen");
|
/external/webkit/Source/WebKit/qt/ |
D | ChangeLog-2011-02-16 | 8392 (DumpRenderTreeSupportQt::setMediaType): 8918 (DumpRenderTreeSupportQt::setMediaType): 9053 (DumpRenderTreeSupportQt::setMediaType):
|
/external/webkit/Tools/ |
D | ChangeLog-2010-05-24 | 7011 (LayoutTestController::setMediaType): 11729 (LayoutTestController::setMediaType):
|