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

  /external/webkit/WebCore/rendering/
RenderTableRow.h 46 virtual const char* renderName() const { return isAnonymous() ? "RenderTableRow (anonymous)" : "RenderTableRow"; }
RenderTableRow.cpp 75 if (last && last->isAnonymous() && last->isTableCell()) {
81 if (last && !last->isTableCell() && last->parent() && last->parent()->isAnonymous()) {
RenderTableCell.h 116 virtual const char* renderName() const { return isAnonymous() ? "RenderTableCell (anonymous)" : "RenderTableCell"; }
RenderTableSection.h 109 virtual const char* renderName() const { return isAnonymous() ? "RenderTableSection (anonymous)" : "RenderTableSection"; }
RenderObjectChildList.cpp 248 } while (first && first->isAnonymous() && first->style()->styleType() == NOPSEUDO);
257 } while (last && last->isAnonymous() && last->style()->styleType() == NOPSEUDO && !last->isListMarker());
RenderTable.cpp 170 if (!beforeChild && lastChild() && lastChild()->isTableSection() && lastChild()->isAnonymous()) {
176 while (lastBox && lastBox->parent()->isAnonymous() && !lastBox->isTableSection() && lastBox->style()->display() != TABLE_CAPTION && lastBox->style()->display() != TABLE_COLUMN_GROUP)
178 if (lastBox && lastBox->isAnonymous() && !isAfterContent(lastBox)) {
    [all...]
RenderTableSection.cpp 100 if (last && last->isAnonymous()) {
108 while (lastBox && lastBox->parent()->isAnonymous() && !lastBox->isTableRow())
110 if (lastBox && lastBox->isAnonymous()) {
    [all...]
RenderTreeAsText.cpp 646 if (child->isAnonymous())
RenderInline.cpp 133 if (!isAnonymous() && document()->usesBeforeAfterRules()) {
488 if (isAnonymous())
    [all...]
RenderObject.cpp 302 if (afterChild && afterChild->isAnonymous() && afterChild->isTable())
    [all...]
RenderFlexibleBox.cpp     [all...]
RenderObject.h 366 bool isAnonymous() const { return m_isAnonymous; }
    [all...]
RenderBlock.cpp 250 if (!isAnonymous() && document()->usesBeforeAfterRules() && canHaveChildren()) {
282 ASSERT(anonymousChild->isAnonymous());
    [all...]
RenderBox.cpp     [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
ClientHandshakeImpl.java 282 || session.cipherSuite.isAnonymous() || isResuming) {
388 if (session.cipherSuite.isAnonymous()) {
394 if (!session.cipherSuite.isAnonymous()) {
ServerHandshakeImpl.java 447 if (!cipher_suite.isAnonymous()) { // need to send server certificate
559 if (!cipher_suite.isAnonymous()) { // calculate signed_params
CipherSuite.java 644 public boolean isAnonymous() {
  /prebuilt/common/ecj/
ecj.jar 

Completed in 96 milliseconds