Home
last modified time | relevance | path

Searched refs:NPDrawingModel (Results 1 – 14 of 14) sorted by relevance

/external/webkit/Source/WebCore/plugins/
DPluginDebug.cpp73 const char* prettyNameForDrawingModel(NPDrawingModel drawingModel) in prettyNameForDrawingModel()
151 result.append(prettyNameForDrawingModel(NPDrawingModel(uintptr_t(value)))); in prettyNameForNPPVariable()
DPluginDebug.h47 const char* prettyNameForDrawingModel(NPDrawingModel drawingModel);
DPluginView.cpp680 NPDrawingModel newDrawingModel = NPDrawingModel(uintptr_t(value)); in setValue()
933 , m_drawingModel(NPDrawingModel(-1)) in PluginView()
DPluginView.h444 NPDrawingModel m_drawingModel;
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
DNetscapePlugin.h54 NPError setDrawingModel(NPDrawingModel);
215 NPDrawingModel m_drawingModel;
DNetscapeBrowserFuncs.cpp536NPDrawingModel drawingModel = static_cast<NPDrawingModel>(reinterpret_cast<uintptr_t>(value)); in NPN_SetValue()
DNetscapePlugin.cpp71 , m_drawingModel(static_cast<NPDrawingModel>(-1)) in NetscapePlugin()
/external/webkit/Source/WebKit/mac/Plugins/
DWebNetscapePluginView.h79 NPDrawingModel drawingModel;
DWebNetscapePluginView.mm94 static inline bool isDrawingModelQuickDraw(NPDrawingModel drawingModel)
1049 drawingModel = (NPDrawingModel)-1;
1062 if (drawingModel == (NPDrawingModel)-1) {
2037 *(NPDrawingModel *)value = drawingModel;
2120 NPDrawingModel newDrawingModel = (NPDrawingModel)(uintptr_t)value;
/external/webkit/Source/WebCore/bridge/
Dnpapi.h296 } NPDrawingModel; typedef
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/mac/
DNetscapePluginMac.mm47 NPError NetscapePlugin::setDrawingModel(NPDrawingModel drawingModel)
194 if (m_drawingModel == static_cast<NPDrawingModel>(-1)) {
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
Dmain.cpp146 NPDrawingModel drawingModelToUse = NPDrawingModelCoreGraphics; in NPP_New()
/external/webkit/Source/WebCore/plugins/mac/
DPluginViewMac.mm155 if (m_drawingModel == NPDrawingModel(-1)) {
/external/webkit/Source/JavaScriptCore/
DChangeLog-2007-10-1411030 Added NPDrawingModel enumeration. Currently the only drawing models are QuickDraw and