Searched refs:m_counter (Results 1 – 8 of 8) sorted by relevance
15 m_counter(ctr) in RefCounter()17 increment(m_counter); in RefCounter()22 decrement(m_counter); in ~RefCounter()
138 const CounterContent* counter() const { return m_counter.get(); } in counter()139 void setCounter(PassOwnPtr<CounterContent> counter) { m_counter = counter; } in setCounter()146 : m_counter(counter) in CounterContentData()163 OwnPtr<CounterContent> m_counter; variable
89 RenderObject* renderer = new RenderCounter(&doc, *m_counter); in createRenderer()
92 , m_counter(counter, counterSize) in WebCryptoAesCtrParams()99 const WebVector<unsigned char>& counter() const { return m_counter; } in counter()103 const WebVector<unsigned char> m_counter;
349 , m_counter(counter) in RenderCounter()400 …makeCounterNode(*beforeAfterContainer, m_counter.identifier(), true)->addRenderer(const_cast<Rende… in originalText()406 String text = listMarkerText(m_counter.listStyle(), value); in originalText()408 if (!m_counter.separator().isNull()) { in originalText()412 text = listMarkerText(m_counter.listStyle(), child->countInParent()) in originalText()413 + m_counter.separator() + text; in originalText()
58 CounterContent m_counter; variable
35 value_type* m_counter;
85 : m_counter(counter) in LengthCountingWebPageSerializerClient()90 *m_counter += data.length(); in didSerializeDataForFrame()94 size_t* m_counter; member in __anon2b6ba56f0111::LengthCountingWebPageSerializerClient