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

  /external/webkit/Source/WebCore/html/
HTMLFrameElementBase.h 40 int marginHeight() const { return m_marginHeight; }
80 int m_marginHeight;
HTMLFrameElementBase.cpp 54 , m_marginHeight(-1)
127 m_marginHeight = attr->value().toInt();

Completed in 195 milliseconds