Searched refs:PlayIconShown (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DVideoLayerManager.h42 PlayIconShown, enumerator in enum:WebCore::IconState
H A DVideoLayerManager.cpp362 if ((type == PlayIcon && pInfo->iconState != PlayIconShown)
365 pInfo->iconState = (type == PlayIcon) ? PlayIconShown : PauseIconShown;
370 if ((type == PlayIcon && pInfo->iconState == PlayIconShown)

Completed in 168 milliseconds