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

  /external/webkit/Source/WebCore/bindings/generic/
RuntimeEnabledFeatures.cpp 87 bool RuntimeEnabledFeatures::audioEnabled()
RuntimeEnabledFeatures.h 74 static bool audioEnabled();
  /external/webkit/Source/WebCore/rendering/
RenderMediaControls.cpp 124 bool audioEnabled = btn->displayType() == MediaMuteButton;
125 wkDrawMediaUIPart(audioEnabled ? WKMediaUIPartMuteButton : WKMediaUIPartUnMuteButton, themeStyle, paintInfo.context->platformContext(), r, determineState(o));

Completed in 1356 milliseconds