Searched refs:m_first (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DCallbackStack.cpp115 CallbackStack::CallbackStack() : m_first(new Block(0)), m_last(m_first)
122 delete m_first;
123 m_first = 0;
130 for (Block* current = m_first->next(); current; current = next) {
134 m_first->clear();
135 m_last = m_first;
140 return hasJustOneBlock() && m_first->isEmptyBlock();
157 delete m_first;
158 m_first
[all...]
H A DCallbackStack.h65 Block* m_first; member in class:blink::CallbackStack
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
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...]
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 DHTMLEntitySearch.cpp41 , 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/
H A DPair.cpp12 visitor->trace(m_first);
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/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/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
H A DRenderLayer.cpp132 , m_first(0)
1254 if (m_first == oldChild)
1255 m_first = oldChild->nextSibling();
1301 RenderLayer* current = m_first;
/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 3062 milliseconds