Searched refs:m_empty (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/platform/text/
H A DSegmentedString.cpp34 , m_empty(other.m_empty)
61 m_empty = other.m_empty;
112 m_empty = true;
130 m_empty = false;
156 m_empty = false;
206 m_empty = true;
295 m_empty = true;
327 m_empty
[all...]
H A DSegmentedString.h148 , m_empty(true)
164 , m_empty(!str.length())
197 bool isEmpty() const { return m_empty; }
414 bool m_empty; member in class:WebCore::SegmentedString
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
H A DFloatPolygon.h65 bool isEmpty() const { return m_empty; }
74 bool m_empty; member in class:WebCore::FloatPolygon
H A DFloatPolygon.cpp88 m_empty = nVertices < 3;
93 if (m_empty)
129 m_empty = m_edges.size() < 3;
131 if (m_empty)

Completed in 965 milliseconds