Searched refs:s_callingPlugin (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/plugins/
H A DPluginView.cpp97 static int s_callingPlugin; member in namespace:WebCore
939 ++s_callingPlugin;
941 --s_callingPlugin;
943 ASSERT(s_callingPlugin >= 0);
948 return s_callingPlugin > 0;

Completed in 140 milliseconds