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

/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DEditCommandQt.cpp29 , m_first(true)
35 , m_first(true)
47 if (m_first) {
48 m_first = false;
H A DEditCommandQt.h45 bool m_first; member in class:EditCommandQt
/external/webkit/Source/WebCore/html/parser/
H A DHTMLInputStream.h54 : m_last(&m_first)
65 m_first.append(string);
70 return &m_first != m_last;
87 SegmentedString& current() { return m_first; }
88 const SegmentedString& current() const { return m_first; }
92 next = m_first;
93 m_first = SegmentedString();
94 if (m_last == &m_first) {
96 // but now we have two. That means m_first is no longer also
104 m_first
119 SegmentedString m_first; member in class:WebCore::HTMLInputStream
[all...]
H A DHTMLEntitySearch.h41 bool isEntityPrefix() const { return !!m_first; }
61 m_first = 0;
69 const HTMLEntityTableEntry* m_first; member in class:WebCore::HTMLEntitySearch
H A DHTMLEntitySearch.cpp46 , m_first(HTMLEntityTable::firstEntry())
63 const HTMLEntityTableEntry* left = m_first;
88 const HTMLEntityTableEntry* left = m_first;
115 m_first = HTMLEntityTable::firstEntryStartingWith(nextCharacter);
117 if (!m_first || !m_last)
120 m_first = findFirst(nextCharacter);
122 if (m_first == m_last && compare(m_first, nextCharacter) != Prefix)
126 if (m_first->length != m_currentLength) {
130 m_mostRecentMatch = m_first;
[all...]
/external/webkit/Source/WebCore/css/
H A DPair.h46 CSSPrimitiveValue* first() const { return m_first.get(); }
49 void setFirst(PassRefPtr<CSSPrimitiveValue> first) { m_first = first; }
53 Pair() : m_first(0), m_second(0) { }
55 : m_first(first), m_second(second) { }
57 RefPtr<CSSPrimitiveValue> m_first; member in class:WebCore::Pair
/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/webkit/Source/WebCore/platform/graphics/gpu/
H A DLoopBlinnPathProcessor.cpp365 m_first = &m_sentinel;
366 m_first->setNext(m_first);
367 m_first->setPrev(m_first);
375 if (m_first == &m_sentinel) {
378 segment->setNext(m_first);
379 segment->setPrev(m_first);
380 m_first->setNext(segment);
381 m_first
468 Segment* m_first; member in class:WebCore::LoopBlinnPathProcessorImplementation::Contour
[all...]
/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/webkit/Source/WebCore/rendering/
H A DRenderLayer.h169 RenderLayer* firstChild() const { return m_first; }
493 void setFirstChild(RenderLayer* first) { m_first = first; }
654 RenderLayer* m_first; member in class:WebCore::RenderLayer
H A DRenderLayer.cpp140 , m_first(0)
1071 if (m_first == oldChild)
1072 m_first = oldChild->nextSibling();
1121 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 ...

Completed in 721 milliseconds