OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CallbackAllowNull
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/bindings/js/
CallbackFunction.h
40
CallbackAllowNull
= 1 << 1
/external/webkit/Source/WebCore/bindings/v8/
V8Utilities.h
62
CallbackAllowNull
= 1 << 1
76
if (value->IsNull() && (acceptedValues &
CallbackAllowNull
))
Completed in 1311 milliseconds