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

/external/chromium_org/third_party/WebKit/Source/modules/mediasource/
H A DMediaSource.cpp58 static bool throwExceptionIfClosedOrUpdating(bool isOpen, bool isUpdating, ExceptionState& exceptionState) function in namespace:blink
382 if (throwExceptionIfClosedOrUpdating(isOpen(), isUpdating(), exceptionState))
466 if (throwExceptionIfClosedOrUpdating(isOpen(), isUpdating(), exceptionState))

Completed in 68 milliseconds