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 303 ASSERT_TRUE(exception.is_undefined());
305 ASSERT_TRUE(exception.is_undefined());
309 ASSERT_TRUE(exception.is_undefined());
311 ASSERT_TRUE(exception.is_undefined());
315 ASSERT_TRUE(exception.is_undefined());
317 ASSERT_TRUE(exception.is_undefined());
321 ASSERT_FALSE(exception.is_undefined());
326 ASSERT_FALSE(exception.is_undefined());
332 ASSERT_FALSE(exception.is_undefined());
335 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 166 ASSERT_TRUE(ret.is_undefined());
167 ASSERT_TRUE(exception.is_undefined());
175 ASSERT_TRUE(exception.is_undefined());
181 ASSERT_TRUE(ret.is_undefined());
190 ASSERT_TRUE(ret.is_undefined());
265 ASSERT_TRUE(exception.is_undefined());
266 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 117 if (test_object_.is_undefined()) {
test_char_set.cc 356 ASSERT_TRUE(result.is_undefined());
test_file_ref.cc 250 ASSERT_TRUE(file_ref_ext.GetPath().is_undefined());
test_post_message.cc 356 ASSERT_TRUE(message_data_.back().is_undefined());
  /external/chromium_org/third_party/jinja2/
__init__.py 57 is_undefined namespace
67 'environmentfunction', 'contextfunction', 'clear_caches', 'is_undefined',
utils.py 159 def is_undefined(obj): function
167 if is_undefined(var):
  /external/chromium_org/ppapi/cpp/
var.h 106 bool is_undefined() const { return var_.type == PP_VARTYPE_UNDEFINED; } function in class:pp::Var
267 originally_had_exception_(v && !v->is_undefined()) {
var_array_buffer.cc 77 PP_DCHECK(is_undefined());
var.cc 224 if (is_undefined()) {
  /external/chromium_org/ppapi/cpp/extensions/
dict_field.h 46 if (value_var.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/ppapi/native_client/src/trusted/plugin/
scriptable_plugin.cc 32 if (!exception->is_undefined()) {
170 if (!exception->is_undefined()) {
plugin.cc     [all...]
  /external/chromium_org/ppapi/cpp/dev/
scriptable_object_deprecated.cc 25 if (!exception_.is_undefined())

Completed in 3976 milliseconds