Home
last modified time | relevance | path

Searched defs:throwException (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
DCustomElementException.cpp44 void CustomElementException::throwException(Reason reason, const AtomicString& type, ExceptionState… in throwException() function in WebCore::CustomElementException
/external/chromium_org/v8/test/webkit/
Dstack-unwinding.js46 function throwException() { function
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DListenableFutureTaskTest.java41 protected volatile boolean throwException = false; field in ListenableFutureTaskTest
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/
DInstanceOnlyModifierDebuggee.java53 private void throwException() throws TestException { in throwException() method in InstanceOnlyModifierDebuggee.TestClass
DThreadOnlyModifierDebuggee.java67 void throwException() throws TestException { in throwException() method in ThreadOnlyModifierDebuggee.TestThread
DCountModifierDebuggee.java45 public void throwException() throws TestException { in throwException() method in CountModifierDebuggee.TestClass
/external/proguard/src/proguard/evaluation/
DBranchUnit.java62 public void throwException(); in throwException() method
DBasicBranchUnit.java119 public void throwException() in throwException() method in BasicBranchUnit
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DExceptionState.cpp84 void ExceptionState::throwException() in throwException() function in WebCore::ExceptionState
/external/srec/srec_jni/
Dandroid_speech_srec_MicrophoneInputStream.cpp42 static void throwException(JNIEnv *env, const char* ex, const char* fmt, int data) { in throwException() function
/external/chromium_org/chrome/third_party/mock4js/
Dmock4js.js73 object.throwException = function(exception) { function