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

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLEntitySearch.h 41 bool isEntityPrefix() const { return !!m_first; }
59 m_first = 0;
66 const HTMLEntityTableEntry* m_first; member in class:WebCore::HTMLEntitySearch
HTMLInputStream.h 55 : m_last(&m_first)
66 m_first.append(string);
71 return &m_first != m_last;
90 SegmentedString& current() { return m_first; }
91 const SegmentedString& current() const { return m_first; }
95 next = m_first;
96 m_first = SegmentedString();
97 if (m_last == &m_first) {
99 // but now we have two. That means m_first is no longer also
107 m_first.append(next)
122 SegmentedString m_first; member in class:WebCore::HTMLInputStream
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
Pair.h 47 CSSPrimitiveValue* first() const { return m_first.get(); }
50 void setFirst(PassRefPtr<CSSPrimitiveValue> first) { m_first = first; }
59 bool equals(const Pair& other) const { return compareCSSValuePtr(m_first, other.m_first) && compareCSSValuePtr(m_second, other.m_second); }
70 Pair() : m_first(0), m_second(0) { }
72 : m_first(first), m_second(second) { }
81 RefPtr<CSSPrimitiveValue> m_first; member in class:WebCore::Pair
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
EncodingInfo.java 41 * range of unicode values (<code>m_first</code> to
45 * is in the range <code>m_first <= value < m_explFirst</code>, then it will delegate to another EncodingInfo object for The root
199 m_first,
246 m_first,
286 * m_first through m_last is the range of unicode
291 final private int m_first; field in class:EncodingInfo.EncodingImpl
346 m_first = first;
  /external/emma/core/java12/com/vladium/emma/instr/
InstrVisitor.java 1417 int m_first; \/\/ inclusive offset of the leader instruction [first instr in the block] field in class:InstrVisitor.Block
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayer.h 329 RenderLayer* firstChild() const { return m_first; }
1182 RenderLayer* m_first; member in class:WebCore::RenderLayer
    [all...]
  /external/emma/lib/
emma.jar 

Completed in 84 milliseconds