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

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSUnicodeRangeValue.cpp 35 if (m_from == m_to)
37 return String::format("U+%X-%X", m_from, m_to);
42 return m_from == other.m_from && m_to == other.m_to;
CSSUnicodeRangeValue.h 42 UChar32 to() const { return m_to; }
54 , m_to(to)
59 UChar32 m_to; member in class:WebCore::CSSUnicodeRangeValue
CSSFontFace.h 79 , m_to(to)
84 UChar32 to() const { return m_to; }
85 bool contains(UChar32 c) const { return m_from <= c && c <= m_to; }
87 bool operator<(UChar32 c) const { return m_to < c; }
91 UChar32 m_to; member in struct:WebCore::FINAL::UnicodeRange
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
SegmentedFontData.h 40 , m_to(to)
46 UChar32 to() const { return m_to; }
47 bool isEntireRange() const { return !m_from && m_to >= 0x10ffff; }
52 UChar32 m_to; member in struct:WebCore::FontDataRange
GlyphPageTreeNodeTest.cpp 38 , m_to(to)
51 if (m_from <= c && c <= m_to) {
60 UChar32 m_to; member in class:WebCore::TestSimpleFontData
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentLifecycle.h 88 State to() const { return m_to; }
93 State m_to; member in class:WebCore::DocumentLifecycle::DeprecatedTransition
DocumentLifecycle.cpp 54 , m_to(to)

Completed in 441 milliseconds