OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NPN_GetValue
(Results
1 - 13
of
13
) sorted by null
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/
PassDifferentNPPStruct.cpp
55
NPError error =
NPN_GetValue
(NPNVprivateModeBool, &privateMode);
60
pluginLog(instance, "
NPN_GetValue
(NPNVprivateModeBool) with a different NPP struct failed with error %d", error);
63
pluginLog(instance, "
NPN_GetValue
(NPNVprivateModeBool) with a different NPP struct succeeded");
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/win/
GetValueNetscapeWindow.cpp
32
//
NPN_GetValue
(NPNVnetscapeWindow) should return a valid HWND.
50
NPError error =
NPN_GetValue
(NPNVnetscapeWindow, &hwnd);
52
pluginLog(instance, "
NPN_GetValue
(NPNVnetscapeWindow) failed with error %d", error);
62
pluginLog(instance, "
NPN_GetValue
(NPNVnetscapeWindow) returned the same value as NPWindow::window");
66
pluginLog(instance, "
NPN_GetValue
(NPNVnetscapeWindow) succeeded");
/external/webkit/Source/WebCore/plugins/qt/
PluginPackageQt.cpp
98
return
NPN_GetValue
(instance, variable, value);
/external/webkit/Source/WebCore/plugins/symbian/
PluginPackageSymbian.cpp
132
m_browserFuncs.getvalue =
NPN_GetValue
;
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
PluginTest.cpp
136
NPError PluginTest::
NPN_GetValue
(NPNVariable variable, void* value)
PluginTest.h
73
NPError
NPN_GetValue
(NPNVariable, void* value);
/external/webkit/Source/WebCore/plugins/
npapi.cpp
137
NPError
NPN_GetValue
(NPP instance, NPNVariable variable, void* value)
PluginPackage.cpp
305
m_browserFuncs.getvalue =
NPN_GetValue
;
/external/webkit/Source/WebKit/mac/Plugins/
npapi.mm
142
NPError
NPN_GetValue
(NPP instance, NPNVariable variable, void *value)
WebNetscapePluginPackage.mm
453
browserFuncs.getvalue = (NPN_GetValueProcPtr)tVectorForFunctionPointer((FunctionPointer)
NPN_GetValue
);
566
browserFuncs.getvalue =
NPN_GetValue
;
/external/webkit/Source/WebCore/plugins/android/
PluginPackageAndroid.cpp
158
funcs->getvalue =
NPN_GetValue
;
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapeBrowserFuncs.cpp
418
static NPError
NPN_GetValue
(NPP npp, NPNVariable variable, void *value)
910
netscapeFuncs.getvalue =
NPN_GetValue
;
/external/webkit/Source/WebCore/bridge/
npapi.h
405
* List of variable names for which
NPN_GetValue
should be implemented.
875
NPError NP_LOADDS
NPN_GetValue
(NPP instance, NPNVariable variable,
Completed in 4732 milliseconds