Home
last modified time | relevance | path

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

/dports/www/firefox-legacy/firefox-52.8.0esr/dom/plugins/base/
H A DnsNPAPIPluginInstance.cpp206 for (it = mVideos.begin(); it != mVideos.end(); it++) { in Destroy()
210 mVideos.clear(); in Destroy()
938 mVideos.insert(std::pair<void*, VideoInfo*>(window, info)); in AcquireVideoWindow()
945 std::map<void*, VideoInfo*>::iterator it = mVideos.find(window); in ReleaseVideoWindow()
946 if (it == mVideos.end()) in ReleaseVideoWindow()
950 mVideos.erase(window); in ReleaseVideoWindow()
957 it = mVideos.find(window); in SetVideoDimensions()
958 if (it == mVideos.end()) in SetVideoDimensions()
967 for (it = mVideos.begin(); it != mVideos.end(); it++) in GetVideos()
H A DnsNPAPIPluginInstance.h416 std::map<void*, VideoInfo*> mVideos; variable