Searched refs:m_first (Results 1 – 9 of 9) 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()59 const HTMLEntityTableEntry* left = m_first; in findFirst()84 const HTMLEntityTableEntry* left = m_first; in findLast()111 m_first = HTMLEntityTable::firstEntryStartingWith(nextCharacter); in advance()113 if (!m_first || !m_last) in advance()116 m_first = findFirst(nextCharacter); in advance()118 if (m_first == m_last && compare(m_first, nextCharacter) != Prefix) in advance()122 if (m_first->length != m_currentLength) { in advance()125 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
45 CSSPrimitiveValue* first() const { return m_first.get(); } in first()49 void setFirst(PassRefPtrWillBeRawPtr<CSSPrimitiveValue> first) { m_first = first; } in setFirst()60 return compareCSSValuePtr(m_first, other.m_first) in equals()69 : m_first(nullptr) in Pair()74 : m_first(first) in Pair()85 RefPtrWillBeMember<CSSPrimitiveValue> m_first; variable
12 visitor->trace(m_first); in trace()
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()
104 RenderLayer* firstChild() const { return m_first; } in firstChild()522 void setFirstChild(RenderLayer* first) { m_first = first; } in setFirstChild()681 RenderLayer* m_first; variable
135 , m_first(0) in RenderLayer()1414 if (m_first == oldChild) in removeChild()1415 m_first = oldChild->nextSibling(); in removeChild()1465 RenderLayer* current = m_first; in removeOnlyThisLayer()