Home
last modified time | relevance | path

Searched refs:INT32_TO_NPVARIANT (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/remoting/host/plugin/
Dhost_script_object.cc254 INT32_TO_NPVARIANT(state_, *result); in GetProperty()
260 INT32_TO_NPVARIANT(access_code_lifetime_.InSeconds(), *result); in GetProperty()
266 INT32_TO_NPVARIANT(daemon_controller_->GetState(), *result); in GetProperty()
269 INT32_TO_NPVARIANT(kDisconnected, *result); in GetProperty()
272 INT32_TO_NPVARIANT(kStarting, *result); in GetProperty()
275 INT32_TO_NPVARIANT(kRequestedAccessCode, *result); in GetProperty()
278 INT32_TO_NPVARIANT(kReceivedAccessCode, *result); in GetProperty()
281 INT32_TO_NPVARIANT(kConnected, *result); in GetProperty()
284 INT32_TO_NPVARIANT(kDisconnecting, *result); in GetProperty()
287 INT32_TO_NPVARIANT(kError, *result); in GetProperty()
[all …]
/external/chromium_org/third_party/WebKit/Source/testing/plugin/
DTestObject.cpp173 INT32_TO_NPVARIANT(objectPointer, *result); in testGetProperty()
185 INT32_TO_NPVARIANT(npobj->referenceCount, *result); in testGetProperty()
DPluginObject.cpp353 INT32_TO_NPVARIANT(getTestObjectCount(), *result); in pluginGetProperty()
485 INT32_TO_NPVARIANT(integer, *result); in testIdentifierToInt()
569 INT32_TO_NPVARIANT(npErr, *result); in getURL()
577 INT32_TO_NPVARIANT(npErr, *result); in getURL()
628 INT32_TO_NPVARIANT(npError, *result); in destroyStream()
635 INT32_TO_NPVARIANT(npError, *result); in destroyNullStream()
677 INT32_TO_NPVARIANT((int32_t)(long long)identifier, *result); in testGetIntIdentifier()
1150 INT32_TO_NPVARIANT(refCount, *result); in pluginInvoke()
1247 INT32_TO_NPVARIANT(reason, args[0]); in handleCallback()
1299 INT32_TO_NPVARIANT(242, args[3]); in testNPRuntime()
Dmain.cpp436 INT32_TO_NPVARIANT(reason, reasonVariant); in NPP_DestroyStream()
/external/chromium_org/third_party/WebKit/Source/testing/plugin/Tests/
DPluginScriptableNPObjectInvokeDefault.cpp45 INT32_TO_NPVARIANT(1, *result); in invokeDefault()
/external/chromium_org/content/renderer/browser_plugin/
Dbrowser_plugin_bindings.cc418 INT32_TO_NPVARIANT(max_height, *result); in GetProperty()
449 INT32_TO_NPVARIANT(max_width, *result); in GetProperty()
480 INT32_TO_NPVARIANT(min_height, *result); in GetProperty()
511 INT32_TO_NPVARIANT(min_width, *result); in GetProperty()
/external/chromium_org/content/browser/renderer_host/java/
Djava_bound_object.cc148 INT32_TO_NPVARIANT(env->CallByteMethodA(object, id, parameters), *result); in CallJNIMethod()
151 INT32_TO_NPVARIANT(env->CallCharMethodA(object, id, parameters), *result); in CallJNIMethod()
154 INT32_TO_NPVARIANT(env->CallShortMethodA(object, id, parameters), in CallJNIMethod()
158 INT32_TO_NPVARIANT(env->CallIntMethodA(object, id, parameters), *result); in CallJNIMethod()
/external/chromium_org/third_party/npapi/npspy/extern/plugin/
Dnpruntime.h187 #define INT32_TO_NPVARIANT(_val, _v) \ macro
/external/chromium_org/third_party/npapi/bindings/
Dnpruntime.h159 #define INT32_TO_NPVARIANT(_val, _v) \ macro
/external/chromium_org/content/renderer/pepper/
Dnpapi_glue.cc85 INT32_TO_NPVARIANT(var.value.as_int, *result); in PPVarToNPVariant()
Dppb_var_deprecated_impl.cc66 INT32_TO_NPVARIANT(var.value.as_int, *result); in PPVarToNPVariantNoCopy()
/external/chromium/webkit/glue/
Dcpp_variant_unittest.cc237 INT32_TO_NPVARIANT(15, np); in TEST()
/external/chromium_org/webkit/renderer/
Dcpp_variant_unittest.cc258 INT32_TO_NPVARIANT(15, np); in TEST_F()