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

1 2

  /external/webkit/Source/WebCore/rendering/
RenderTableRow.h 48 virtual const char* renderName() const { return isAnonymous() ? "RenderTableRow (anonymous)" : "RenderTableRow"; }
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()) {
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"; }
RenderObjectChildList.cpp 276 } while (first && first->isAnonymous() && first->style()->styleType() == NOPSEUDO);
304 } while (last && last->isAnonymous() && last->style()->styleType() == NOPSEUDO && !last->isListMarker());
RenderRuby.cpp 49 || (object->isAnonymous() && object->isRenderBlock() && object->style()->display() == INLINE_BLOCK));
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...]
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...]
  /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/test/java/org/apache/harmony/xnet/provider/jsse/
CipherSuiteTest.java 63 assertEquals(cs.isAnonymous(), name.contains("_anon_"));
100 assertEquals(name, cs.isAnonymous(), keyType == null);
  /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...]
  /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/webkit/Source/WebCore/html/shadow/
MediaControlElements.cpp 915 while (timelineContainerBox && timelineContainerBox->isAnonymous())
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilt/common/ecj/
ecj.jar 

Completed in 798 milliseconds

1 2