HomeSort by relevance Sort by last modified time
    Searched refs:hadException (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptModule.cpp 57 bool hadException = false;
58 ScriptValue resultValue = injectedScript.callFunctionWithEvalEnabled(function, hadException);
59 ASSERT(!hadException);
61 if (hadException || resultValue.hasNoValue() || !resultValue.isObject()) {
65 resultValue = injectedScript.callFunctionWithEvalEnabled(function, hadException);
66 if (hadException || resultValue.hasNoValue() || !resultValue.isObject()) {
InjectedScriptBase.cpp 74 ScriptValue InjectedScriptBase::callFunctionWithEvalEnabled(ScriptFunctionCall& function, bool& hadException) const
88 ScriptValue resultValue = function.call(hadException);
104 bool hadException = false;
105 ScriptValue resultValue = callFunctionWithEvalEnabled(function, hadException);
107 ASSERT(!hadException);
108 if (!hadException) {
InjectedScript.cpp 219 bool hadException = false;
220 ScriptValue resultValue = callFunctionWithEvalEnabled(function, hadException);
221 ASSERT(!hadException);
239 bool hadException = false;
240 ScriptValue callFramesValue = callFunctionWithEvalEnabled(function, hadException);
241 ASSERT(!hadException);
256 bool hadException = false;
257 ScriptValue r = callFunctionWithEvalEnabled(wrapFunction, hadException);
258 if (hadException)
274 bool hadException = false
    [all...]
InjectedScriptCanvasModule.cpp 78 bool hadException = false;
79 ScriptValue resultValue = callFunctionWithEvalEnabled(function, hadException);
80 if (hadException || resultValue.hasNoValue() || !resultValue.isObject()) {
128 bool hadException = false;
129 callFunctionWithEvalEnabled(function, hadException);
130 ASSERT(!hadException);
131 if (hadException)
InspectorDOMStorageAgent.cpp 57 static bool hadException(ExceptionState& es, ErrorString* errorString)
59 if (!es.hadException())
120 if (hadException(es, errorString) || !keyPresent)
124 hadException(es, errorString);
139 if (hadException(es, errorString))
142 if (hadException(es, errorString))
154 if (es.hadException())
InjectedScriptBase.h 62 ScriptValue callFunctionWithEvalEnabled(ScriptFunctionCall&, bool& hadException) const;
DOMEditor.cpp 68 return !es.hadException();
74 return !es.hadException();
102 return !es.hadException();
108 if (es.hadException())
120 return !es.hadException();
226 return !es.hadException();
307 return !es.hadException();
313 return !es.hadException();
407 if (es.hadException())
  /external/chromium_org/third_party/WebKit/Source/core/storage/
Storage.cpp 62 if (es.hadException() || !found)
65 if (es.hadException())
84 if (!found || es.hadException())
87 if (es.hadException())
100 if (es.hadException())
105 if (es.hadException())
109 if (es.hadException())
120 if (es.hadException() || !found)
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptFunctionCall.h 66 ScriptValue call(bool& hadException, bool reportExceptions = true);
68 ScriptObject construct(bool& hadException, bool reportExceptions = true);
ScriptFunctionCall.cpp 116 ScriptValue ScriptFunctionCall::call(bool& hadException, bool reportExceptions)
123 hadException = true;
138 hadException = true;
147 bool hadException = false;
148 return call(hadException);
151 ScriptObject ScriptFunctionCall::construct(bool& hadException, bool reportExceptions)
158 hadException = true;
171 hadException = true;
WorkerScriptController.h 50 : hadException(false)
56 bool hadException;
ExceptionState.h 54 bool hadException() const { return !m_exception.isEmpty() || m_code; }
  /external/chromium_org/third_party/WebKit/Source/core/dom/
TreeWalker.cpp 68 if (state && state->hadException())
80 if (state && state->hadException())
113 if (state && state->hadException())
150 if (state && state->hadException())
172 if (state && state->hadException())
187 if (state && state->hadException())
209 if (state && state->hadException())
223 if (state && state->hadException())
230 if (state && state->hadException())
247 if (state && state->hadException())
    [all...]
DOMStringMap.h 63 bool result = !es.hadException();
Range.cpp 230 if (es.hadException())
258 if (es.hadException())
309 if (es.hadException())
312 return compareBoundaryPoints(refNode, offset, m_start.container(), m_start.offset(), es) >= 0 && !es.hadException()
313 && compareBoundaryPoints(refNode, offset, m_end.container(), m_end.offset(), es) <= 0 && !es.hadException();
338 if (es.hadException())
345 if (es.hadException())
349 if (compareBoundaryPoints(refNode, offset, m_end.container(), m_end.offset(), es) > 0 && !es.hadException())
416 if (es.hadException())
419 if (es.hadException())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
MediaControlsChromium.cpp 77 if (es.hadException())
83 if (es.hadException())
90 if (es.hadException())
96 if (es.hadException())
102 if (es.hadException())
109 if (es.hadException())
116 if (es.hadException())
123 if (es.hadException())
128 if (es.hadException())
133 if (es.hadException())
    [all...]
MediaControlsChromiumAndroid.cpp 59 if (es.hadException())
64 if (es.hadException())
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseSync.cpp 91 if (es.hadException()) {
113 if (es.hadException()) {
126 if (es.hadException()) {
168 if (es.hadException()) {
174 if (es.hadException()) {
180 if (es.hadException()) {
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGLength.h 123 if (es.hadException())
135 if (es.hadException())
145 if (es.hadException())
149 if (es.hadException())
155 if (es.hadException())
SVGLengthList.cpp 47 if (es.hadException())
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBIndex.cpp 75 if (es.hadException())
88 if (es.hadException())
117 if (es.hadException())
138 if (es.hadException())
151 if (es.hadException())
160 if (es.hadException())
194 if (es.hadException())
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathEvaluator.cpp 61 if (es.hadException())
XPathExpression.cpp 83 if (es.hadException())
  /external/chromium_org/third_party/WebKit/Source/core/editing/
DeleteFromTextNodeCommand.cpp 57 if (es.hadException())
  /external/chromium_org/third_party/WebKit/Source/core/workers/
DedicatedWorkerGlobalScope.cpp 69 if (es.hadException())

Completed in 365 milliseconds

1 2 3 4