HomeSort by relevance Sort by last modified time
    Searched refs:NPPVariable (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium_org/content/shell/tools/plugin/Tests/
FormValue.cpp 16 virtual NPError NPP_GetValue(NPPVariable, void*) OVERRIDE;
19 NPError FormValue::NPP_GetValue(NPPVariable variable, void *value)
NullNPPGetValuePointer.cpp 44 virtual NPError NPP_GetValue(NPPVariable, void* value) OVERRIDE;
70 NPError NullNPPGetValuePointer::NPP_GetValue(NPPVariable, void*)
PluginScriptableNPObjectInvokeDefault.cpp 54 virtual NPError NPP_GetValue(NPPVariable variable, void *value) OVERRIDE
NPPSetWindowCalledDuringDestruction.cpp 50 virtual NPError NPP_GetValue(NPPVariable, void*);
69 NPError NPPSetWindowCalledDuringDestruction::NPP_GetValue(NPPVariable variable, void* value)
NPDeallocateCalledBeforeNPShutdown.cpp 84 virtual NPError NPP_GetValue(NPPVariable variable, void *value) OVERRIDE
NPRuntimeObjectFromDestroyedPlugin.cpp 80 virtual NPError NPP_GetValue(NPPVariable variable, void *value) OVERRIDE
PluginScriptableObjectOverridesAllProperties.cpp 75 virtual NPError NPP_GetValue(NPPVariable variable, void *value) OVERRIDE
SlowNPPNew.cpp 74 virtual NPError NPP_GetValue(NPPVariable variable, void *value)
NPRuntimeRemoveProperty.cpp 162 virtual NPError NPP_GetValue(NPPVariable variable, void* value) OVERRIDE {
  /external/chromium_org/third_party/npapi/npspy/common/
format.cpp 296 char * FormatNPPVariable(NPPVariable var)
591 if(((NPPVariable)dw2 == NPPVpluginNameString) || ((NPPVariable)dw2 == NPPVpluginDescriptionString))
598 else if(((NPPVariable)dw2 == NPPVpluginWindowBool) || ((NPPVariable)dw2 == NPPVpluginTransparentBool))
604 else if((NPPVariable)dw2 == NPPVpluginWindowSize)
861 if(((NPPVariable)dw2 == NPPVpluginNameString) || ((NPPVariable)dw2 == NPPVpluginDescriptionString))
864 *output = StringPrintf("NPN_SetValue(%#08lx, %s, %s)", dw1,FormatNPPVariable((NPPVariable)dw2),sz3);
866 else if(((NPPVariable)dw2 == NPPVpluginWindowBool) || ((NPPVariable)dw2 == NPPVpluginTransparentBool)
    [all...]
epmanager.cpp 353 NPError NPPEntryPointManager::callNPP_GetValue(NPP instance, NPPVariable variable, void *value)
npp_gate.cpp 350 NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value)
  /external/chromium_org/content/test/plugin/
npapi_test.cc 87 EXPORT NPError API_CALL NP_GetValue(NPP instance, NPPVariable variable,
plugin_client.cc 224 NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value) {
  /external/chromium_org/third_party/npapi/npspy/include/
format.h 145 char * FormatNPPVariable(NPPVariable var);
epmanager.h 101 NPError callNPP_GetValue(NPP instance, NPPVariable variable, void *value);
  /external/chromium_org/third_party/npapi/npspy/extern/plugin/
npapi.h 415 } NPPVariable;
706 NPError NP_LOADDS NPP_GetValue(NPP instance, NPPVariable variable, void *value);
741 NPError NP_LOADDS NPN_SetValue(NPP instance, NPPVariable variable, void *value);
npupp.h 166 typedef NPError (* NP_LOADDS NPP_GetValueUPP)(NPP instance, NPPVariable variable, void *ret_alue);
192 typedef NPError (* NP_LOADDS NPN_SetValueUPP)(NPP instance, NPPVariable variable, void *ret_alue);
698 NP_EXPORT(NPError) NP_GetValue(void *future, NPPVariable aVariable, void *aValue);
  /external/chromium_org/third_party/WebKit/ManualTests/NPN_Invoke/
main.c 51 NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value);
223 NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value)
  /external/chromium_org/third_party/npapi/bindings/
npapi.h 409 } NPPVariable;
846 NPError NP_LOADDS NPP_GetValue(NPP instance, NPPVariable variable, void *value);
883 NPError NP_LOADDS NPN_SetValue(NPP instance, NPPVariable variable,
npfunctions.h 64 typedef NPError (* NP_LOADDS NPP_GetValueProcPtr)(NPP instance, NPPVariable variable, void *ret_value);
73 typedef NPError (*NPN_SetValueProcPtr)(NPP instance, NPPVariable variable, void *value);
npapi_extensions.h 23 #define NPPVPepperExtensions ((NPPVariable) 4001)
    [all...]
  /external/chromium_org/content/child/npapi/
plugin_instance.h 198 NPError NPP_GetValue(NPPVariable, void*);
  /external/chromium_org/content/shell/tools/plugin/
PluginTest.cpp 126 NPError PluginTest::NPP_GetValue(NPPVariable variable, void* value) {
PluginTest.h 97 virtual NPError NPP_GetValue(NPPVariable, void* value);

Completed in 1494 milliseconds

1 2