OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:removeRegion
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/track/
TextTrack.idl
51
[RaisesException, RuntimeEnabled=WebVTTRegions] void
removeRegion
(VTTRegion region);
TextTrack.h
91
void
removeRegion
(VTTRegion*, ExceptionState&);
TextTrack.cpp
314
regionTrack->
removeRegion
(region.get(), ASSERT_NO_EXCEPTION);
332
void TextTrack::
removeRegion
(VTTRegion* region, ExceptionState &exceptionState)
Completed in 2282 milliseconds