NPVariantType_Double  297 content/browser/renderer_host/java/java_bound_object.cc          variant.type == NPVariantType_Double);
NPVariantType_Double  298 content/browser/renderer_host/java/java_bound_object.cc   bool is_double = variant.type == NPVariantType_Double;
NPVariantType_Double  780 content/browser/renderer_host/java/java_bound_object.cc     case NPVariantType_Double:
NPVariantType_Double  171 content/child/npapi/npobject_util.cc     case NPVariantType_Double:
NPVariantType_Double  250 content/child/npapi/npobject_util.cc       result->type = NPVariantType_Double;
NPVariantType_Double   72 content/renderer/browser_plugin/browser_plugin_bindings.cc     case NPVariantType_Double:
NPVariantType_Double  353 content/renderer/pepper/message_channel.cc     case NPVariantType_Double:
NPVariantType_Double  137 content/renderer/pepper/npapi_glue.cc     case NPVariantType_Double:
NPVariantType_Double   99 content/test/plugin/plugin_windowed_test.cc         result_var.type != NPVariantType_Double ||
NPVariantType_Double  131 third_party/npapi/bindings/npruntime.h #define NPVARIANT_IS_DOUBLE(_v)  ((_v).type == NPVariantType_Double)
NPVariantType_Double  167 third_party/npapi/bindings/npruntime.h     (_v).type = NPVariantType_Double;                                         \
NPVariantType_Double  159 third_party/npapi/npspy/extern/plugin/npruntime.h #define NPVARIANT_IS_DOUBLE(_v)  ((_v).type == NPVariantType_Double)
NPVariantType_Double  195 third_party/npapi/npspy/extern/plugin/npruntime.h     (_v).type = NPVariantType_Double;                                         \