OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:viewLogicalWidth
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/page/
PrintContext.cpp
183
float
viewLogicalWidth
= useViewWidth ? m_frame->view()->contentsWidth() : m_frame->view()->contentsHeight();
184
if (
viewLogicalWidth
< 1)
188
float shrinkToFitScaleFactor = (useViewWidth ? availablePaperSize.width() : availablePaperSize.height()) /
viewLogicalWidth
;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderView.cpp
106
setLogicalWidth(
viewLogicalWidth
());
[
all
...]
RenderView.h
72
int
viewLogicalWidth
(ScrollableArea::IncludeScrollbarsInRect scrollbarInclusion = ScrollableArea::ExcludeScrollbars) const
Completed in 29 milliseconds