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

  /external/webkit/WebCore/html/
HTMLAreaElement.h 40 bool isDefault() const { return m_shape == Default; }
75 Shape m_shape; member in class:WebCore::HTMLAreaElement
HTMLAreaElement.cpp 43 , m_shape(Unknown)
57 m_shape = Default;
59 m_shape = Circle;
61 m_shape = Poly;
63 m_shape = Rect;
97 if (m_shape == Default)
112 if (!m_coords && m_shape != Default)
119 Shape shape = m_shape;

Completed in 203 milliseconds