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

/external/webkit/Source/WebCore/plugins/
H A DPluginView.cpp102 static int s_callingPlugin; member in namespace:WebCore
1041 ++s_callingPlugin;
1043 --s_callingPlugin;
1045 ASSERT(s_callingPlugin >= 0);
1050 return s_callingPlugin > 0;

Completed in 55 milliseconds