Searched refs:m_first (Results 1 – 8 of 8) sorted by relevance
55 : m_last(&m_first) in HTMLInputStream()66 m_first.append(string); in insertAtCurrentInsertionPoint()71 return &m_first != m_last; in hasInsertionPoint()90 SegmentedString& current() { return m_first; } in current()91 const SegmentedString& current() const { return m_first; } in current()95 next = m_first; in splitInto()96 m_first = SegmentedString(); in splitInto()97 if (m_last == &m_first) { in splitInto()107 m_first.append(next); in mergeFrom()112 m_last = &m_first; in mergeFrom()[all …]
41 , m_first(HTMLEntityTable::firstEntry()) in HTMLEntitySearch()58 const HTMLEntityTableEntry* left = m_first; in findFirst()83 const HTMLEntityTableEntry* left = m_first; in findLast()110 m_first = HTMLEntityTable::firstEntryStartingWith(nextCharacter); in advance()112 if (!m_first || !m_last) in advance()115 m_first = findFirst(nextCharacter); in advance()117 if (m_first == m_last && compare(m_first, nextCharacter) != Prefix) in advance()121 if (m_first->length != m_currentLength) { in advance()124 m_mostRecentMatch = m_first; in advance()
41 bool isEntityPrefix() const { return !!m_first; } in isEntityPrefix()59 m_first = 0; in fail()66 const HTMLEntityTableEntry* m_first; variable
48 CSSPrimitiveValue* first() const { return m_first.get(); } in first()52 void setFirst(PassRefPtr<CSSPrimitiveValue> first) { m_first = first; } in setFirst()63 return compareCSSValuePtr(m_first, other.m_first) in equals()80 : m_first(0) in Pair()85 : m_first(first) in Pair()96 RefPtr<CSSPrimitiveValue> m_first; variable
199 m_first, in isInEncoding()246 m_first, in isInEncoding()291 final private int m_first; field in EncodingInfo.EncodingImpl346 m_first = first; in EncodingImpl()
983 block.m_first = leader; // m_first set in visit()1141 …jumpAdjOffsets [l + 1] = _blocks [l].m_first + _blocks [l].m_length; // implies the insertion goes… in visit()1149 jumpAdjMap [l + 1] = emitctx.m_out.size () - _blocks [l + 1].m_first; in visit()1183 final int jump = _blocks [patchData [3]].m_first - patchData [2]; in visit()1417 int m_first; // inclusive offset of the leader instruction [first instr in the block] field in InstrVisitor.Block1439 final int first = m_first; in emit()1441 m_first = out.size (); // update position to be within new code array in emit()1506 … final int jumpOffset = ((Block) ctx.m_blocks.m_blocks.get (targetBlockID)).m_first - ip; in emitJumpOffset2()1530 … final int jumpOffset = ((Block) ctx.m_blocks.m_blocks.get (targetBlockID)).m_first - ip; in emitJumpOffset4()
101 RenderLayer* firstChild() const { return m_first; } in firstChild()500 void setFirstChild(RenderLayer* first) { m_first = first; } in setFirstChild()681 RenderLayer* m_first; variable
131 , m_first(0) in RenderLayer()1441 if (m_first == oldChild) in removeChild()1442 m_first = oldChild->nextSibling(); in removeChild()1498 RenderLayer* current = m_first; in removeOnlyThisLayer()