Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/page/
DPrintContext.cpp146 …int pageLogicalLeft = inlineDirectionEnd > inlineDirectionStart ? currentInlinePosition : currentI… in computePageRectsWithPageSizeInternal() local
147 … IntRect pageRect(pageLogicalLeft, pageLogicalTop, pageLogicalWidth, pageLogicalHeight); in computePageRectsWithPageSizeInternal()
153 …int pageLogicalLeft = inlineDirectionEnd > inlineDirectionStart ? inlineDirectionStart : inlineDir… in computePageRectsWithPageSizeInternal() local
154 IntRect pageRect(pageLogicalLeft, pageLogicalTop, pageLogicalWidth, pageLogicalHeight); in computePageRectsWithPageSizeInternal()