HomeSort by relevance Sort by last modified time
    Searched defs:m_first (Results 1 - 9 of 9) 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:blink::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:blink::HTMLInputStream
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
CallbackStack.h 65 Block* m_first; member in class:blink::CallbackStack
  /external/chromium_org/third_party/WebKit/Source/core/css/
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:blink::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/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayer.h 103 RenderLayer* firstChild() const { return m_first; }
542 void setFirstChild(RenderLayer* first) { m_first = first; }
705 RenderLayer* m_first; member in class:blink::RenderLayer
    [all...]
  /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/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 

Completed in 145 milliseconds