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

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
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...]
HTMLEntitySearch.h 41 bool isEntityPrefix() const { return !!m_first; }
59 m_first = 0;
66 const HTMLEntityTableEntry* m_first; member in class:WebCore::HTMLEntitySearch
HTMLEntitySearch.cpp 41 , m_first(HTMLEntityTable::firstEntry())
59 const HTMLEntityTableEntry* left = m_first;
84 const HTMLEntityTableEntry* left = m_first;
111 m_first = HTMLEntityTable::firstEntryStartingWith(nextCharacter);
113 if (!m_first || !m_last)
116 m_first = findFirst(nextCharacter);
118 if (m_first == m_last && compare(m_first, nextCharacter) != Prefix)
122 if (m_first->length != m_currentLength) {
125 m_mostRecentMatch = m_first;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
Pair.cpp 12 visitor->trace(m_first);
Pair.h 45 CSSPrimitiveValue* first() const { return m_first.get(); }
49 void setFirst(PassRefPtrWillBeRawPtr<CSSPrimitiveValue> first) { m_first = first; }
60 return compareCSSValuePtr(m_first, other.m_first)
69 : m_first(nullptr)
74 : m_first(first)
85 RefPtrWillBeMember<CSSPrimitiveValue> m_first; member in class:WebCore::FINAL
  /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 104 RenderLayer* firstChild() const { return m_first; }
522 void setFirstChild(RenderLayer* first) { m_first = first; }
681 RenderLayer* m_first; member in class:WebCore::RenderLayer
    [all...]
RenderLayer.cpp 135 , m_first(0)
    [all...]
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 

Completed in 203 milliseconds