Home
last modified time | relevance | path

Searched refs:ContentLookup (Results 1 – 5 of 5) sorted by relevance

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/VideoPlayer/DVDInputStreams/
H A DDVDInputStream.cpp27 m_contentLookup = m_item.ContentLookup(); in Open()
H A DDVDInputStream.h177 bool ContentLookup() { return m_contentLookup; } in ContentLookup() function
H A DDVDFactoryInputStream.cpp137 if (finalFileitem.ContentLookup()) in CreateInputStream()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/
H A DFileItem.h492 bool ContentLookup() { return m_doContentLookup; }; in ContentLookup() function
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/filesystem/
H A DPluginDirectory.cpp201 resultItem.SetContentLookup(newDir.m_fileResult->ContentLookup()); in GetPluginResult()