Home
last modified time | relevance | path

Searched refs:setMediaType (Results 1 – 18 of 18) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/serializer/
DXSLOutputAttributes.java162 public void setMediaType(String mediatype); in setMediaType() method
DToUnknownStream.java686 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()
DToXMLStream.java93 setMediaType(xmlListener.getMediaType()); in CopyFrom()
DSerializerBase.java730 public void setMediaType(String mediaType) in setMediaType() method in SerializerBase
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DProcessorOutputElem.java102 public void setMediaType(String newValue) in setMediaType() method in ProcessorOutputElem
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DDumpRenderTreeSupportQt.h107 static void setMediaType(QWebFrame* qframe, const QString& type); in Q_DECLARE_METATYPE()
DDumpRenderTreeSupportQt.cpp471 void DumpRenderTreeSupportQt::setMediaType(QWebFrame* frame, const QString& type) in setMediaType() function in DumpRenderTreeSupportQt
475 view->setMediaType(type); in setMediaType()
/external/webkit/Tools/DumpRenderTree/qt/
DLayoutTestControllerQt.h149 void setMediaType(const QString& type);
DLayoutTestControllerQt.cpp376 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/
DFrameView.h169 void setMediaType(const String&);
DFrameView.cpp1084 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/
DChangeLog-2003-10-259565 * 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.
DChangeLog-2006-05-1011755 (WebCore::Frame::setMediaType):
11772 (WebCore::FrameView::setMediaType):
34815 (Frame::setMediaType):
35904 (MacFrame::setMediaType):
DChangeLog-2002-12-0315497 (KHTMLView::focusNextPrevNode), (KHTMLView::setMediaType),
DChangeLog-2009-06-1653468 (WebCore::FrameView::setMediaType):
/external/webkit/Source/WebKit/mac/WebView/
DWebHTMLView.mm3937 coreView->setMediaType(_private->printing ? "print" : "screen");
/external/webkit/Source/WebKit/qt/
DChangeLog-2011-02-168392 (DumpRenderTreeSupportQt::setMediaType):
8918 (DumpRenderTreeSupportQt::setMediaType):
9053 (DumpRenderTreeSupportQt::setMediaType):
/external/webkit/Tools/
DChangeLog-2010-05-247011 (LayoutTestController::setMediaType):
11729 (LayoutTestController::setMediaType):