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 243 } while (first && first->isAnonymous() && first->style()->styleType() == NOPSEUDO);
252 } 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 365 bool isAnonymous() const { return m_isAnonymous; }
    [all...]
RenderBlock.cpp 250 if (!isAnonymous() && document()->usesBeforeAfterRules() && canHaveChildren()) {
282 ASSERT(anonymousChild->isAnonymous());
    [all...]
RenderBox.cpp     [all...]
  /dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
ServerHandshakeImpl.java 451 if (!cipher_suite.isAnonymous()) { // need to send server certificate
563 if (!cipher_suite.isAnonymous()) { // calculate signed_params
CipherSuite.java 500 public boolean isAnonymous() {
ClientHandshakeImpl.java 272 || session.cipherSuite.isAnonymous() || isResuming) {
  /prebuilt/common/ecj/
ecj.jar 

Completed in 1084 milliseconds