HomeSort by relevance Sort by last modified time
    Searched full:isanonymous (Results 1 - 25 of 26) sorted by null

1 2

  /dalvik/tests/031-class-attributes/
expected.txt 17 isAnonymous: false
43 isAnonymous: false
69 isAnonymous: false
95 isAnonymous: false
121 isAnonymous: false
147 isAnonymous: true
173 isAnonymous: false
199 isAnonymous: false
  /external/webkit/Source/WebCore/rendering/
RenderTableRow.cpp 68 if (!isAnonymous() && document()->usesBeforeAfterRules()) {
93 if (last && last->isAnonymous() && last->isTableCell() && !last->isBeforeOrAfterContent()) {
101 if (last && !last->isTableCell() && last->parent() && last->parent()->isAnonymous() && !last->parent()->isBeforeOrAfterContent()) {
RenderTableRow.h 48 virtual const char* renderName() const { return isAnonymous() ? "RenderTableRow (anonymous)" : "RenderTableRow"; }
RenderTableSection.h 128 virtual const char* renderName() const { return isAnonymous() ? "RenderTableSection (anonymous)" : "RenderTableSection"; }
RenderCounter.cpp 59 ASSERT(!object->isAnonymous());
105 ASSERT(!object->isAnonymous());
138 ASSERT(!object->isAnonymous());
167 ASSERT(!object->isAnonymous());
482 if (!beforeAfterContainer->isAnonymous())
RenderTableCell.h 137 virtual const char* renderName() const { return isAnonymous() ? "RenderTableCell (anonymous)" : "RenderTableCell"; }
RenderTable.cpp 183 if (!beforeChild && lastChild() && lastChild()->isTableSection() && lastChild()->isAnonymous()) {
189 while (lastBox && lastBox->parent()->isAnonymous() && !lastBox->isTableSection() && lastBox->style()->display() != TABLE_CAPTION && lastBox->style()->display() != TABLE_COLUMN_GROUP)
191 if (lastBox && lastBox->isAnonymous() && !isAfterContent(lastBox)) {
    [all...]
RenderRuby.cpp 49 || (object->isAnonymous() && object->isRenderBlock() && object->style()->display() == INLINE_BLOCK));
RenderObjectChildList.cpp 276 } while (first && first->isAnonymous() && first->style()->styleType() == NOPSEUDO);
304 } while (last && last->isAnonymous() && last->style()->styleType() == NOPSEUDO && !last->isListMarker());
RenderTableSection.cpp 109 if (last && last->isAnonymous() && !last->isBeforeOrAfterContent()) {
119 while (lastBox && lastBox->parent()->isAnonymous() && !lastBox->isTableRow())
121 if (lastBox && lastBox->isAnonymous() && !lastBox->isBeforeOrAfterContent()) {
    [all...]
RenderFlexibleBox.cpp 98 } while (!m_currentChild || (!m_currentChild->isAnonymous()
    [all...]
RenderObject.cpp 309 if (afterChild && afterChild->isAnonymous() && afterChild->isTable())
    [all...]
RenderInline.cpp 159 if (!isAnonymous() && document()->usesBeforeAfterRules()) {
707 if (isAnonymous())
    [all...]
RenderObject.h 386 bool isAnonymous() const { return m_isAnonymous; }
    [all...]
RenderBlock.cpp 269 if (!isAnonymous() && document()->usesBeforeAfterRules() && canHaveChildren()) {
705 ASSERT(anonymousChild->isAnonymous());
    [all...]
RenderBox.cpp     [all...]
  /libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/
CipherSuiteTest.java 63 assertEquals(cs.isAnonymous(), name.contains("_anon_"));
100 assertEquals(name, cs.isAnonymous(), keyType == null);
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
CipherSuiteTest.java 100 assertTrue(c1.isAnonymous());
101 assertTrue(c1.isAnonymous());
102 assertFalse(c3.isAnonymous());
103 assertFalse(c4.isAnonymous());
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
ClientHandshakeImpl.java 269 || session.cipherSuite.isAnonymous() || isResuming) {
370 if (session.cipherSuite.isAnonymous()) {
376 if (!session.cipherSuite.isAnonymous()) {
ServerHandshakeImpl.java 431 if (!cipher_suite.isAnonymous()) { // need to send server certificate
515 if (!cipher_suite.isAnonymous()) { // calculate signed_params
CipherSuite.java     [all...]
  /dalvik/tests/031-class-attributes/src/
ClassAttrs.java 162 System.out.println(" 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/v8/src/
ast.h     [all...]
  /external/webkit/Source/WebCore/html/shadow/
MediaControlElements.cpp 915 while (timelineContainerBox && timelineContainerBox->isAnonymous())

Completed in 421 milliseconds

1 2