Home
last modified time | relevance | path

Searched refs:playbackState (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
DAudioScheduledSourceNode.h65 unsigned short playbackState() const { return static_cast<unsigned short>(m_playbackState); } in playbackState() function
/external/chromium_org/third_party/WebKit/Source/core/html/
DMediaController.h82 const AtomicString& playbackState() const;
DMediaController.idl42 readonly attribute DOMString playbackState;
DMediaController.cpp312 const AtomicString& MediaController::playbackState() const in playbackState() function in blink::MediaController
/external/skia/src/gpu/
DGrInOrderDrawBuffer.cpp580 GrDrawState playbackState; in flush() local
583 fDstGpu->setDrawState(&playbackState); in flush()
641 fStates[currState].restoreTo(&playbackState); in flush()