Home
last modified time | relevance | path

Searched refs:ignoredException (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/gtk/
DRenderThemeGtk.cpp552 ExceptionCode ignoredException; in paintMediaSliderTrack() local
553 float start = timeRanges->start(index, ignoredException); in paintMediaSliderTrack()
554 float end = timeRanges->end(index, ignoredException); in paintMediaSliderTrack()
/external/webkit/Source/WebCore/html/
DHTMLMediaElement.cpp1709 ExceptionCode ignoredException; in percentLoaded() local
1710 float start = timeRanges->start(i, ignoredException); in percentLoaded()
1711 float end = timeRanges->end(i, ignoredException); in percentLoaded()
1921 ExceptionCode ignoredException; in mediaPlayerTimeChanged() local
1923 seek(0, ignoredException); in mediaPlayerTimeChanged()
/external/webkit/Source/WebCore/rendering/
DRenderThemeMac.mm1812 ExceptionCode ignoredException;
1813 float timeLoaded = timeRanges->length() ? timeRanges->end(0, ignoredException) : 0;