Searched refs:HasException (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/content/renderer/pepper/
H A Dpepper_try_catch.cc30 if (HasException()) {
46 if (HasException() || v8_value.IsEmpty()) {
80 bool PepperTryCatchV8::HasException() { function in class:content::PepperTryCatchV8
90 if (!HasException())
116 if (HasException())
139 bool PepperTryCatchVar::HasException() { function in class:content::PepperTryCatchVar
H A Dpepper_try_catch.h29 virtual bool HasException() = 0;
68 virtual bool HasException() OVERRIDE;
89 virtual bool HasException() OVERRIDE;
H A Dppb_var_deprecated_impl.cc87 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(); // Ensur
[all...]
H A Dhost_var_tracker_unittest.cc53 virtual bool HasException() OVERRIDE { return false; }
H A Dplugin_object.cc79 DCHECK(!try_catch.HasException());
H A Dpepper_plugin_instance_impl.cc2412 DCHECK(!try_catch.HasException());
2421 DCHECK(!try_catch.HasException());
2438 if (try_catch.HasException())
2465 if (try_catch.HasException())
2469 if (try_catch.HasException())
/external/chromium_org/base/android/
H A Djni_android.h117 BASE_EXPORT bool HasException(JNIEnv* env);
H A Djni_array_unittest.cc97 ASSERT_FALSE(HasException(env));
123 ASSERT_FALSE(HasException(env));
161 ASSERT_FALSE(HasException(env));
H A Djni_android.cc239 bool HasException(JNIEnv* env) { function in namespace:base::android
244 if (!HasException(env))
252 if (!HasException(env))
/external/chromium_org/net/android/
H A Dkeystore.cc16 using base::android::HasException;
110 if (HasException(env) || signature_ref.is_null())
/external/chromium_org/v8/src/
H A Djsregexp.h145 INLINE(bool HasException()) { return num_matches_ < 0; } function in class:v8::internal::RegExpImpl::GlobalCache
H A Druntime.cc3942 if (global_cache.HasException()) return isolate->heap()->exception();
3946 if (global_cache.HasException()) return isolate->heap()->exception();
3988 if (global_cache.HasException()) return isolate->heap()->exception();
4027 if (global_cache.HasException()) return isolate->heap()->exception();
4031 if (global_cache.HasException()) return isolate->heap()->exception();
4068 if (global_cache.HasException()) return isolate->heap()->exception();
4469 if (global_cache.HasException()) return isolate->heap()->exception();
4483 if (global_cache.HasException()) return isolate->heap()->exception();
4555 if (global_cache.HasException()) return isolate->heap()->exception();
4630 if (global_cache.HasException()) retur
[all...]

Completed in 181 milliseconds