Searched refs:isBody (Results 1 - 15 of 15) sorted by relevance

/external/webkit/Source/WebKit/android/jni/
H A DAndroidHitTestResult.cpp250 if (!render || render->isBody())
H A DWebViewCore.cpp1657 if (render && render->isBox() && !render->isBody()) {
1875 if (render && (render->isBody() || render->isRenderView()))
3414 if (render && render->isBox() && !render->isBody()) {
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
H A Dmootools-1.2.2-core-nc.js2281 if (isBody(this)){
2291 if (isBody(this)) return this.getWindow().getSize();
2296 if (isBody(this)) return this.getWindow().getScrollSize();
2301 if (isBody(this)) return this.getWindow().getScroll();
2307 while (element && !isBody(element)){
2317 if (isBody(element)) return null;
2319 while ((element = element.parentNode) && !isBody(element)){
2336 if (isBody(this)) return position;
2338 while (element && !isBody(element)){
2367 if (isBody(thi
2445 function isBody(element){ function
[all...]
/external/webkit/Source/WebCore/rendering/
H A DRenderBoxModelObject.cpp427 if (isBody())
437 if (offsetPar->isBox() && !offsetPar->isBody())
449 if (offsetPar->isBox() && offsetPar->isBody() && !offsetPar->isRelPositioned() && !offsetPar->isPositioned())
461 if (isBody())
471 if (offsetPar->isBox() && !offsetPar->isBody())
483 if (offsetPar->isBox() && offsetPar->isBody() && !offsetPar->isRelPositioned() && !offsetPar->isPositioned())
H A DRenderObjectChildList.cpp73 if (oldChild->isBody())
H A DRenderBox.cpp281 } else if (newStyle && isBody())
327 bool isBodyRenderer = isBody();
374 if (isBody()) {
843 else if (!isBody() || document()->documentElement()->renderer()->hasBackground()) {
1021 bool drawingRootBackground = drawingBackground && (isRoot() || (isBody() && !document()->documentElement()->renderer()->hasBackground()));
1876 && (isRoot() || (isBody() && document()->documentElement()->renderer()->style()->logicalHeight().isPercent()));
1926 while (!cb->isRenderView() && !cb->isBody() && !cb->isTableCell() && !cb->isPositioned() && cb->style()->logicalHeight().isAuto()) {
1973 } else if (cb->isRenderView() || (cb->isBody() && document()->inQuirksMode()) || isPositionedWithSpecifiedHeight) {
H A DRenderBox.h289 return document()->inQuirksMode() && style()->logicalHeight().isAuto() && !isFloatingOrPositioned() && (isRoot() || isBody());
H A DRenderObject.cpp255 bool RenderObject::isBody() const function in class:WebCore::RenderObject
2510 if (isRoot() || isBody() || (isPositioned() && style()->position() == FixedPosition))
2528 while (curr && (!curr->node() || (!curr->isPositioned() && !curr->isRelPositioned() && !curr->isBody()))) {
H A DRenderObject.h307 bool isBody() const;
H A DRenderTable.cpp625 else if (!isBody() || document()->documentElement()->renderer()->hasBackground())
H A DRenderBlock.cpp110 m_quirkContainer = block->isTableCell() || block->isBody() || block->style()->marginBeforeCollapse() == MDISCARD ||
2752 if (isBody() || isRoot() || hasOverflowClip() || isRelPositioned() ||
2857 if (isBody() || isRoot()) // The <body> must make sure to examine its containingBlock's positioned objects.
6345 if (isBody())
/external/webkit/Source/JavaScriptCore/yarr/
H A DYarrInterpreter.cpp1079 JSRegExpResult matchDisjunction(ByteDisjunction* disjunction, DisjunctionContext* context, bool btrack = false, bool isBody = false)
1087 if (pattern->m_containsBeginChars && isBody)
1267 if (pattern->m_containsBeginChars && isBody)
/external/webkit/Source/WebCore/platform/graphics/android/
H A DGraphicsLayerAndroid.cpp590 if (view->isBody()) // body element is already handled
/external/webkit/Source/WebCore/editing/
H A DTextIterator.cpp786 return !r->isInline() && r->isRenderBlock() && !r->isFloatingOrPositioned() && !r->isBody();
/external/webkit/Source/WebCore/dom/
H A DNode.cpp825 while (renderer && !renderer->isBody() && !renderer->isRoot()) {

Completed in 267 milliseconds