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

  /external/webkit/Source/WebCore/plugins/
PluginDebug.h 47 const char* prettyNameForDrawingModel(NPDrawingModel drawingModel);
PluginDebug.cpp 73 const char* prettyNameForDrawingModel(NPDrawingModel drawingModel)
151 result.append(prettyNameForDrawingModel(NPDrawingModel(uintptr_t(value))));
PluginView.cpp 680 NPDrawingModel newDrawingModel = NPDrawingModel(uintptr_t(value));
933 , m_drawingModel(NPDrawingModel(-1))
    [all...]
PluginView.h 444 NPDrawingModel m_drawingModel;
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapePlugin.h 54 NPError setDrawingModel(NPDrawingModel);
215 NPDrawingModel m_drawingModel;
NetscapeBrowserFuncs.cpp 536 NPDrawingModel drawingModel = static_cast<NPDrawingModel>(reinterpret_cast<uintptr_t>(value));
NetscapePlugin.cpp 71 , m_drawingModel(static_cast<NPDrawingModel>(-1))
  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginView.h 79 NPDrawingModel drawingModel;
WebNetscapePluginView.mm 94 static inline bool isDrawingModelQuickDraw(NPDrawingModel drawingModel)
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/mac/
NetscapePluginMac.mm 47 NPError NetscapePlugin::setDrawingModel(NPDrawingModel drawingModel)
194 if (m_drawingModel == static_cast<NPDrawingModel>(-1)) {
  /external/webkit/Source/WebCore/bridge/
npapi.h 296 } NPDrawingModel;
  /external/webkit/Source/WebCore/plugins/mac/
PluginViewMac.mm 155 if (m_drawingModel == NPDrawingModel(-1)) {
  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
main.cpp 146 NPDrawingModel drawingModelToUse = NPDrawingModelCoreGraphics;

Completed in 868 milliseconds