Home
last modified time | relevance | path

Searched refs:m_marginHeight (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLFrameElementBase.h40 int marginHeight() const { return m_marginHeight; } in marginHeight()
77 int m_marginHeight; variable
DHTMLFrameElementBase.cpp49 , m_marginHeight(-1) in HTMLFrameElementBase()
119 m_marginHeight = value.toInt(); in parseAttribute()