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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFrameElementBase.h 36 int marginWidth() const { return m_marginWidth; }
77 int m_marginWidth;
HTMLFrameElementBase.cpp 48 , m_marginWidth(-1)
116 m_marginWidth = value.toInt();

Completed in 2135 milliseconds