Searched defs:is_nullable (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
H A Didl_types.py324 def is_nullable(self): member in class:IdlNullableType
/external/chromium_org/third_party/libxml/src/
H A Drelaxng.c4087 int is_nullable = 0; local
4105 is_nullable = xmlRelaxNGIsNullable(def);
4124 if (is_nullable == 0) {
/external/libxml2/
H A Drelaxng.c4088 int is_nullable = 0; local
4106 is_nullable = xmlRelaxNGIsNullable(def);
4125 if (is_nullable == 0) {

Completed in 164 milliseconds