HomeSort by relevance Sort by last modified time
    Searched defs:span (Results 1 - 25 of 68) sorted by null

1 2 3

  /external/webkit/WebCore/html/
HTMLTableColElement.h 49 int span() const { return _span; } function in class:WebCore::HTMLTableColElement
HTMLViewSourceDocument.cpp 212 RefPtr<HTMLElement> span = HTMLElement::create(spanTag, this); local
215 span->setAttributeMap(attrs.release());
216 m_current->addChild(span);
217 span->attach();
218 return span.release();
294 // Now create a link for the attribute value instead of a span.
  /external/qemu/android/skin/
region.h 100 SkinRegionRun* span; member in struct:SkinRegionIterator