Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/modules/crypto/
DAesCtrParams.cpp40 if (!m_counter) { in counter()
42 m_counter = Uint8Array::create(counter.data(), counter.size()); in counter()
44 return m_counter.get(); in counter()
DAesCtrParams.h49 RefPtr<Uint8Array> m_counter; variable
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DContentData.h131 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
DContentData.cpp89 RenderObject* renderer = new RenderCounter(&doc, *m_counter); in createRenderer()
/external/chromium_org/third_party/WebKit/public/platform/
DWebCryptoAlgorithmParams.h85 , 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;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderCounter.cpp350 , 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()
DRenderCounter.h57 CounterContent m_counter; variable
/external/chromium_org/third_party/WebKit/Source/web/tests/
DWebPageNewSerializerTest.cpp93 : m_counter(counter) in LengthCountingWebPageSerializerClient()
98 *m_counter += data.length(); in didSerializeDataForFrame()
102 size_t* m_counter; member in __anon4c38bb220111::LengthCountingWebPageSerializerClient