OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:makeBool
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebKit2/Shared/Plugins/
NPVariantData.h
58
static NPVariantData
makeBool
(bool value);
NPVariantData.cpp
62
NPVariantData NPVariantData::
makeBool
(bool value)
NPRemoteObjectMap.cpp
102
return NPVariantData::
makeBool
(variant.value.boolValue);
Completed in 599 milliseconds