Home
last modified time | relevance | path

Searched refs:isAnonymous (Results 1 – 25 of 34) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableRow.cpp116 if (last && last->isAnonymous() && last->isTableCell() && !last->isBeforeOrAfterContent()) { in addChild()
123 if (beforeChild && !beforeChild->isAnonymous() && beforeChild->parent() == this) { in addChild()
125 if (cell && cell->isTableCell() && cell->isAnonymous()) { in addChild()
132 …if (last && !last->isTableCell() && last->parent() && last->parent()->isAnonymous() && !last->pare… in addChild()
DRenderNamedFlowFragment.cpp101 ASSERT(isAnonymous()); in maxPageLogicalHeight()
DRenderTableRow.h95 …virtual const char* renderName() const { return (isAnonymous() || isPseudoElement()) ? "RenderTabl… in renderName()
DRenderObject.h490 bool isAnonymous() const { return m_bitfields.isAnonymous(); } in isAnonymous() function
497 …return isAnonymous() && (style()->display() == BLOCK || style()->display() == BOX) && style()->sty… in isAnonymousBlock()
589 return isAnonymous() ? 0 : m_node; in node()
1043 void setDocumentForAnonymous(Document* document) { ASSERT(isAnonymous()); m_node = document; } in setDocumentForAnonymous()
1159 ADD_BOOLEAN_BITFIELD(isAnonymous, IsAnonymous);
DRenderMultiColumnBlock.cpp193 if (isAnonymous()) in renderName()
DRenderTable.cpp175 …if (!beforeChild && lastChild() && lastChild()->isTableSection() && lastChild()->isAnonymous() && … in addChild()
180 if (beforeChild && !beforeChild->isAnonymous() && beforeChild->parent() == this) { in addChild()
182 if (section && section->isTableSection() && section->isAnonymous()) { in addChild()
189 …while (lastBox && lastBox->parent()->isAnonymous() && !lastBox->isTableSection() && lastBox->style… in addChild()
191 if (lastBox && lastBox->isAnonymous() && !isAfterContent(lastBox)) { in addChild()
DRenderMarquee.cpp208 if (isAnonymous()) in renderName()
DRenderTableSection.h227 …virtual const char* renderName() const { return (isAnonymous() || isPseudoElement()) ? "RenderTabl… in renderName()
DRenderTableCell.h225 …virtual const char* renderName() const { return (isAnonymous() || isPseudoElement()) ? "RenderTabl… in renderName()
DRenderRegion.cpp551 ASSERT(!object->isAnonymous()); in computeStyleInRegion()
573 if (child->isAnonymous() || child->isInFlowRenderFlowThread()) in computeChildrenStyleInRegion()
DRenderRuby.cpp49 …|| (object->isAnonymous() && object->isRenderBlock() && object->style()->display() == INLINE_BLOCK… in isAnonymousRubyInlineBlock()
DRenderTableSection.cpp131 if (last && last->isAnonymous() && !last->isBeforeOrAfterContent()) { in addChild()
138 if (beforeChild && !beforeChild->isAnonymous() && beforeChild->parent() == this) { in addChild()
140 if (row && row->isTableRow() && row->isAnonymous()) { in addChild()
149 while (lastBox && lastBox->parent()->isAnonymous() && !lastBox->isTableRow()) in addChild()
151 if (lastBox && lastBox->isAnonymous() && !lastBox->isBeforeOrAfterContent()) { in addChild()
DRenderDeprecatedFlexibleBox.cpp101 } while (!m_currentChild || (!m_currentChild->isAnonymous() in next()
128 if (!isAnonymous()) { in RenderDeprecatedFlexibleBox()
1083 if (isAnonymous()) in renderName()
DRenderCounter.cpp389 if (!beforeAfterContainer->isAnonymous() && !beforeAfterContainer->isPseudoElement()) in originalText()
/external/smack/asmack-master/static-src/custom/de/measite/smack/
DAndroidDebugger.java154 boolean isAnonymous = "".equals(StringUtils.parseName(user)); in userHasLogged()
157 + (isAnonymous ? "" : StringUtils.parseBareAddress(user)) in userHasLogged()
/external/smack/src/org/jivesoftware/smack/debugger/
DConsoleDebugger.java168 boolean isAnonymous = "".equals(StringUtils.parseName(user)); in userHasLogged()
171 + (isAnonymous ? "" : StringUtils.parseBareAddress(user)) in userHasLogged()
/external/smack/src/de/measite/smack/
DAndroidDebugger.java154 boolean isAnonymous = "".equals(StringUtils.parseName(user)); in userHasLogged()
157 + (isAnonymous ? "" : StringUtils.parseBareAddress(user)) in userHasLogged()
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
DCipherSuiteTest.java100 assertTrue(c1.isAnonymous()); in testIsAnonymous()
101 assertTrue(c1.isAnonymous()); in testIsAnonymous()
102 assertFalse(c3.isAnonymous()); in testIsAnonymous()
103 assertFalse(c4.isAnonymous()); in testIsAnonymous()
/external/smack/src/org/jivesoftware/smack/
DRoster.java199 if (connection.isAnonymous()) { in reload()
249 if (connection.isAnonymous()) { in createGroup()
276 if (connection.isAnonymous()) { in createEntry()
447 if (connection.isAnonymous()) { in removeEntry()
DXMPPConnection.java334 if (!isAuthenticated() || isAnonymous()) { in getRoster()
391 public boolean isAnonymous() { in isAnonymous() method in XMPPConnection
1039 if (isAnonymous()) { in connect()
DConnection.java306 public abstract boolean isAnonymous(); in isAnonymous() method in Connection
DBOSHConnection.java282 public boolean isAnonymous() { in isAnonymous() method in BOSHConnection
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGRoot.cpp176 while (cb->isAnonymous()) { in computeReplacedLogicalHeight()
/external/smack/src/org/jivesoftware/smackx/workgroup/user/
DWorkgroup.java609 if (connection.isAnonymous()) { in getChildElementXML()
/external/smack/src/org/jivesoftware/smackx/packet/
DVCard.java609 if (checkForAnonymous && connection.isAnonymous()) { in checkAuthenticated()

12