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

  /external/webkit/Source/WebCore/html/
HTMLFrameElementBase.h 39 int marginWidth() const { return m_marginWidth; }
79 int m_marginWidth;
HTMLFrameElementBase.cpp 53 , m_marginWidth(-1)
124 m_marginWidth = attr->value().toInt();

Completed in 75 milliseconds