Searched defs:m_first (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLEntitySearch.h41 bool isEntityPrefix() const { return !!m_first; }
59 m_first = 0;
66 const HTMLEntityTableEntry* m_first; member in class:blink::HTMLEntitySearch
H A DHTMLInputStream.h55 : 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
122 SegmentedString m_first; member in class:blink::HTMLInputStream
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DCallbackStack.h65 Block* m_first; member in class:blink::CallbackStack
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DPair.h45 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/
H A DEncodingInfo.java41 * 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/
H A DRenderLayer.h103 RenderLayer* firstChild() const { return m_first; }
542 void setFirstChild(RenderLayer* first) { m_first = first; }
705 RenderLayer* m_first; member in class:blink::RenderLayer
/external/emma/core/java12/com/vladium/emma/instr/
H A DInstrVisitor.java983 block.m_first = leader; // m_first set
1141 jumpAdjOffsets [l + 1] = _blocks [l].m_first + _blocks [l].m_length; // implies the insertion goes just before the branch
1149 jumpAdjMap [l + 1] = emitctx.m_out.size () - _blocks [l + 1].m_first;
1171 // [all blocks have had their m_first adjusted]
1183 final int jump = _blocks [patchData [3]].m_first - patchData [2];
1417 int m_first; // inclusive offset of the leader instruction [first instr in the block] field in class:InstrVisitor.Block
1422 // NOTE: it is possible that m_first == m_last [the block is empty except for a possible control transfer instr]
1434 * their m_first have been updated.
1439 final int first = m_first;
[all...]
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 4883 milliseconds