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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGRoot.cpp 204 m_hasBoxDecorations = isDocumentElement() ? calculateHasBoxDecorations() : hasBoxDecorations();
214 // When the svg is stand-alone (isDocumentElement() == true) the viewport clipping should always
219 || this->isDocumentElement();
SVGRenderSupport.cpp 288 ASSERT(!object->isDocumentElement());
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBox.cpp 224 if (isDocumentElement() || isBody())
278 bool isRootObject = isDocumentElement();
    [all...]
RenderLayer.cpp     [all...]
RenderBlock.cpp 541 if (!curr->isRenderBlock() || curr->isFloatingOrOutOfFlowPositioned() || curr->isTableCell() || curr->isDocumentElement() || curr->isRenderView() || curr->hasOverflowClip()
    [all...]
FastTextAutosizer.cpp 232 return !block->isDocumentElement() && !block->isBody();
    [all...]
RenderBox.h 429 return document().inQuirksMode() && style()->logicalHeight().isAuto() && !isFloatingOrOutOfFlowPositioned() && (isDocumentElement() || isBody()) && !isInline();
    [all...]
RenderDeprecatedFlexibleBox.cpp 296 layoutPositionedObjects(relayoutChildren || isDocumentElement());
    [all...]
TextAutosizer.cpp 693 return !container->isDocumentElement() && !container->isBody();
    [all...]
RenderObject.h 379 bool isDocumentElement() const { return document().documentElement() == m_node; }
    [all...]
RenderTable.cpp 640 if (!isDocumentElement()) {
    [all...]
RenderBoxModelObject.cpp 534 bool isRoot = this->isDocumentElement();
    [all...]
RenderObject.cpp     [all...]
RenderFlexibleBox.cpp 263 layoutPositionedObjects(relayoutChildren || isDocumentElement());
    [all...]
RenderGrid.cpp 339 layoutPositionedObjects(relayoutChildren || isDocumentElement());
    [all...]
RenderBlockFlow.cpp 441 layoutPositionedObjects(relayoutChildren || isDocumentElement(), oldLeft != logicalLeft() ? ForcedLayoutAfterContainingBlockMoved : DefaultLayout);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorDOMAgent.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositedLayerMapping.cpp     [all...]

Completed in 1563 milliseconds