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

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ExceptionMessages.h 46 ExclusiveBound,
113 result.append(lowerType == ExclusiveBound ? '(' : '[');
117 result.append(upperType == ExclusiveBound ? ')' : ']');
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
RTCDTMFSender.cpp 111 exceptionState.throwDOMException(SyntaxError, ExceptionMessages::indexOutsideRange("duration", duration, minToneDurationMs, ExceptionMessages::ExclusiveBound, maxToneDurationMs, ExceptionMessages::ExclusiveBound));
  /external/chromium_org/third_party/WebKit/Source/modules/mediasource/
SourceBuffer.cpp 217 exceptionState.throwDOMException(InvalidAccessError, ExceptionMessages::indexOutsideRange("value", start, 0.0, ExceptionMessages::ExclusiveBound, m_appendWindowEnd, ExceptionMessages::InclusiveBound));
325 exceptionState.throwDOMException(InvalidAccessError, ExceptionMessages::indexOutsideRange("start", start, 0.0, ExceptionMessages::ExclusiveBound, !m_source || std::isnan(m_source->duration()) ? 0 : m_source->duration(), ExceptionMessages::ExclusiveBound));

Completed in 188 milliseconds