Home
last modified time | relevance | path

Searched refs:hasBeenConfigured (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/track/
DTextTrack.h107 bool hasBeenConfigured() const { return m_hasBeenConfigured; } in hasBeenConfigured() function
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLMediaElement.cpp2900 if (textTrack->hasBeenConfigured()) in configureTextTracks()