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

  /external/webkit/Source/WebCore/rendering/
RenderListItem.cpp 254 if (m_marker && m_marker->parent()->isBox() && !m_marker->isInside() && m_marker->inlineBoxWrapper()) {
265 RootInlineBox* root = m_marker->inlineBoxWrapper()->root();
268 RootInlineBox* rootBox = m_marker->inlineBoxWrapper()->root();
276 m_marker->inlineBoxWrapper()->adjustLineDirectionPosition(markerLogicalLeft - markerOldLogicalLeft);
277 for (InlineFlowBox* box = m_marker->inlineBoxWrapper()->parent(); box; box = box->parent()) {
300 m_marker->inlineBoxWrapper()->adjustLineDirectionPosition(markerLogicalLeft - markerOldLogicalLeft);
301 for (InlineFlowBox* box = m_marker->inlineBoxWrapper()->parent(); box; box = box->parent()) {
RenderInline.cpp 500 if (currBox->inlineBoxWrapper()) {
501 RootInlineBox* rootBox = currBox->inlineBoxWrapper()->root();
506 result = FloatRect(offset.width() + currBox->inlineBoxWrapper()->x() - currBox->marginLeft(), offset.height() + logicalTop, currBox->width() + currBox->marginLeft() + currBox->marginRight(), logicalHeight);
508 result = FloatRect(offset.width() + logicalTop, offset.height() + currBox->inlineBoxWrapper()->y() - currBox->marginTop(), logicalHeight, currBox->height() + currBox->marginTop() + currBox->marginBottom());
584 if (currBox->inlineBoxWrapper()) {
585 RootInlineBox* rootBox = currBox->inlineBoxWrapper()->root();
590 result = FloatRect(currBox->inlineBoxWrapper()->x() - currBox->marginLeft(), logicalTop, currBox->width() + currBox->marginLeft() + currBox->marginRight(), logicalHeight);
592 result = FloatRect(logicalTop, currBox->inlineBoxWrapper()->y() - currBox->marginTop(), logicalHeight, currBox->height() + currBox->marginTop() + currBox->marginBottom());
    [all...]
RenderLineBoxList.cpp 342 InlineBox* wrapper = toRenderBox(curr)->inlineBoxWrapper();
RenderListMarker.cpp     [all...]
RenderReplaced.cpp 284 InlineBox* box = inlineBoxWrapper();
RenderBox.h 272 InlineBox* inlineBoxWrapper() const { return m_inlineBoxWrapper; }
RenderBlock.cpp     [all...]
RenderBox.cpp     [all...]
  /external/webkit/Source/WebCore/dom/
Position.cpp 54 if ((renderer->isBox() && toRenderBox(renderer)->inlineBoxWrapper()) || (renderer->isText() && toRenderText(renderer)->firstTextBox()))
68 if ((renderer->isBox() && toRenderBox(renderer)->inlineBoxWrapper()) || (renderer->isText() && toRenderText(renderer)->firstTextBox()))
    [all...]

Completed in 53 milliseconds