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

  /external/chromium_org/content/renderer/pepper/
pepper_try_catch.h 29 virtual bool HasException() = 0;
68 virtual bool HasException() OVERRIDE;
89 virtual bool HasException() OVERRIDE;
pepper_try_catch.cc 30 if (HasException()) {
46 if (HasException() || v8_value.IsEmpty()) {
80 bool PepperTryCatchV8::HasException() {
90 if (!HasException())
116 if (HasException())
139 bool PepperTryCatchVar::HasException() {
ppb_var_deprecated_impl.cc 87 if (try_catch.HasException())
91 if (try_catch.HasException())
103 if (try_catch.HasException())
108 if (try_catch.HasException())
120 if (try_catch.HasException())
124 if (try_catch.HasException())
144 if (try_catch.HasException())
149 if (try_catch.HasException())
172 if (try_catch.HasException())
176 try_catch.HasException(); // Ensure an exception gets set if one occured
    [all...]
host_var_tracker_unittest.cc 53 virtual bool HasException() OVERRIDE { return false; }
plugin_object.cc 79 DCHECK(!try_catch.HasException());
pepper_plugin_instance_impl.cc     [all...]
  /external/chromium_org/base/android/
jni_android.h 117 BASE_EXPORT bool HasException(JNIEnv* env);
jni_array_unittest.cc 97 ASSERT_FALSE(HasException(env));
123 ASSERT_FALSE(HasException(env));
161 ASSERT_FALSE(HasException(env));
jni_android.cc 239 bool HasException(JNIEnv* env) {
244 if (!HasException(env))
252 if (!HasException(env))
  /external/chromium_org/net/android/
keystore.cc 16 using base::android::HasException;
110 if (HasException(env) || signature_ref.is_null())
  /external/chromium_org/v8/src/
jsregexp.h 145 INLINE(bool HasException()) { return num_matches_ < 0; }
    [all...]
runtime.cc     [all...]

Completed in 290 milliseconds