Searched refs:m_marginWidth (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLFrameElementBase.h39 int marginWidth() const { return m_marginWidth; }
78 int m_marginWidth; member in class:WebCore::HTMLFrameElementBase
H A DHTMLFrameElementBase.cpp50 , m_marginWidth(-1)
109 m_marginWidth = value.toInt();

Completed in 198 milliseconds