Searched defs:showingKeyword (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/track/
H A DTextTrack.cpp92 const AtomicString& TextTrack::showingKeyword() function in class:WebCore::TextTrack
167 ASSERT(mode == disabledKeyword() || mode == hiddenKeyword() || mode == showingKeyword());
179 if (mode != showingKeyword() && m_cues)
398 if (m_mode != showingKeyword())

Completed in 91 milliseconds