Home
last modified time | relevance | path

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

/external/webkit/WebCore/page/
DFrameView.h139 void setMediaType(const String&);
DFrameView.cpp791 void FrameView::setMediaType(const String& mediaType) in setMediaType() function in WebCore::FrameView
DFrame.cpp736 view()->setMediaType(printing ? "print" : "screen"); in setPrinting()
/external/webkit/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/WebKit/mac/WebView/
DWebHTMLView.mm2991 coreView->setMediaType(_private->printing ? "print" : "screen");