OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NPVARIANT_IS_NULL
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/npapi/bindings/
npruntime.h
128
#define
NPVARIANT_IS_NULL
(_v) ((_v).type == NPVariantType_Null)
/external/chromium_org/third_party/npapi/npspy/extern/plugin/
npruntime.h
156
#define
NPVARIANT_IS_NULL
(_v) ((_v).type == NPVariantType_Null)
/external/chromium_org/third_party/WebKit/Source/testing/plugin/
PluginObject.cpp
586
|| (!NPVARIANT_IS_STRING(args[1]) && !
NPVARIANT_IS_NULL
(args[1]))
[
all
...]
Completed in 137 milliseconds