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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFrameElementBase.h 37 int marginHeight() const { return m_marginHeight; }
78 int m_marginHeight;
HTMLFrameElementBase.cpp 49 , m_marginHeight(-1)
119 m_marginHeight = value.toInt();

Completed in 739 milliseconds