HomeSort by relevance Sort by last modified time
    Searched refs:getValueStatic (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/plugins/
npapi.cpp 142 return PluginView::getValueStatic(variable, value);
PluginView.h 189 static NPError getValueStatic(NPNVariable variable, void* value);
PluginView.cpp     [all...]
  /external/webkit/Source/WebCore/plugins/mac/
PluginViewMac.mm 181 if (getValueStatic(NPNVariable(NPNVsupportsCarbonBool + m_eventModel), &eventModelSupported) != NPERR_NO_ERROR
194 if (getValueStatic(NPNVariable(NPNVsupportsQuickDrawBool + m_drawingModel), &drawingModelSupported) != NPERR_NO_ERROR

Completed in 147 milliseconds