Home
last modified time | relevance | path

Searched refs:m_counter (Results 1 – 8 of 8) sorted by relevance

/external/lldb/source/Utility/
DRefCounter.cpp15 m_counter(ctr) in RefCounter()
17 increment(m_counter); in RefCounter()
22 decrement(m_counter); in ~RefCounter()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DContentData.h138 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
DContentData.cpp89 RenderObject* renderer = new RenderCounter(&doc, *m_counter); in createRenderer()
/external/chromium_org/third_party/WebKit/public/platform/
DWebCryptoAlgorithmParams.h92 , 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;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderCounter.cpp349 , 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()
DRenderCounter.h58 CounterContent m_counter; variable
/external/lldb/include/lldb/Utility/
DRefCounter.h35 value_type* m_counter;
/external/chromium_org/third_party/WebKit/Source/web/tests/
DWebPageNewSerializerTest.cpp85 : m_counter(counter) in LengthCountingWebPageSerializerClient()
90 *m_counter += data.length(); in didSerializeDataForFrame()
94 size_t* m_counter; member in __anon2b6ba56f0111::LengthCountingWebPageSerializerClient