IGNORE_EXCEPTION 1746 Source/core/accessibility/AXRenderObject.cpp     range->selectNodeContents(node, IGNORE_EXCEPTION);
IGNORE_EXCEPTION 1772 Source/core/accessibility/AXRenderObject.cpp     range->setStart(node, 0, IGNORE_EXCEPTION);
IGNORE_EXCEPTION 1773 Source/core/accessibility/AXRenderObject.cpp     range->setEnd(indexPosition, IGNORE_EXCEPTION);
IGNORE_EXCEPTION 1867 Source/core/accessibility/AXRenderObject.cpp     if (!currentSelectionRange || !currentSelectionRange->intersectsNode(node, IGNORE_EXCEPTION))
IGNORE_EXCEPTION 3024 Source/core/dom/Document.cpp     toHTMLDocument(this)->setCookie(content, IGNORE_EXCEPTION);
IGNORE_EXCEPTION 1618 Source/core/dom/Range.cpp     range->selectNodeContents(node, IGNORE_EXCEPTION);
IGNORE_EXCEPTION   65 Source/core/dom/Text.cpp         remove(IGNORE_EXCEPTION);
IGNORE_EXCEPTION   78 Source/core/dom/Text.cpp             nextText->remove(IGNORE_EXCEPTION);
IGNORE_EXCEPTION  101 Source/core/dom/Text.cpp         nextText->remove(IGNORE_EXCEPTION);
IGNORE_EXCEPTION  207 Source/core/dom/Text.cpp         parent->removeChild(nodeToRemove.get(), IGNORE_EXCEPTION);
IGNORE_EXCEPTION  215 Source/core/dom/Text.cpp             parent->removeChild(nodeToRemove.get(), IGNORE_EXCEPTION);
IGNORE_EXCEPTION  221 Source/core/dom/Text.cpp             parent->removeChild(this, IGNORE_EXCEPTION);
IGNORE_EXCEPTION   51 Source/core/editing/AppendNodeCommand.cpp     m_parent->appendChild(m_node.get(), IGNORE_EXCEPTION);
IGNORE_EXCEPTION   59 Source/core/editing/AppendNodeCommand.cpp     m_node->remove(IGNORE_EXCEPTION);
IGNORE_EXCEPTION   69 Source/core/editing/DeleteFromTextNodeCommand.cpp     m_node->insertData(m_offset, m_text, IGNORE_EXCEPTION, CharacterData::DeprecatedRecalcStyleImmediatlelyForEditing);
IGNORE_EXCEPTION 1262 Source/core/editing/EditingStyle.cpp         if (PassRefPtrWillBeRawPtr<CSSValue> value = backgroundColorInEffect(range->commonAncestorContainer(IGNORE_EXCEPTION)))
IGNORE_EXCEPTION  261 Source/core/editing/Editor.cpp     if (range->collapsed(IGNORE_EXCEPTION)) {
IGNORE_EXCEPTION  350 Source/core/editing/Editor.cpp     target->dispatchEvent(TextEvent::createForPlainTextPaste(m_frame.domWindow(), pastingText, smartReplace), IGNORE_EXCEPTION);
IGNORE_EXCEPTION  358 Source/core/editing/Editor.cpp     target->dispatchEvent(TextEvent::createForFragmentPaste(m_frame.domWindow(), pastingFragment, smartReplace, matchStyle), IGNORE_EXCEPTION);
IGNORE_EXCEPTION  468 Source/core/editing/Editor.cpp     target->dispatchEvent(evt, IGNORE_EXCEPTION);
IGNORE_EXCEPTION  519 Source/core/editing/Editor.cpp     if (!range || range->collapsed(IGNORE_EXCEPTION))
IGNORE_EXCEPTION  678 Source/core/editing/Editor.cpp         startRoot->dispatchEvent(Event::create(EventTypeNames::webkitEditableContentChanged), IGNORE_EXCEPTION);
IGNORE_EXCEPTION  680 Source/core/editing/Editor.cpp         endRoot->dispatchEvent(Event::create(EventTypeNames::webkitEditableContentChanged), IGNORE_EXCEPTION);
IGNORE_EXCEPTION  219 Source/core/editing/EditorCommand.cpp     if (newRange->collapsed(IGNORE_EXCEPTION))
IGNORE_EXCEPTION  441 Source/core/editing/EditorCommand.cpp     if (!Document::parseQualifiedName(AtomicString(tagName), prefix, localName, IGNORE_EXCEPTION))
IGNORE_EXCEPTION  109 Source/core/editing/FormatBlockCommand.cpp     Node* commonAncestor = range->commonAncestorContainer(IGNORE_EXCEPTION);
IGNORE_EXCEPTION  204 Source/core/editing/InputMethodController.cpp         target->dispatchEvent(event, IGNORE_EXCEPTION);
IGNORE_EXCEPTION  272 Source/core/editing/InputMethodController.cpp             target->dispatchEvent(event, IGNORE_EXCEPTION);
IGNORE_EXCEPTION   63 Source/core/editing/InsertIntoTextNodeCommand.cpp     m_node->insertData(m_offset, m_text, IGNORE_EXCEPTION, CharacterData::DeprecatedRecalcStyleImmediatlelyForEditing);
IGNORE_EXCEPTION   71 Source/core/editing/InsertIntoTextNodeCommand.cpp     m_node->deleteData(m_offset, m_text.length(), IGNORE_EXCEPTION, CharacterData::DeprecatedRecalcStyleImmediatlelyForEditing);
IGNORE_EXCEPTION  243 Source/core/editing/InsertListCommand.cpp                 currentSelection.setStart(newList, 0, IGNORE_EXCEPTION);
IGNORE_EXCEPTION  245 Source/core/editing/InsertListCommand.cpp                 currentSelection.setEnd(newList, lastOffsetInNode(newList.get()), IGNORE_EXCEPTION);
IGNORE_EXCEPTION   56 Source/core/editing/InsertNodeBeforeCommand.cpp     parent->insertBefore(m_insertChild.get(), m_refChild.get(), IGNORE_EXCEPTION);
IGNORE_EXCEPTION   64 Source/core/editing/InsertNodeBeforeCommand.cpp     m_insertChild->remove(IGNORE_EXCEPTION);
IGNORE_EXCEPTION   58 Source/core/editing/MergeIdenticalElementsCommand.cpp         m_element2->insertBefore(children[i].release(), m_atChild.get(), IGNORE_EXCEPTION);
IGNORE_EXCEPTION   60 Source/core/editing/MergeIdenticalElementsCommand.cpp     m_element1->remove(IGNORE_EXCEPTION);
IGNORE_EXCEPTION  124 Source/core/editing/PlainTextRange.cpp                 resultRange->setStart(textRunRange->startContainer(), offset + textRunRange->startOffset(), IGNORE_EXCEPTION);
IGNORE_EXCEPTION  127 Source/core/editing/PlainTextRange.cpp                     resultRange->setStart(textRunRange->startContainer(), textRunRange->startOffset(), IGNORE_EXCEPTION);
IGNORE_EXCEPTION  129 Source/core/editing/PlainTextRange.cpp                     resultRange->setStart(textRunRange->endContainer(), textRunRange->endOffset(), IGNORE_EXCEPTION);
IGNORE_EXCEPTION  136 Source/core/editing/PlainTextRange.cpp                 resultRange->setEnd(textRunRange->startContainer(), offset + textRunRange->startOffset(), IGNORE_EXCEPTION);
IGNORE_EXCEPTION  139 Source/core/editing/PlainTextRange.cpp                     resultRange->setEnd(textRunRange->startContainer(), textRunRange->startOffset(), IGNORE_EXCEPTION);
IGNORE_EXCEPTION  141 Source/core/editing/PlainTextRange.cpp                     resultRange->setEnd(textRunRange->endContainer(), textRunRange->endOffset(), IGNORE_EXCEPTION);
IGNORE_EXCEPTION  153 Source/core/editing/PlainTextRange.cpp         resultRange->setEnd(textRunRange->endContainer(), textRunRange->endOffset(), IGNORE_EXCEPTION);
IGNORE_EXCEPTION  178 Source/core/editing/PlainTextRange.cpp     testRange->setEnd(range.endContainer(), range.endOffset(), IGNORE_EXCEPTION);
IGNORE_EXCEPTION   61 Source/core/editing/RemoveCSSPropertyCommand.cpp     m_element->style()->setPropertyInternal(m_property, String(), false, IGNORE_EXCEPTION);
IGNORE_EXCEPTION   66 Source/core/editing/RemoveCSSPropertyCommand.cpp     m_element->style()->setPropertyInternal(m_property, m_oldValue, m_important, IGNORE_EXCEPTION);
IGNORE_EXCEPTION   55 Source/core/editing/RemoveNodeCommand.cpp     m_node->remove(IGNORE_EXCEPTION);
IGNORE_EXCEPTION   65 Source/core/editing/RemoveNodeCommand.cpp     parent->insertBefore(m_node.get(), refChild.get(), IGNORE_EXCEPTION);
IGNORE_EXCEPTION  548 Source/core/editing/ReplaceSelectionCommand.cpp                 element->style()->setPropertyInternal(CSSPropertyDisplay, "inline", false, IGNORE_EXCEPTION);
IGNORE_EXCEPTION  550 Source/core/editing/ReplaceSelectionCommand.cpp                 element->style()->setPropertyInternal(CSSPropertyFloat, "none", false, IGNORE_EXCEPTION);
IGNORE_EXCEPTION  186 Source/core/editing/SpellChecker.cpp         spellingSearchRange->setStart(rangeCompliantPosition.deprecatedNode(), rangeCompliantPosition.deprecatedEditingOffset(), IGNORE_EXCEPTION);
IGNORE_EXCEPTION  193 Source/core/editing/SpellChecker.cpp     spellingSearchRange->setEnd(topNode, lastOffsetForEditing(topNode), IGNORE_EXCEPTION);
IGNORE_EXCEPTION  204 Source/core/editing/SpellChecker.cpp     if (spellingSearchRange->collapsed(IGNORE_EXCEPTION))
IGNORE_EXCEPTION  225 Source/core/editing/SpellChecker.cpp         grammarSearchRange = spellingSearchRange->cloneRange(IGNORE_EXCEPTION);
IGNORE_EXCEPTION  236 Source/core/editing/SpellChecker.cpp         grammarSearchRange = spellingSearchRange->cloneRange(IGNORE_EXCEPTION);
IGNORE_EXCEPTION  241 Source/core/editing/SpellChecker.cpp             grammarSearchRange->setEnd(chars.range()->startContainer(), chars.range()->startOffset(), IGNORE_EXCEPTION);
IGNORE_EXCEPTION  251 Source/core/editing/SpellChecker.cpp         spellingSearchRange->setStart(topNode, 0, IGNORE_EXCEPTION);
IGNORE_EXCEPTION  253 Source/core/editing/SpellChecker.cpp         spellingSearchRange->setEnd(searchEndNodeAfterWrap, searchEndOffsetAfterWrap, IGNORE_EXCEPTION);
IGNORE_EXCEPTION  256 Source/core/editing/SpellChecker.cpp             grammarSearchRange = spellingSearchRange->cloneRange(IGNORE_EXCEPTION);
IGNORE_EXCEPTION  267 Source/core/editing/SpellChecker.cpp             grammarSearchRange = spellingSearchRange->cloneRange(IGNORE_EXCEPTION);
IGNORE_EXCEPTION  272 Source/core/editing/SpellChecker.cpp                 grammarSearchRange->setEnd(chars.range()->startContainer(), chars.range()->startOffset(), IGNORE_EXCEPTION);
IGNORE_EXCEPTION   93 Source/core/editing/SplitElementCommand.cpp         m_element2->insertBefore(children[i].get(), refChild.get(), IGNORE_EXCEPTION);
IGNORE_EXCEPTION  100 Source/core/editing/SplitElementCommand.cpp     m_element1->remove(IGNORE_EXCEPTION);
IGNORE_EXCEPTION   59 Source/core/editing/SplitTextNodeCommand.cpp     String prefixText = m_text2->substringData(0, m_offset, IGNORE_EXCEPTION);
IGNORE_EXCEPTION  103 Source/core/editing/TextCheckingHelper.cpp     RefPtrWillBeRawPtr<Range> paragraphRange = range->cloneRange(IGNORE_EXCEPTION);
IGNORE_EXCEPTION  309 Source/core/editing/TextCheckingHelper.cpp     RefPtrWillBeRawPtr<Range> paragraphRange = m_range->cloneRange(IGNORE_EXCEPTION);
IGNORE_EXCEPTION   67 Source/core/editing/TextInsertionBaseCommand.cpp             startNode->rootEditableElement()->dispatchEvent(evt, IGNORE_EXCEPTION);
IGNORE_EXCEPTION   81 Source/core/editing/TextInsertionBaseCommand.cpp     node->dispatchEvent(event, IGNORE_EXCEPTION);
IGNORE_EXCEPTION 1699 Source/core/editing/TextIterator.cpp         m_range->setEnd(m_textIterator.range()->endContainer(), m_textIterator.range()->endOffset(), IGNORE_EXCEPTION);
IGNORE_EXCEPTION 2086 Source/core/editing/TextIterator.cpp         beforeStartRange->setEnd(startRange->startContainer(), startRange->startOffset(), IGNORE_EXCEPTION);
IGNORE_EXCEPTION  547 Source/core/editing/VisibleUnits.cpp         backwardsScanRange->setEnd(start.deprecatedNode(), start.deprecatedEditingOffset(), IGNORE_EXCEPTION);
IGNORE_EXCEPTION  562 Source/core/editing/VisibleUnits.cpp     searchRange->selectNodeContents(boundary, IGNORE_EXCEPTION);
IGNORE_EXCEPTION  563 Source/core/editing/VisibleUnits.cpp     searchRange->setStart(start.deprecatedNode(), start.deprecatedEditingOffset(), IGNORE_EXCEPTION);
IGNORE_EXCEPTION   50 Source/core/editing/WrapContentsInDummySpanCommand.cpp         m_dummySpan->appendChild(children[i].release(), IGNORE_EXCEPTION);
IGNORE_EXCEPTION   52 Source/core/editing/WrapContentsInDummySpanCommand.cpp     m_element->appendChild(m_dummySpan.get(), IGNORE_EXCEPTION);
IGNORE_EXCEPTION   75 Source/core/editing/WrapContentsInDummySpanCommand.cpp         m_element->appendChild(children[i].release(), IGNORE_EXCEPTION);
IGNORE_EXCEPTION   77 Source/core/editing/WrapContentsInDummySpanCommand.cpp     m_dummySpan->remove(IGNORE_EXCEPTION);
IGNORE_EXCEPTION  102 Source/core/editing/htmlediting.cpp     int result = Range::compareBoundaryPoints(nodeA, offsetA, nodeB, offsetB, IGNORE_EXCEPTION);
IGNORE_EXCEPTION 1046 Source/core/editing/htmlediting.cpp     if (selectedRange.compareNode(&node, IGNORE_EXCEPTION) == Range::NODE_INSIDE)
IGNORE_EXCEPTION  499 Source/core/editing/markup.cpp     Node* commonAncestor = range->commonAncestorContainer(IGNORE_EXCEPTION);
IGNORE_EXCEPTION 1513 Source/core/frame/DOMWindow.cpp     window->localStorage(IGNORE_EXCEPTION);
IGNORE_EXCEPTION 1514 Source/core/frame/DOMWindow.cpp     window->sessionStorage(IGNORE_EXCEPTION);
IGNORE_EXCEPTION  667 Source/core/html/HTMLMediaElement.cpp     setPlaybackRate(defaultPlaybackRate(), IGNORE_EXCEPTION);
IGNORE_EXCEPTION 2012 Source/core/html/HTMLMediaElement.cpp         seek(0, IGNORE_EXCEPTION);
IGNORE_EXCEPTION 2760 Source/core/html/HTMLMediaElement.cpp             seek(0, IGNORE_EXCEPTION);
IGNORE_EXCEPTION 2809 Source/core/html/HTMLMediaElement.cpp         seek(duration, IGNORE_EXCEPTION);
IGNORE_EXCEPTION 2840 Source/core/html/HTMLMediaElement.cpp         m_mediaController->setCurrentTime(time, IGNORE_EXCEPTION);
IGNORE_EXCEPTION 2843 Source/core/html/HTMLMediaElement.cpp     setCurrentTime(time, IGNORE_EXCEPTION);
IGNORE_EXCEPTION 3601 Source/core/html/HTMLMediaElement.cpp         seek(m_fragmentStartTime, IGNORE_EXCEPTION);
IGNORE_EXCEPTION  103 Source/core/html/HTMLScriptElement.cpp     appendChild(document().createTextNode(value.impl()), IGNORE_EXCEPTION);
IGNORE_EXCEPTION  226 Source/core/html/HTMLSelectElement.cpp     listItems()[listIndex]->remove(IGNORE_EXCEPTION);
IGNORE_EXCEPTION  128 Source/core/html/HTMLTableElement.cpp     setTHead(head, IGNORE_EXCEPTION);
IGNORE_EXCEPTION  134 Source/core/html/HTMLTableElement.cpp     removeChild(tHead(), IGNORE_EXCEPTION);
IGNORE_EXCEPTION  142 Source/core/html/HTMLTableElement.cpp     setTFoot(foot, IGNORE_EXCEPTION);
IGNORE_EXCEPTION  148 Source/core/html/HTMLTableElement.cpp     removeChild(tFoot(), IGNORE_EXCEPTION);
IGNORE_EXCEPTION  165 Source/core/html/HTMLTableElement.cpp     setCaption(caption, IGNORE_EXCEPTION);
IGNORE_EXCEPTION  171 Source/core/html/HTMLTableElement.cpp     removeChild(caption(), IGNORE_EXCEPTION);
IGNORE_EXCEPTION  417 Source/core/html/HTMLTextAreaElement.cpp         removeChild(textNodes[i].get(), IGNORE_EXCEPTION);
IGNORE_EXCEPTION  424 Source/core/html/HTMLTextAreaElement.cpp     insertBefore(document().createTextNode(value), firstChild(), IGNORE_EXCEPTION);
IGNORE_EXCEPTION   97 Source/core/html/HTMLTitleElement.cpp         appendChild(document().createTextNode(value.impl()), IGNORE_EXCEPTION);
IGNORE_EXCEPTION  227 Source/core/html/HTMLTrackElement.cpp         dispatchEvent(Event::create(EventTypeNames::error), IGNORE_EXCEPTION);
IGNORE_EXCEPTION  238 Source/core/html/HTMLTrackElement.cpp     dispatchEvent(Event::create(EventTypeNames::load), IGNORE_EXCEPTION);
IGNORE_EXCEPTION  510 Source/core/html/MediaController.cpp     element->seek(currentTime(), IGNORE_EXCEPTION);
IGNORE_EXCEPTION  607 Source/core/html/MediaController.cpp         dispatchEvent(pendingEvents[index].release(), IGNORE_EXCEPTION);
IGNORE_EXCEPTION  181 Source/core/html/TimeRanges.cpp         if (time >= start(n, IGNORE_EXCEPTION) && time <= end(n, IGNORE_EXCEPTION))
IGNORE_EXCEPTION  192 Source/core/html/TimeRanges.cpp         double startTime = start(ndx, IGNORE_EXCEPTION);
IGNORE_EXCEPTION  193 Source/core/html/TimeRanges.cpp         double endTime = end(ndx, IGNORE_EXCEPTION);
IGNORE_EXCEPTION   46 Source/core/html/TimeRangesTest.cpp         ss << " [" << ranges.start(i, IGNORE_EXCEPTION) << "," << ranges.end(i, IGNORE_EXCEPTION) << ")";
IGNORE_EXCEPTION   88 Source/core/html/TimeRangesTest.cpp         rangeB->add(rangeA->start(i, IGNORE_EXCEPTION), rangeA->end(i, IGNORE_EXCEPTION));
IGNORE_EXCEPTION 1610 Source/core/html/canvas/CanvasRenderingContext2D.cpp     drawImageInternal(image, sx, sy, sw, sh, dx, dy, dw, dh, IGNORE_EXCEPTION, op, blendOp);
IGNORE_EXCEPTION  832 Source/core/html/forms/InputType.cpp         setValueAsDecimal(newValue, count == 1 || count == -1 ? DispatchChangeEvent : DispatchNoEvent, IGNORE_EXCEPTION);
IGNORE_EXCEPTION  834 Source/core/html/forms/InputType.cpp             applyStep(newValue, count - 1, AnyIsDefaultStep, DispatchChangeEvent, IGNORE_EXCEPTION);
IGNORE_EXCEPTION  838 Source/core/html/forms/InputType.cpp             applyStep(newValue, count + 1, AnyIsDefaultStep, DispatchChangeEvent, IGNORE_EXCEPTION);
IGNORE_EXCEPTION  944 Source/core/html/forms/InputType.cpp         setValueAsDecimal(current, DispatchNoEvent, IGNORE_EXCEPTION);
IGNORE_EXCEPTION  947 Source/core/html/forms/InputType.cpp         setValueAsDecimal(sign > 0 ? stepRange.minimum() : stepRange.maximum(), DispatchInputAndChangeEvent, IGNORE_EXCEPTION);
IGNORE_EXCEPTION  950 Source/core/html/forms/InputType.cpp     applyStep(current, n, AnyIsDefaultStep, DispatchInputAndChangeEvent, IGNORE_EXCEPTION);
IGNORE_EXCEPTION  234 Source/core/html/forms/RangeInputType.cpp         setValueAsDecimal(newValue, eventBehavior, IGNORE_EXCEPTION);
IGNORE_EXCEPTION  370 Source/core/html/shadow/MediaControlElements.cpp             mediaElement().controller()->setCurrentTime(time, IGNORE_EXCEPTION);
IGNORE_EXCEPTION  372 Source/core/html/shadow/MediaControlElements.cpp             mediaElement().setCurrentTime(time, IGNORE_EXCEPTION);
IGNORE_EXCEPTION  294 Source/core/html/shadow/MediaControls.cpp     m_currentTimeDisplay->setInnerText(RenderTheme::theme().formatMediaControlsCurrentTime(now, duration), IGNORE_EXCEPTION);
IGNORE_EXCEPTION  337 Source/core/inspector/DOMEditor.cpp         return redo(IGNORE_EXCEPTION);
IGNORE_EXCEPTION  107 Source/core/inspector/DOMPatchSupport.cpp     if (!innerPatchNode(oldInfo.get(), newInfo.get(), IGNORE_EXCEPTION)) {
IGNORE_EXCEPTION 1313 Source/core/inspector/InspectorCSSAgent.cpp             matched |= element->matches(firstTagHistorySelector->selectorText(), IGNORE_EXCEPTION);
IGNORE_EXCEPTION  103 Source/core/inspector/InspectorHistory.cpp     perform(adoptRef(new UndoableStateMark()), IGNORE_EXCEPTION);
IGNORE_EXCEPTION  686 Source/core/inspector/InspectorResourceAgent.cpp     xhr->open(xhrReplayData->method(), xhrReplayData->url(), xhrReplayData->async(), IGNORE_EXCEPTION);
IGNORE_EXCEPTION  689 Source/core/inspector/InspectorResourceAgent.cpp         xhr->setRequestHeader(it->key, it->value, IGNORE_EXCEPTION);
IGNORE_EXCEPTION  690 Source/core/inspector/InspectorResourceAgent.cpp     xhr->sendForInspectorXHRReplay(xhrReplayData->formData(), IGNORE_EXCEPTION);
IGNORE_EXCEPTION  443 Source/core/page/DragController.cpp     return target->dispatchEvent(TextEvent::createForDrop(innerFrame->domWindow(), text), IGNORE_EXCEPTION);
IGNORE_EXCEPTION 1759 Source/core/page/EventHandler.cpp     dragTarget->dispatchEvent(me.get(), IGNORE_EXCEPTION);
IGNORE_EXCEPTION 2083 Source/core/page/EventHandler.cpp         && m_frame->selection().toNormalizedRange()->compareNode(element, IGNORE_EXCEPTION) == Range::NODE_INSIDE
IGNORE_EXCEPTION 3137 Source/core/page/EventHandler.cpp         node->dispatchEvent(keydown, IGNORE_EXCEPTION);
IGNORE_EXCEPTION 3143 Source/core/page/EventHandler.cpp     node->dispatchEvent(keydown, IGNORE_EXCEPTION);
IGNORE_EXCEPTION 3164 Source/core/page/EventHandler.cpp     node->dispatchEvent(keypress, IGNORE_EXCEPTION);
IGNORE_EXCEPTION 3415 Source/core/page/EventHandler.cpp     target->dispatchEvent(event, IGNORE_EXCEPTION);
IGNORE_EXCEPTION  153 Source/core/rendering/AbstractInlineTextBox.cpp         range->setStart(node, start, IGNORE_EXCEPTION);
IGNORE_EXCEPTION  154 Source/core/rendering/AbstractInlineTextBox.cpp         range->setEnd(node, start + len, IGNORE_EXCEPTION);
IGNORE_EXCEPTION   41 Source/core/svg/RadialGradientAttributes.h         m_cx->setValueAsString("50%", IGNORE_EXCEPTION);
IGNORE_EXCEPTION   42 Source/core/svg/RadialGradientAttributes.h         m_cy->setValueAsString("50%", IGNORE_EXCEPTION);
IGNORE_EXCEPTION   43 Source/core/svg/RadialGradientAttributes.h         m_r->setValueAsString("50%", IGNORE_EXCEPTION);
IGNORE_EXCEPTION  110 Source/core/svg/SVGAngle.cpp     point->setValueAsString(value, IGNORE_EXCEPTION);
IGNORE_EXCEPTION   90 Source/core/svg/SVGAnimatedTypeAnimator.cpp         property->setValueAsString(value, IGNORE_EXCEPTION);
IGNORE_EXCEPTION   95 Source/core/svg/SVGAnimatedTypeAnimator.cpp         property->setValueAsString(value, IGNORE_EXCEPTION);
IGNORE_EXCEPTION  100 Source/core/svg/SVGAnimatedTypeAnimator.cpp         property->setValueAsString(value, IGNORE_EXCEPTION);
IGNORE_EXCEPTION  105 Source/core/svg/SVGAnimatedTypeAnimator.cpp         property->setValueAsString(value, IGNORE_EXCEPTION);
IGNORE_EXCEPTION   45 Source/core/svg/SVGBoolean.cpp     svgBoolean->setValueAsString(value, IGNORE_EXCEPTION);
IGNORE_EXCEPTION   58 Source/core/svg/SVGDocument.cpp     rootElement()->dispatchEvent(event.release(), IGNORE_EXCEPTION);
IGNORE_EXCEPTION   65 Source/core/svg/SVGDocument.cpp     rootElement()->dispatchEvent(event.release(), IGNORE_EXCEPTION);
IGNORE_EXCEPTION   56 Source/core/svg/SVGEnumeration.cpp     svgEnumeration->setValueAsString(value, IGNORE_EXCEPTION);
IGNORE_EXCEPTION   52 Source/core/svg/SVGInteger.cpp     svgInteger->setValueAsString(value, IGNORE_EXCEPTION);
IGNORE_EXCEPTION  451 Source/core/svg/SVGLength.cpp     float animatedNumber = value(lengthContext, IGNORE_EXCEPTION);
IGNORE_EXCEPTION  452 Source/core/svg/SVGLength.cpp     animationElement->animateAdditiveNumber(percentage, repeatCount, fromLength->value(lengthContext, IGNORE_EXCEPTION), toLength->value(lengthContext, IGNORE_EXCEPTION), toAtEndOfDurationLength->value(lengthContext, IGNORE_EXCEPTION), animatedNumber);
IGNORE_EXCEPTION  464 Source/core/svg/SVGLength.cpp     return fabsf(toLength->value(lengthContext, IGNORE_EXCEPTION) - value(lengthContext, IGNORE_EXCEPTION));
IGNORE_EXCEPTION   64 Source/core/svg/SVGLength.h         return value(context, IGNORE_EXCEPTION);
IGNORE_EXCEPTION   57 Source/core/svg/SVGLengthList.cpp     ret->setValueAsString(value, IGNORE_EXCEPTION);
IGNORE_EXCEPTION   53 Source/core/svg/SVGNumber.cpp     svgNumber->setValueAsString(value, IGNORE_EXCEPTION);
IGNORE_EXCEPTION   56 Source/core/svg/SVGNumberList.cpp     svgNumberList->setValueAsString(value, IGNORE_EXCEPTION);
IGNORE_EXCEPTION   71 Source/core/svg/SVGPathSegList.cpp     svgPathSegList->setValueAsString(value, IGNORE_EXCEPTION);
IGNORE_EXCEPTION   64 Source/core/svg/SVGPoint.cpp     point->setValueAsString(value, IGNORE_EXCEPTION);
IGNORE_EXCEPTION   57 Source/core/svg/SVGPointList.cpp     svgPointList->setValueAsString(value, IGNORE_EXCEPTION);
IGNORE_EXCEPTION   62 Source/core/svg/SVGPreserveAspectRatio.cpp     preserveAspectRatio->setValueAsString(value, IGNORE_EXCEPTION);
IGNORE_EXCEPTION   62 Source/core/svg/SVGRect.cpp     rect->setValueAsString(value, IGNORE_EXCEPTION);
IGNORE_EXCEPTION  131 Source/core/svg/SVGStringList.cpp     svgStringList->setValueAsString(string, IGNORE_EXCEPTION);
IGNORE_EXCEPTION  436 Source/core/svg/animation/SMILTimeContainer.cpp                 targetElement->remove(IGNORE_EXCEPTION);
IGNORE_EXCEPTION  441 Source/core/svg/animation/SMILTimeContainer.cpp                 animDiscard->remove(IGNORE_EXCEPTION);
IGNORE_EXCEPTION   61 Source/core/xml/XMLTreeViewer.cpp     m_document->getElementById("xml-viewer-style")->appendChild(text, IGNORE_EXCEPTION);
IGNORE_EXCEPTION 1006 Source/core/xml/parser/XMLDocumentParser.cpp         n->remove(IGNORE_EXCEPTION);
IGNORE_EXCEPTION  474 Source/modules/filesystem/InspectorFileSystemAgent.cpp     RefPtrWillBeRawPtr<Blob> blob = static_cast<Blob*>(file)->slice(m_start, m_end, IGNORE_EXCEPTION);
IGNORE_EXCEPTION  478 Source/modules/filesystem/InspectorFileSystemAgent.cpp     m_reader->readAsArrayBuffer(blob.get(), IGNORE_EXCEPTION);
IGNORE_EXCEPTION  315 Source/modules/indexeddb/IDBDatabase.cpp         (*it)->abort(IGNORE_EXCEPTION);
IGNORE_EXCEPTION  461 Source/modules/indexeddb/IDBRequest.cpp             m_transaction->abort(IGNORE_EXCEPTION);
IGNORE_EXCEPTION  484 Source/modules/indexeddb/IDBRequest.cpp         m_transaction->abort(IGNORE_EXCEPTION);
IGNORE_EXCEPTION  386 Source/modules/indexeddb/IDBTransaction.cpp     abort(IGNORE_EXCEPTION);
IGNORE_EXCEPTION  146 Source/modules/webdatabase/InspectorDatabaseAgent.cpp         transaction->executeSQL(m_sqlStatement, sqlValues, callback.release(), errorCallback.release(), IGNORE_EXCEPTION);
IGNORE_EXCEPTION  636 Source/web/TextFinder.cpp     if (!range || range->collapsed(IGNORE_EXCEPTION))
IGNORE_EXCEPTION  106 Source/web/WebRange.cpp     copy.m_private->expand("block", IGNORE_EXCEPTION);
IGNORE_EXCEPTION  107 Source/web/tests/CustomEventTest.cpp     WebDOMEvent event = frame->frame()->document()->createEvent("CustomEvent", IGNORE_EXCEPTION);
IGNORE_EXCEPTION  192 Source/web/tests/LinkHighlightTest.cpp     touchNode->remove(IGNORE_EXCEPTION);