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

/macosx-10.10/WebCore-7600.1.25/plugins/
H A DPluginDebug.h47 const char* prettyNameForDrawingModel(NPDrawingModel drawingModel);
H A DPluginDebug.cpp74 const char* prettyNameForDrawingModel(NPDrawingModel drawingModel)
152 result.append(prettyNameForDrawingModel(NPDrawingModel(uintptr_t(value))));
H A Dnpapi.h289 } NPDrawingModel; typedef in typeref:enum:__anon5822
H A DPluginView.cpp639 NPDrawingModel newDrawingModel = NPDrawingModel(uintptr_t(value));
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/Netscape/
H A DNetscapePlugin.h64 NPError setDrawingModel(NPDrawingModel);
341 NPDrawingModel m_drawingModel;
H A DNetscapeBrowserFuncs.cpp554 NPDrawingModel drawingModel = static_cast<NPDrawingModel>(reinterpret_cast<uintptr_t>(value));
H A DNetscapePlugin.cpp77 , m_drawingModel(static_cast<NPDrawingModel>(-1))
/macosx-10.10/WebKit-7600.1.25/mac/Plugins/
H A DWebNetscapePluginView.h77 NPDrawingModel drawingModel;
H A DWebNetscapePluginView.mm95 static inline bool isDrawingModelQuickDraw(NPDrawingModel drawingModel)
1041 drawingModel = (NPDrawingModel)-1;
1054 if (drawingModel == (NPDrawingModel)-1) {
2023 *(NPDrawingModel *)value = drawingModel;
2102 NPDrawingModel newDrawingModel = (NPDrawingModel)(uintptr_t)value;
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/Netscape/mac/
H A DNetscapePluginMac.mm53 NPError NetscapePlugin::setDrawingModel(NPDrawingModel drawingModel)
226 if (m_drawingModel == static_cast<NPDrawingModel>(-1)) {

Completed in 144 milliseconds