Home
last modified time | relevance | path

Searched refs:hadException (Results 1 – 25 of 81) sorted by relevance

1234

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInjectedScript.cpp219 bool hadException = false; in nodeForObjectId() local
220 ScriptValue resultValue = callFunctionWithEvalEnabled(function, hadException); in nodeForObjectId()
221 ASSERT(!hadException); in nodeForObjectId()
239 bool hadException = false; in wrapCallFrames() local
240 ScriptValue callFramesValue = callFunctionWithEvalEnabled(function, hadException); in wrapCallFrames()
241 ASSERT(!hadException); in wrapCallFrames()
256 bool hadException = false; in wrapObject() local
257 ScriptValue r = callFunctionWithEvalEnabled(wrapFunction, hadException); in wrapObject()
258 if (hadException) in wrapObject()
274 bool hadException = false; in wrapTable() local
[all …]
DInjectedScriptModule.cpp57 bool hadException = false; in ensureInjected() local
58 ScriptValue resultValue = injectedScript.callFunctionWithEvalEnabled(function, hadException); in ensureInjected()
59 ASSERT(!hadException); in ensureInjected()
61 if (hadException || resultValue.hasNoValue() || !resultValue.isObject()) { in ensureInjected()
65 resultValue = injectedScript.callFunctionWithEvalEnabled(function, hadException); in ensureInjected()
66 if (hadException || resultValue.hasNoValue() || !resultValue.isObject()) { in ensureInjected()
DInjectedScriptBase.cpp75 …ctedScriptBase::callFunctionWithEvalEnabled(ScriptFunctionCall& function, bool& hadException) const in callFunctionWithEvalEnabled()
89 ScriptValue resultValue = function.call(hadException); in callFunctionWithEvalEnabled()
105 bool hadException = false; in makeCall() local
106 ScriptValue resultValue = callFunctionWithEvalEnabled(function, hadException); in makeCall()
108 ASSERT(!hadException); in makeCall()
109 if (!hadException) { in makeCall()
DInjectedScriptCanvasModule.cpp78 bool hadException = false; in callWrapContextFunction() local
79 ScriptValue resultValue = callFunctionWithEvalEnabled(function, hadException); in callWrapContextFunction()
80 if (hadException || resultValue.hasNoValue() || !resultValue.isObject()) { in callWrapContextFunction()
128 bool hadException = false; in callVoidFunctionWithTraceLogIdArgument() local
129 callFunctionWithEvalEnabled(function, hadException); in callVoidFunctionWithTraceLogIdArgument()
130 ASSERT(!hadException); in callVoidFunctionWithTraceLogIdArgument()
131 if (hadException) in callVoidFunctionWithTraceLogIdArgument()
DDOMEditor.cpp68 return !exceptionState.hadException(); in undo()
74 return !exceptionState.hadException(); in redo()
102 return !exceptionState.hadException(); in perform()
108 if (exceptionState.hadException()) in undo()
120 return !exceptionState.hadException(); in redo()
227 return !exceptionState.hadException(); in perform()
308 return !exceptionState.hadException(); in undo()
314 return !exceptionState.hadException(); in redo()
408 if (exceptionState.hadException()) in populateErrorString()
DInspectorDOMStorageAgent.cpp56 static bool hadException(ExceptionState& exceptionState, ErrorString* errorString) in hadException() function
58 if (!exceptionState.hadException()) in hadException()
122 if (hadException(exceptionState, errorString)) in getDOMStorageItems()
125 if (hadException(exceptionState, errorString)) in getDOMStorageItems()
137 if (exceptionState.hadException()) in toErrorString()
DInspectorIndexedDBAgent.cpp193 if (exceptionState.hadException()) { in start()
204 if (exceptionState.hadException()) in transactionForDatabase()
213 if (exceptionState.hadException()) in objectStoreForTransaction()
222 if (exceptionState.hadException()) in indexForObjectStore()
423 if (exceptionState.hadException()) in handleEvent()
437 if (exceptionState.hadException()) { in handleEvent()
614 if (exceptionState.hadException()) { in requestDatabaseNames()
738 ASSERT(!exceptionState.hadException()); in execute()
739 if (exceptionState.hadException()) { in execute()
/external/chromium_org/third_party/WebKit/Source/core/storage/
DStorage.cpp62 if (exceptionState.hadException() || !found) in anonymousNamedGetter()
65 if (exceptionState.hadException()) in anonymousNamedGetter()
84 if (!found || exceptionState.hadException()) in anonymousNamedDeleter()
87 if (exceptionState.hadException()) in anonymousNamedDeleter()
100 if (exceptionState.hadException()) in namedPropertyEnumerator()
105 if (exceptionState.hadException()) in namedPropertyEnumerator()
109 if (exceptionState.hadException()) in namedPropertyEnumerator()
120 if (exceptionState.hadException() || !found) in namedPropertyQuery()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DTreeWalker.cpp66 if (state && state->hadException()) in parentNode()
78 if (state && state->hadException()) in firstChild()
111 if (state && state->hadException()) in lastChild()
148 if (state && state->hadException()) in previousSibling()
170 if (state && state->hadException()) in previousSibling()
185 if (state && state->hadException()) in nextSibling()
207 if (state && state->hadException()) in nextSibling()
221 if (state && state->hadException()) in previousNode()
228 if (state && state->hadException()) in previousNode()
245 if (state && state->hadException()) in previousNode()
[all …]
DRange.cpp231 if (exceptionState.hadException()) in setStart()
259 if (exceptionState.hadException()) in setEnd()
310 if (exceptionState.hadException()) in isPointInRange()
313 …fset, m_start.container(), m_start.offset(), exceptionState) >= 0 && !exceptionState.hadException() in isPointInRange()
314 … offset, m_end.container(), m_end.offset(), exceptionState) <= 0 && !exceptionState.hadException(); in isPointInRange()
339 if (exceptionState.hadException()) in comparePoint()
346 if (exceptionState.hadException()) in comparePoint()
350 …, offset, m_end.container(), m_end.offset(), exceptionState) > 0 && !exceptionState.hadException()) in comparePoint()
417 if (exceptionState.hadException()) in compareBoundaryPoints()
420 if (exceptionState.hadException()) in compareBoundaryPoints()
[all …]
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DMediaControlsChromium.cpp77 if (exceptionState.hadException()) in initializeControls()
83 if (exceptionState.hadException()) in initializeControls()
90 if (exceptionState.hadException()) in initializeControls()
96 if (exceptionState.hadException()) in initializeControls()
102 if (exceptionState.hadException()) in initializeControls()
109 if (exceptionState.hadException()) in initializeControls()
116 if (exceptionState.hadException()) in initializeControls()
123 if (exceptionState.hadException()) in initializeControls()
128 if (exceptionState.hadException()) in initializeControls()
133 if (exceptionState.hadException()) in initializeControls()
DMediaControlsChromiumAndroid.cpp59 if (exceptionState.hadException()) in createControls()
64 if (exceptionState.hadException()) in createControls()
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DDatabaseSync.cpp88 if (exceptionState.hadException()) { in changeVersion()
110 if (exceptionState.hadException()) { in changeVersion()
123 if (exceptionState.hadException()) { in changeVersion()
165 if (exceptionState.hadException()) { in runTransaction()
171 if (exceptionState.hadException()) { in runTransaction()
177 if (exceptionState.hadException()) { in runTransaction()
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DScriptFunctionCall.cpp123 ScriptValue ScriptFunctionCall::call(bool& hadException, bool reportExceptions) in call() argument
130 hadException = true; in call()
145 hadException = true; in call()
154 bool hadException = false; in call() local
155 return call(hadException); in call()
158 ScriptObject ScriptFunctionCall::construct(bool& hadException, bool reportExceptions) in construct() argument
165 hadException = true; in construct()
178 hadException = true; in construct()
DScriptFunctionCall.h66 ScriptValue call(bool& hadException, bool reportExceptions = true);
68 ScriptObject construct(bool& hadException, bool reportExceptions = true);
DWorkerScriptController.h56 : hadException(false) in WorkerGlobalScopeExecutionState()
62 bool hadException; member
DWorkerScriptController.cpp174 state->hadException = true; in evaluate()
183 state->hadException = false; in evaluate()
198 if (state.hadException) { in evaluate()
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
DIDBIndex.cpp83 if (exceptionState.hadException()) in openCursor()
87 if (exceptionState.hadException()) in openCursor()
118 if (exceptionState.hadException()) in count()
142 if (exceptionState.hadException()) in openKeyCursor()
146 if (exceptionState.hadException()) in openKeyCursor()
172 if (exceptionState.hadException()) in get()
201 if (exceptionState.hadException()) in getKey()
DIDBObjectStore.cpp95 if (exceptionState.hadException()) in get()
259 if (exceptionState.hadException()) in deleteFunction()
425 ASSERT(!exceptionState.hadException()); in createIndex()
426 if (exceptionState.hadException()) in createIndex()
529 if (exceptionState.hadException()) in openCursor()
533 if (exceptionState.hadException()) in openCursor()
565 if (exceptionState.hadException()) in openKeyCursor()
569 if (exceptionState.hadException()) in openKeyCursor()
596 if (exceptionState.hadException()) in count()
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGLength.h123 if (exceptionState.hadException()) in blend()
135 if (exceptionState.hadException()) in blend()
145 if (exceptionState.hadException()) in blend()
149 if (exceptionState.hadException()) in blend()
155 if (exceptionState.hadException()) in blend()
DSVGLength.cpp177 if (exceptionState.hadException()) in construct()
218 if (!exceptionState.hadException()) in setValue()
292 if (exceptionState.hadException()) in convertToSpecifiedUnits()
298 if (!exceptionState.hadException()) in convertToSpecifiedUnits()
353 if (exceptionState.hadException()) in fromCSSPrimitiveValue()
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
DRTCPeerConnection.cpp119 if (exceptionState.hadException()) in create()
123 if (exceptionState.hadException()) in create()
128 if (exceptionState.hadException()) in create()
182 if (exceptionState.hadException()) in createOffer()
202 if (exceptionState.hadException()) in createAnswer()
271 if (exceptionState.hadException()) in updateIce()
275 if (exceptionState.hadException()) in updateIce()
395 if (exceptionState.hadException()) in addStream()
484 if (exceptionState.hadException()) in createDataChannel()
519 if (exceptionState.hadException()) in createDTMFSender()
/external/chromium_org/third_party/WebKit/Source/core/css/
DFontFace.cpp111 if (exceptionState.hadException()) in create()
117 if (exceptionState.hadException()) in create()
122 if (exceptionState.hadException()) in create()
127 if (exceptionState.hadException()) in create()
132 if (exceptionState.hadException()) in create()
137 if (exceptionState.hadException()) in create()
142 if (exceptionState.hadException()) in create()
/external/chromium_org/third_party/WebKit/Source/core/page/
DDOMSelection.cpp427 …ryPoints(Range::END_TO_START, range.get(), exceptionState) < 1 && !exceptionState.hadException()) { in addRange()
479 …rtContainer(), selectedRange->startOffset(), exceptionState) >= 0 && !exceptionState.hadException() in containsNode()
480 …endContainer(), selectedRange->endOffset(), exceptionState) <= 0 && !exceptionState.hadException(); in containsNode()
481 ASSERT(!exceptionState.hadException()); in containsNode()
485 …>endContainer(), selectedRange->endOffset(), exceptionState) > 0 && !exceptionState.hadException()) in containsNode()
486 …tContainer(), selectedRange->startOffset(), exceptionState) < 0 && !exceptionState.hadException()); in containsNode()
487 ASSERT(!exceptionState.hadException()); in containsNode()
/external/chromium_org/third_party/WebKit/Source/core/timing/
DPerformanceUserTiming.cpp146 if (exceptionState.hadException()) in measure()
150 if (exceptionState.hadException()) in measure()
153 if (exceptionState.hadException()) in measure()

1234