Searched refs:lineBox (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlockLineLayout.cpp366 static inline void setLogicalWidthForTextRun(RootInlineBox* lineBox, BidiRun* run, RenderText* renderer, float xPos, const LineInfo& lineInfo, argument
374 if (lineBox->fitsToGlyphs()) {
377 bool includeRootLine = lineBox->includesRootLineBoxFontOrLeading();
378 int baselineShift = lineBox->verticalPositionForBox(run->m_box, verticalPositionCache);
407 if (!lineBox->fitsToGlyphs() && canUseSimpleFontCodePath) {
545 void RenderBlockFlow::computeInlineDirectionPositionsForLine(RootInlineBox* lineBox, const LineInfo& lineInfo, BidiRun* firstRun, BidiRun* trailingSpaceRun, bool reachedEnd, argument
548 ETextAlign textAlign = textAlignmentForLine(!reachedEnd && !lineBox->endsWithBreak());
555 bool isAfterHardLineBreak = lineBox->prevRootBox() && lineBox->prevRootBox()->endsWithBreak();
568 computeInlineDirectionPositionsForSegment(lineBox, lineInf
575 computeInlineDirectionPositionsForSegment(RootInlineBox* lineBox, const LineInfo& lineInfo, ETextAlign textAlign, float& logicalLeft, float& availableLogicalWidth, BidiRun* firstRun, BidiRun* trailingSpaceRun, GlyphOverflowAndFallbackFontsMap& textBoxDataMap, VerticalPositionCache& verticalPositionCache, WordMeasurements& wordMeasurements) argument
641 computeBlockDirectionPositionsForLine(RootInlineBox* lineBox, BidiRun* firstRun, GlyphOverflowAndFallbackFontsMap& textBoxDataMap, VerticalPositionCache& verticalPositionCache) argument
682 RootInlineBox* lineBox = constructLine(bidiRuns, lineInfo); local
855 RootInlineBox* lineBox = createLineBoxesFromBidiRuns(resolver.status().context->level(), bidiRuns, endOfLine, layoutState.lineInfo(), verticalPositionCache, trailingSpaceRun, wordMeasurements); local
929 RootInlineBox* lineBox = lastRootBox(); local
977 markLinesDirtyInBlockRange(lastRootBox()->lineBottomWithLeading(), lineBox->lineBottomWithLeading(), lineBox); local
[all...]
H A DRenderListItem.cpp251 RenderObject* lineBox = getParentOfFirstLineBox(toRenderBlockFlow(currChild), marker); local
252 if (lineBox)
253 return lineBox;
H A DRenderBlockFlow.cpp803 void RenderBlockFlow::adjustLinePositionForPagination(RootInlineBox* lineBox, LayoutUnit& delta, RenderFlowThread* flowThread) argument
824 LayoutRect logicalVisualOverflow = lineBox->logicalVisualOverflowRect(lineBox->lineTop(), lineBox->lineBottom());
825 LayoutUnit logicalOffset = std::min(lineBox->lineTopWithLeading(), logicalVisualOverflow.y());
826 LayoutUnit logicalBottom = std::max(lineBox->lineBottomWithLeading(), logicalVisualOverflow.maxY());
828 updateMinimumPageHeight(logicalOffset, calculateMinimumPageHeight(style(), lineBox, logicalOffset, logicalBottom));
830 lineBox->setPaginationStrut(0);
831 lineBox->setIsFirstAfterPageBreak(false);
843 int lineIndex = lineCount(lineBox);
[all...]
H A DRenderLayer.cpp780 IntRect lineBox = inlineFlow->linesBoundingBox(); local
781 inlineBoundingBoxOffset = toSize(lineBox.location());
/external/chromium_org/third_party/skia/experimental/webtry/res/js/cm/
H A Dcodemirror.js2755 var lineBox = display.lineDiv.getBoundingClientRect();
2757 if (mY > lineBox.bottom || !hasHandler(cm, type)) return e_defaultPrevented(e);
2758 mY -= lineBox.top - display.viewOffset;
/external/skia/experimental/webtry/res/js/cm/
H A Dcodemirror.js2755 var lineBox = display.lineDiv.getBoundingClientRect();
2757 if (mY > lineBox.bottom || !hasHandler(cm, type)) return e_defaultPrevented(e);
2758 mY -= lineBox.top - display.viewOffset;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
H A Dcodemirror.js2929 var lineBox = display.lineDiv.getBoundingClientRect();
2931 if (mY > lineBox.bottom || !hasHandler(cm, type)) return e_defaultPrevented(e);
2932 mY -= lineBox.top - display.viewOffset;
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 142 milliseconds