OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_exception
(Results
1 - 7
of
7
) sorted by null
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
WrappedRuntimeException.java
41
private Exception
m_exception
;
field in class:WrappedRuntimeException
54
m_exception
= e;
69
m_exception
= e;
79
return
m_exception
;
/external/apache-xml/src/main/java/org/apache/xml/utils/
WrappedRuntimeException.java
34
private Exception
m_exception
;
field in class:WrappedRuntimeException
47
m_exception
= e;
62
m_exception
= e;
72
return
m_exception
;
/external/apache-xml/src/main/java/org/apache/xpath/
XPathException.java
65
protected Exception
m_exception
;
field in class:XPathException
152
this.
m_exception
= e;
167
this.
m_exception
= e;
188
Throwable exception =
m_exception
;
221
Throwable exception =
m_exception
;
281
Throwable exception =
m_exception
;
326
return
m_exception
;
/external/chromium_org/third_party/WebKit/Source/core/streams/
ReadableStream.cpp
97
exceptionState.throwDOMException(
m_exception
->code(),
m_exception
->message());
131
resolver->reject(
m_exception
);
165
m_exception
= exception;
167
m_wait->reject(
m_exception
);
168
m_closed->reject(
m_exception
);
195
visitor->trace(
m_exception
);
ReadableStream.h
86
RefPtrWillBeMember<DOMException>
m_exception
;
member in class:blink::ReadableStream
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
ExceptionState.cpp
43
m_exception
.clear();
48
ScriptPromise promise = ScriptPromise::reject(scriptState,
m_exception
.newLocal(scriptState->isolate()));
88
m_exception
.set(m_isolate, exception);
93
ASSERT(!
m_exception
.isEmpty());
94
V8ThrowException::throwException(
m_exception
.newLocal(m_isolate), m_isolate);
ExceptionState.h
84
bool hadException() const { return !
m_exception
.isEmpty() || m_code; }
123
ScopedPersistent<v8::Value>
m_exception
;
member in class:blink::ExceptionState
Completed in 3209 milliseconds