HomeSort by relevance Sort by last modified time
    Searched refs:firstLineBox (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTextTrackCue.cpp 68 bool RenderTextTrackCue::findFirstLineBox(InlineFlowBox*& firstLineBox)
71 firstLineBox = toRenderInline(firstChild())->firstLineBox();
78 bool RenderTextTrackCue::initializeLayoutParameters(InlineFlowBox* firstLineBox, LayoutUnit& step, LayoutUnit& position)
86 step = m_cue->getWritingDirection() == TextTrackCue::Horizontal ? firstLineBox->height() : firstLineBox->width();
157 bool RenderTextTrackCue::shouldSwitchDirection(InlineFlowBox* firstLineBox, LayoutUnit step) const
161 LayoutUnit bottom = top + firstLineBox->height();
162 LayoutUnit right = left + firstLineBox->width();
222 InlineFlowBox* firstLineBox;
    [all...]
RenderLineBoxList.h 49 InlineFlowBox* firstLineBox() const { return m_firstLineBox; }
RenderLineBoxList.cpp 143 for (InlineFlowBox* curr = firstLineBox(); curr; curr = curr->nextLineBox())
178 RootInlineBox* firstRootBox = firstLineBox()->root();
180 LayoutUnit firstLineTop = firstLineBox()->logicalTopVisualOverflow(firstRootBox->lineTop());
208 if (!firstLineBox())
222 for (InlineFlowBox* curr = firstLineBox(); curr; curr = curr->nextLineBox()) {
247 if (!firstLineBox())
251 LayoutRect rect = firstLineBox()->isHorizontal() ?
281 InlineBox* firstBox = inlineContainer ? inlineContainer->firstLineBoxIncludingCulling() : firstLineBox();
RenderInline.cpp 91 if (firstLineBox()) {
104 if (firstLineBox()->parent()) {
105 for (InlineFlowBox* box = firstLineBox(); box; box = box->nextLineBox())
254 if (InlineBox* firstBox = firstLineBox())
535 else if (InlineFlowBox* curr = firstLineBox()) {
575 for (InlineFlowBox* childLine = currInline->firstLineBox(); childLine; childLine = childLine->nextLineBox()) {
    [all...]
RenderInline.h 72 InlineFlowBox* firstLineBox() const { return m_lineBoxes.firstLineBox(); }
74 InlineBox* firstLineBoxIncludingCulling() const { return alwaysCreateLineBoxes() ? firstLineBox() : culledInlineFirstLineBox(); }
RenderBlock.h 106 InlineFlowBox* firstLineBox() const { return m_lineBoxes.firstLineBox(); }
234 RootInlineBox* firstRootBox() const { return static_cast<RootInlineBox*>(firstLineBox()); }
    [all...]
RenderBlock.cpp 265 if (firstLineBox()) {
277 for (InlineFlowBox* box = firstLineBox(); box; box = box->nextLineBox()) {
    [all...]
RenderBlockLineLayout.cpp     [all...]
InlineFlowBox.cpp 316 if (!lineBoxList->firstLineBox()->isConstructed() && !renderer()->isInlineElementContinuation()) {
319 else if (ltr && lineBoxList->firstLineBox() == this)
    [all...]
RenderBox.cpp     [all...]
InlineTextBox.cpp 464 return !rubyText || !rubyText->firstLineBox();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGInline.cpp 105 for (InlineFlowBox* box = firstLineBox(); box; box = box->nextLineBox())
SVGTextQuery.cpp 62 InlineFlowBox* flowBox = renderBlock->firstLineBox();
72 InlineFlowBox* flowBox = renderInline->firstLineBox();
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AccessibilityRenderObject.cpp 759 return !toRenderBlock(m_renderer)->firstLineBox() && !mouseButtonListener();
    [all...]

Completed in 337 milliseconds