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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderListItem.cpp 320 if (m_marker && m_marker->parent()->isBox() && !m_marker->isInside() && m_marker->inlineBoxWrapper()) {
331 RootInlineBox* root = m_marker->inlineBoxWrapper()->root();
334 RootInlineBox* rootBox = m_marker->inlineBoxWrapper()->root();
342 m_marker->inlineBoxWrapper()->adjustLineDirectionPosition(markerLogicalLeft - markerOldLogicalLeft);
343 for (InlineFlowBox* box = m_marker->inlineBoxWrapper()->parent(); box; box = box->parent()) {
365 m_marker->inlineBoxWrapper()->adjustLineDirectionPosition(markerLogicalLeft - markerOldLogicalLeft);
366 for (InlineFlowBox* box = m_marker->inlineBoxWrapper()->parent(); box; box = box->parent()) {
RenderInline.cpp 560 if (currBox->inlineBoxWrapper()) {
561 RootInlineBox* rootBox = currBox->inlineBoxWrapper()->root();
565 yield(FloatRect(currBox->inlineBoxWrapper()->x() - currBox->marginLeft(), logicalTop, currBox->width() + currBox->marginWidth(), logicalHeight));
567 yield(FloatRect(logicalTop, currBox->inlineBoxWrapper()->y() - currBox->marginTop(), logicalHeight, currBox->height() + currBox->marginHeight()));
    [all...]
RenderLineBoxList.cpp 304 InlineBox* wrapper = toRenderBox(curr)->inlineBoxWrapper();
RenderListMarker.cpp     [all...]
RenderReplaced.cpp 470 InlineBox* box = inlineBoxWrapper();
RenderBox.h 385 InlineBox* inlineBoxWrapper() const { return m_inlineBoxWrapper; }
    [all...]
RenderBlock.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Position.cpp 61 if ((renderer->isBox() && toRenderBox(renderer)->inlineBoxWrapper()) || (renderer->isText() && toRenderText(renderer)->firstTextBox()))
75 if ((renderer->isBox() && toRenderBox(renderer)->inlineBoxWrapper()) || (renderer->isText() && toRenderText(renderer)->firstTextBox()))
    [all...]

Completed in 265 milliseconds