HomeSort by relevance Sort by last modified time
    Searched refs:isAnonymous (Results 1 - 25 of 47) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableRow.cpp 121 if (last && last->isAnonymous() && last->isTableCell() && !last->isBeforeOrAfterContent()) {
129 if (beforeChild && !beforeChild->isAnonymous() && beforeChild->parent() == this) {
131 if (cell && cell->isTableCell() && cell->isAnonymous()) {
138 if (last && !last->isTableCell() && last->parent() && last->parent()->isAnonymous() && !last->parent()->isBeforeOrAfterContent()) {
RenderTableRow.h 100 virtual const char* renderName() const OVERRIDE { return (isAnonymous() || isPseudoElement()) ? "RenderTableRow (anonymous)" : "RenderTableRow"; }
RenderObject.h 518 bool isAnonymous() const { return m_bitfields.isAnonymous(); }
525 return isAnonymous() && (style()->display() == BLOCK || style()->display() == BOX) && style()->styleType() == NOPSEUDO && isRenderBlock() && !isListMarker() && !isRenderFlowThread()
628 return isAnonymous() ? 0 : m_node.get();
    [all...]
RenderMarquee.cpp 210 if (isAnonymous())
RenderRuby.cpp 49 || (object->isAnonymous() && object->isRenderBlock() && object->style()->display() == INLINE_BLOCK));
RenderTableCell.h 227 virtual const char* renderName() const OVERRIDE { return (isAnonymous() || isPseudoElement()) ? "RenderTableCell (anonymous)" : "RenderTableCell"; }
RenderTableSection.h 246 virtual const char* renderName() const OVERRIDE { return (isAnonymous() || isPseudoElement()) ? "RenderTableSection (anonymous)" : "RenderTableSection"; }
RenderTable.cpp 180 if (!beforeChild && lastChild() && lastChild()->isTableSection() && lastChild()->isAnonymous() && !lastChild()->isBeforeContent()) {
185 if (beforeChild && !beforeChild->isAnonymous() && beforeChild->parent() == this) {
187 if (section && section->isTableSection() && section->isAnonymous()) {
194 while (lastBox && lastBox->parent()->isAnonymous() && !lastBox->isTableSection() && needsTableSection(lastBox))
196 if (lastBox && lastBox->isAnonymous() && !isAfterContent(lastBox)) {
    [all...]
RenderDeprecatedFlexibleBox.cpp 100 } while (!m_currentChild || (!m_currentChild->isAnonymous()
127 if (!isAnonymous()) {
    [all...]
RenderTableSection.cpp 149 if (last && last->isAnonymous() && !last->isBeforeOrAfterContent()) {
156 if (beforeChild && !beforeChild->isAnonymous() && beforeChild->parent() == this) {
158 if (row && row->isTableRow() && row->isAnonymous()) {
167 while (lastBox && lastBox->parent()->isAnonymous() && !lastBox->isTableRow())
169 if (lastBox && lastBox->isAnonymous() && !lastBox->isBeforeOrAfterContent()) {
    [all...]
RenderBoxModelObject.cpp 173 while (cb->isAnonymous())
RenderCounter.cpp 393 if (!beforeAfterContainer->isAnonymous() && !beforeAfterContainer->isPseudoElement())
RenderMenuList.cpp 92 return object->isAnonymous() && !object->isRenderFullScreen();
RenderObject.cpp 355 if (afterChild && afterChild->isAnonymous() && afterChild->isTable() && !afterChild->isBeforeContent())
    [all...]
  /external/smack/asmack-master/static-src/custom/de/measite/smack/
AndroidDebugger.java 154 boolean isAnonymous = "".equals(StringUtils.parseName(user));
157 + (isAnonymous ? "" : StringUtils.parseBareAddress(user))
  /external/smack/src/de/measite/smack/
AndroidDebugger.java 154 boolean isAnonymous = "".equals(StringUtils.parseName(user));
157 + (isAnonymous ? "" : StringUtils.parseBareAddress(user))
  /external/smack/src/org/jivesoftware/smack/debugger/
ConsoleDebugger.java 168 boolean isAnonymous = "".equals(StringUtils.parseName(user));
171 + (isAnonymous ? "" : StringUtils.parseBareAddress(user))
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
CipherSuiteTest.java 99 assertTrue(c1.isAnonymous());
100 assertTrue(c1.isAnonymous());
101 assertFalse(c3.isAnonymous());
102 assertFalse(c4.isAnonymous());
  /external/smack/src/org/jivesoftware/smack/
XMPPConnection.java 334 if (!isAuthenticated() || isAnonymous()) {
391 public boolean isAnonymous() {
    [all...]
Roster.java 199 if (connection.isAnonymous()) {
249 if (connection.isAnonymous()) {
276 if (connection.isAnonymous()) {
447 if (connection.isAnonymous()) {
    [all...]
Connection.java.orig 306 public abstract boolean isAnonymous();
    [all...]
Connection.java 306 public abstract boolean isAnonymous();
    [all...]
BOSHConnection.java 282 public boolean isAnonymous() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CustomViewFinder.java 290 if (type.isAnonymous()) {
  /external/llvm/utils/TableGen/
InstrInfoEmitter.cpp 324 if (!Op->isAnonymous())

Completed in 327 milliseconds

1 2