Searched refs:m_counter (Results 1 – 8 of 8) sorted by relevance
40 if (!m_counter) { in counter()42 m_counter = Uint8Array::create(counter.data(), counter.size()); in counter()44 return m_counter.get(); in counter()
49 RefPtr<Uint8Array> m_counter; variable
131 const CounterContent* counter() const { return m_counter.get(); } in counter()132 void setCounter(PassOwnPtr<CounterContent> counter) { m_counter = counter; } in setCounter()139 : m_counter(counter) in CounterContentData()156 OwnPtr<CounterContent> m_counter; variable
89 RenderObject* renderer = new RenderCounter(&doc, *m_counter); in createRenderer()
85 , m_counter(counter, counterSize) in WebCryptoAesCtrParams()90 const WebVector<unsigned char>& counter() const { return m_counter; } in counter()94 const WebVector<unsigned char> m_counter;
350 , m_counter(counter) in RenderCounter()396 …makeCounterNode(*beforeAfterContainer, m_counter.identifier(), true)->addRenderer(const_cast<Rende… in originalText()402 String text = listMarkerText(m_counter.listStyle(), value); in originalText()404 if (!m_counter.separator().isNull()) { in originalText()408 text = listMarkerText(m_counter.listStyle(), child->countInParent()) in originalText()409 + m_counter.separator() + text; in originalText()
57 CounterContent m_counter; variable
93 : m_counter(counter) in LengthCountingWebPageSerializerClient()98 *m_counter += data.length(); in didSerializeDataForFrame()102 size_t* m_counter; member in __anon4c38bb220111::LengthCountingWebPageSerializerClient