HomeSort by relevance Sort by last modified time
    Searched refs:m_recording (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/platform/mock/
SpeechInputClientMock.cpp 42 : m_recording(false)
59 m_recording = true;
68 if (m_timer.isActive() && m_recording) {
79 m_recording = false;
104 if (m_recording) {
105 m_recording = false;
SpeechInputClientMock.h 64 bool m_recording; member in class:WebCore::SpeechInputClientMock
  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContextRecording.cpp 331 delete m_recording;
357 : m_recording(recording)
378 m_recording->applyState(&m_context, m_currState,
423 RecordingImpl* m_recording; member in class:WebCore::ClippingPainter
434 if (!m_recording) {
446 m_recording->m_tree.search(iclip, nodes);
449 ALOGV("Drawing %d nodes out of %d", count, m_recording->m_nodeCount);
466 m_recording->applyState(&context, currState, lastOperationId,
486 if (m_recording == impl)
488 if (m_recording)
    [all...]
PlatformGraphicsContextRecording.h 51 : m_recording(0)
57 RecordingImpl* recording() { return m_recording; }
60 RecordingImpl* m_recording; member in class:WebCore::Recording

Completed in 184 milliseconds