Searched defs:is_undefined (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ppapi/cpp/
H A Dvar.h108 bool is_undefined() const { return var_.type == PP_VARTYPE_UNDEFINED; } function in class:pp::Var
280 originally_had_exception_(v && !v->is_undefined()) {
/external/chromium_org/third_party/jinja2/
H A D__init__.py57 is_undefined namespace
67 'environmentfunction', 'contextfunction', 'clear_caches', 'is_undefined',
H A Dutils.py85 def is_undefined(obj): function
93 if is_undefined(var):
/external/chromium_org/content/browser/android/java/
H A Dgin_java_script_to_java_types_coercion.cc393 bool is_undefined = false; local
398 is_undefined = true;
409 result.l = (coerce_to_string && is_undefined)

Completed in 218 milliseconds