Home | History | Annotate | Download | only in test

Lines Matching refs:m_client

56         , m_client(client)
61 m_client->decoderBeingDestroyed();
66 return m_client->decodedSize().isEmpty() ? size() : m_client->decodedSize();
84 return m_client->frameCount();
89 return m_client->repetitionCount();
94 m_client->frameBufferRequested();
96 m_frameBufferCache[0].setStatus(m_client->status());
102 return m_client->status() == ImageFrame::FrameComplete;
107 return m_client->frameDuration();
113 MockImageDecoderClient* m_client;
130 OwnPtr<MockImageDecoder> decoder = MockImageDecoder::create(m_client);
138 : m_client(client)
143 MockImageDecoderClient* m_client;