OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:shouldUsePrintingLayout
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/frame/
Frame.cpp
237
if (
shouldUsePrintingLayout
()) {
250
bool Frame::
shouldUsePrintingLayout
() const
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderView.cpp
100
computedValues.m_extent = (!
shouldUsePrintingLayout
() && m_frameView) ? LayoutUnit(viewLogicalHeight()) : logicalHeight;
105
if (!
shouldUsePrintingLayout
() && m_frameView)
307
if (
shouldUsePrintingLayout
())
313
bool relayoutChildren = !
shouldUsePrintingLayout
() && (!m_frameView || width() != viewWidth() || height() != viewHeight());
[
all
...]
Completed in 553 milliseconds