OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setPrinting
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/skia/
PlatformContextSkia.h
167
void
setPrinting
(bool p) { m_printing = p; }
/external/webkit/Tools/DumpRenderTree/qt/
LayoutTestControllerQt.h
101
void
setPrinting
() { m_isPrinting = true; }
/external/webkit/Source/WebCore/page/
Frame.cpp
516
void Frame::
setPrinting
(bool printing, const FloatSize& pageSize, float maximumShrinkRatio, AdjustViewSizeOrNot shouldAdjustViewSize)
518
m_doc->
setPrinting
(printing);
526
child->
setPrinting
(printing, IntSize(), 0, shouldAdjustViewSize);
[
all
...]
/external/webkit/Source/WebKit/win/
WebFrame.cpp
[
all
...]
Completed in 27 milliseconds