HomeSort by relevance Sort by last modified time
    Searched refs:is_undefined (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/ppapi/tests/
test_var_deprecated.cc 302 ASSERT_TRUE(exception.is_undefined());
304 ASSERT_TRUE(exception.is_undefined());
308 ASSERT_TRUE(exception.is_undefined());
310 ASSERT_TRUE(exception.is_undefined());
314 ASSERT_TRUE(exception.is_undefined());
316 ASSERT_TRUE(exception.is_undefined());
320 ASSERT_FALSE(exception.is_undefined());
324 ASSERT_FALSE(exception.is_undefined());
330 ASSERT_FALSE(exception.is_undefined());
333 ASSERT_FALSE(exception.is_undefined());
    [all...]
test_flash.cc 57 ASSERT_TRUE(result.is_undefined());
90 (is_stage3denabled.is_undefined() && !is_3denabled.AsBool()));
107 ASSERT_TRUE(result.is_undefined());
110 ASSERT_TRUE(result.is_undefined());
113 ASSERT_TRUE(result.is_undefined());
test_instance_deprecated.cc 142 ASSERT_TRUE(ret.is_undefined());
143 ASSERT_TRUE(exception.is_undefined());
151 ASSERT_TRUE(exception.is_undefined());
157 ASSERT_TRUE(ret.is_undefined());
166 ASSERT_TRUE(ret.is_undefined());
251 ASSERT_TRUE(exception.is_undefined());
252 ASSERT_TRUE(result.is_undefined());
test_network_proxy.cc 63 ASSERT_TRUE(callback.output().is_undefined());
71 ASSERT_TRUE(callback.output().is_undefined());
test_case.cc 110 if (test_object_.is_undefined()) {
test_char_set.cc 359 ASSERT_TRUE(result.is_undefined());
test_file_ref.cc 246 ASSERT_TRUE(file_ref_ext.GetPath().is_undefined());
test_post_message.cc 371 ASSERT_TRUE(message_data_.back().is_undefined());
    [all...]
  /external/chromium_org/third_party/jinja2/
__init__.py 57 is_undefined namespace
67 'environmentfunction', 'contextfunction', 'clear_caches', 'is_undefined',
utils.py 85 def is_undefined(obj): function
93 if is_undefined(var):
  /external/chromium_org/ppapi/cpp/
var.h 108 bool is_undefined() const { return var_.type == PP_VARTYPE_UNDEFINED; } function in class:pp::Var
280 originally_had_exception_(v && !v->is_undefined()) {
var_array_buffer.cc 77 PP_DCHECK(is_undefined());
var.cc 285 if (is_undefined()) {
  /external/chromium_org/ppapi/examples/file_chooser/
file_chooser.cc 67 if (!console_.is_undefined())
  /external/chromium_org/ppapi/cpp/private/
var_private.h 90 originally_had_exception_(v && !v->is_undefined()) {
  /external/chromium_org/content/browser/android/java/
gin_java_script_to_java_types_coercion.cc 393 bool is_undefined = false; local
398 is_undefined = true;
409 result.l = (coerce_to_string && is_undefined)
  /external/chromium_org/ppapi/cpp/dev/
scriptable_object_deprecated.cc 25 if (!exception_.is_undefined())
  /external/chromium_org/v8/src/compiler/
ast-graph-builder.cc 626 IfBuilder is_undefined(this);
629 is_undefined.If(is_undefined_cond);
630 is_undefined.Then();
631 is_undefined.Else();
765 is_undefined.End();
    [all...]
  /external/chromium_org/pdf/
instance.cc 652 if (instance_object_.is_undefined()) {
    [all...]

Completed in 532 milliseconds