Home
last modified time | relevance | path

Searched refs:isBoxModelObject (Results 1 – 17 of 17) sorted by relevance

/external/webkit/Source/WebCore/rendering/mathml/
DRenderMathMLUnderOver.cpp113 if (obj->isBoxModelObject()) { in getOffsetHeight()
158 if (!over->firstChild()->isBoxModelObject()) in layout()
186 if (!base->isBoxModelObject()) in layout()
210 if (!over->firstChild()->isBoxModelObject()) in layout()
227 if (!base->isBoxModelObject()) in layout()
261 if (!base || !base->isBoxModelObject()) in baselinePosition()
270 if (base && base->isBoxModelObject()) in baselinePosition()
DRenderMathMLBlock.h57 if (object && object->isBoxModelObject()) { in getBoxModelObjectHeight()
66 if (object && object->isBoxModelObject()) { in getBoxModelObjectHeight()
75 if (object && object->isBoxModelObject()) { in getBoxModelObjectWidth()
84 if (object && object->isBoxModelObject()) { in getBoxModelObjectWidth()
DRenderMathMLSubSup.cpp126 if (top->isBoxModelObject()) { in stretchToHeight()
182 if (!base || !base->isBoxModelObject()) in baselinePosition()
188 if (m_scripts && base->isBoxModelObject()) { in baselinePosition()
DRenderMathMLRow.cpp54 } else if (current->isBoxModelObject()) { in nonOperatorHeight()
90 } else if (current->isBoxModelObject()) { in layout()
DRenderMathMLSquareRoot.cpp83 if (current->isBoxModelObject()) { in paint()
172 if (current->isBoxModelObject()) { in layout()
DRenderMathMLRoot.cpp121 if (current->isBoxModelObject()) { in paint()
233 while (possibleIndex && !possibleIndex->isBoxModelObject()) in layout()
/external/webkit/Source/WebCore/rendering/
DRenderBoxModelObject.h143 virtual bool isBoxModelObject() const { return true; } in isBoxModelObject() function
175 ASSERT(!object || object->isBoxModelObject()); in toRenderBoxModelObject()
181 ASSERT(!object || object->isBoxModelObject()); in toRenderBoxModelObject()
DRenderObject.cpp563 if (curr->isBoxModelObject()) in enclosingBoxModelObject()
1585 if (diff == StyleDifferenceEqual && style() && isBoxModelObject()) { in adjustStyleDifference()
2551 return curr && curr->isBoxModelObject() ? toRenderBoxModelObject(curr) : 0; in offsetParent()
DRenderTreeAsText.cpp304 if (!o.isBoxModelObject()) in writeRenderObject()
DRenderObject.h252 virtual bool isBoxModelObject() const { return false; } in isBoxModelObject() function
/external/webkit/Source/WebCore/wml/
DWMLAElement.cpp102 if (!renderer() || !renderer()->isBoxModelObject()) in isKeyboardFocusable()
/external/webkit/Source/WebCore/accessibility/
DAccessibilityRenderObject.cpp127 if (!m_renderer || !m_renderer->isBoxModelObject()) in renderBoxModelObject()
134 if (!object->isBoxModelObject()) in isInlineWithContinuation()
472 return m_renderer->isBoxModelObject() && toRenderBoxModelObject(m_renderer)->isImage(); in isNativeImage()
650 if (!m_renderer->isBoxModelObject() || !toRenderBoxModelObject(m_renderer)->isListBox()) in isMultiSelectable()
671 if (m_renderer->isBoxModelObject()) { in isReadOnly()
845 if (m_renderer->isBoxModelObject() && toRenderBoxModelObject(m_renderer)->isMenuList()) in actionElement()
1795 if (parent->isBoxModelObject() && toRenderBoxModelObject(parent)->isMenuList()) in accessibilityIsIgnored()
2269 if (!m_renderer->isBoxModelObject()) in setValue()
2339 if (!m_renderer->isBoxModelObject() || !toRenderBoxModelObject(m_renderer)->isWidget()) in widget()
2940 …if (nodeHasRole(node, "listbox") || (renderer->isBoxModelObject() && toRenderBoxModelObject(render… in renderObjectIsObservable()
[all …]
DAccessibilityTable.cpp205 …if (!renderRow || !renderRow->isBoxModelObject() || !toRenderBoxModelObject(renderRow)->isTableRow… in isDataTable()
DAXObjectCache.cpp219 if (renderer->isBoxModelObject()) { in createFromRenderer()
/external/webkit/Source/WebCore/page/
DPrintContext.cpp237 while (object && !object->isBoxModelObject()) in enclosingBoxModelObject()
/external/webkit/Source/WebCore/dom/
DNode.cpp810 return m_renderer && m_renderer->isBoxModelObject() ? toRenderBoxModelObject(m_renderer) : 0; in renderBoxModelObject()
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1640928 (WebCore::RenderBoxModelObject::isBoxModelObject):
42109 (WebCore::RenderBoxModelObject::isBoxModelObject):
42114 (WebCore::RenderObject::isBoxModelObject):