ASSERT_NO_EXCEPTION 114 Source/core/animation/AnimatableValueTestHelperTest.cpp length1cm->setValueAsString("1cm", ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 115 Source/core/animation/AnimatableValueTestHelperTest.cpp length2cm->setValueAsString("2cm", ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 683 Source/core/animation/AnimationPlayerTest.cpp RefPtr<Element> element = document->createElement("foo", ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 27 Source/core/animation/AnimationStackTest.cpp element = document->createElement("foo", ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 26 Source/core/animation/AnimationTest.cpp , element(document->createElement("foo", ASSERT_NO_EXCEPTION)) ASSERT_NO_EXCEPTION 54 Source/core/css/AffectedByFocusTest.cpp document().documentElement()->setInnerHTML(String::fromUTF8(htmlContent), ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 30 Source/core/css/DragUpdateTest.cpp "</div>", ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 56 Source/core/css/DragUpdateTest.cpp "</div>", ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 35 Source/core/css/HoverUpdateTest.cpp "</div>", ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 278 Source/core/dom/ContainerNode.cpp document().adoptNode(newChild.get(), ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 625 Source/core/dom/ContainerNode.cpp document().adoptNode(newChild.get(), ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 114 Source/core/dom/ContainerNode.h void insertBefore(PassRefPtr<Node> newChild, Node* refChild, ExceptionState& = ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 115 Source/core/dom/ContainerNode.h void replaceChild(PassRefPtr<Node> newChild, Node* oldChild, ExceptionState& = ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 116 Source/core/dom/ContainerNode.h void removeChild(Node* child, ExceptionState& = ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 117 Source/core/dom/ContainerNode.h void appendChild(PassRefPtr<Node> newChild, ExceptionState& = ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 88 Source/core/dom/DocumentMarkerControllerTest.cpp document().body()->setInnerHTML(String::fromUTF8(bodyContent), ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 202 Source/core/dom/MessagePort.cpp dispatchEvent(evt.release(), ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 1505 Source/core/dom/Node.cpp container->appendChild(document().createTextNode(text), ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 188 Source/core/dom/Node.h void insertBefore(PassRefPtr<Node> newChild, Node* refChild, ExceptionState& = ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 189 Source/core/dom/Node.h void replaceChild(PassRefPtr<Node> newChild, Node* oldChild, ExceptionState& = ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 191 Source/core/dom/Node.h void appendChild(PassRefPtr<Node> newChild, ExceptionState& = ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 208 Source/core/dom/Range.cpp return startRootContainer != endRootContainer || (Range::compareBoundaryPoints(start, end, ASSERT_NO_EXCEPTION) > 0); ASSERT_NO_EXCEPTION 72 Source/core/dom/Range.h void setStart(PassRefPtr<Node> container, int offset, ExceptionState& = ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 73 Source/core/dom/Range.h void setEnd(PassRefPtr<Node> container, int offset, ExceptionState& = ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 99 Source/core/dom/Range.h void setStartAfter(Node*, ExceptionState& = ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 100 Source/core/dom/Range.h void setEndBefore(Node*, ExceptionState& = ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 101 Source/core/dom/Range.h void setEndAfter(Node*, ExceptionState& = ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 102 Source/core/dom/Range.h void selectNode(Node*, ExceptionState& = ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 105 Source/core/dom/Range.h void setStartBefore(Node*, ExceptionState& = ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 109 Source/core/dom/Range.h void setStart(const Position&, ExceptionState& = ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 110 Source/core/dom/Range.h void setEnd(const Position&, ExceptionState& = ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 50 Source/core/dom/RangeTest.cpp document().body()->setInnerHTML("1234", ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 58 Source/core/dom/RangeTest.cpp oldText->splitText(2, ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 89 Source/core/dom/RangeTest.cpp document().body()->setInnerHTML("<span id=\"outer\">0<span id=\"inner-left\">1</span>SPLITME<span id=\"inner-right\">2</span>3</span>", ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 103 Source/core/dom/RangeTest.cpp oldText->splitText(3, ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 1187 Source/core/editing/Editor.cpp if (resultRange->collapsed(ASSERT_NO_EXCEPTION) && shadowTreeRoot) { ASSERT_NO_EXCEPTION 1199 Source/core/editing/Editor.cpp if (resultRange->collapsed(ASSERT_NO_EXCEPTION) && options & WrapAround) { ASSERT_NO_EXCEPTION 1207 Source/core/editing/Editor.cpp return resultRange->collapsed(ASSERT_NO_EXCEPTION) ? nullptr : resultRange.release(); ASSERT_NO_EXCEPTION 268 Source/core/editing/EditorCommand.cpp Range* start = a->compareBoundaryPoints(Range::START_TO_START, b, ASSERT_NO_EXCEPTION) <= 0 ? a : b; ASSERT_NO_EXCEPTION 269 Source/core/editing/EditorCommand.cpp Range* end = a->compareBoundaryPoints(Range::END_TO_END, b, ASSERT_NO_EXCEPTION) <= 0 ? b : a; ASSERT_NO_EXCEPTION 1425 Source/core/editing/FrameSelection.cpp m_logicalRange = range->cloneRange(ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 1434 Source/core/editing/FrameSelection.cpp return m_logicalRange->cloneRange(ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 87 Source/core/editing/PlainTextRange.cpp resultRange->setStart(textRunRange->startContainer(), 0, ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 88 Source/core/editing/PlainTextRange.cpp resultRange->setEnd(textRunRange->startContainer(), 0, ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 110 Source/core/editing/PlainTextRange.cpp textRunRange->setEnd(range->startContainer(), range->startOffset(), ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 115 Source/core/editing/PlainTextRange.cpp textRunRange->setEnd(runEnd.containerNode(), runEnd.computeOffsetInContainerNode(), ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 65 Source/core/editing/ReplaceNodeWithSpanCommand.cpp parentNode->removeChild(&nodeToReplace, ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 177 Source/core/editing/ReplaceSelectionCommand.cpp editableRoot->dispatchEvent(evt, ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 1439 Source/core/editing/ReplaceSelectionCommand.cpp listElement->removeChild(listItem.get(), ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 548 Source/core/editing/SpellChecker.cpp selectionOffset = paragraph.offsetTo(caretPosition, ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 79 Source/core/editing/SplitTextNodeCommand.cpp m_text2->insertData(0, prefixText, ASSERT_NO_EXCEPTION, CharacterData::DeprecatedRecalcStyleImmediatlelyForEditing); ASSERT_NO_EXCEPTION 82 Source/core/editing/SplitTextNodeCommand.cpp m_text1->remove(ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 167 Source/core/editing/TextCheckingHelper.cpp RefPtrWillBeRawPtr<Range> range = offsetAsRange()->cloneRange(ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 1514 Source/core/editing/TextIterator.cpp r->setStart(n, offset, ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 1515 Source/core/editing/TextIterator.cpp r->setEnd(n, offset + 1, ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 1600 Source/core/editing/TextIterator.cpp r->setStart(n, offset - 1, ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 1601 Source/core/editing/TextIterator.cpp r->setEnd(n, offset, ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 2071 Source/core/editing/TextIterator.cpp RefPtrWillBeRawPtr<Range> result = range->cloneRange(ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 2072 Source/core/editing/TextIterator.cpp result->collapse(!forward, ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 103 Source/core/editing/TextIteratorTest.cpp document().body()->setInnerHTML(String::fromUTF8(bodyContent), ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 122 Source/core/editing/TextIteratorTest.cpp RefPtr<ShadowRoot> shadowRoot = scope.getElementById(AtomicString::fromUTF8(hostElementID))->createShadowRoot(ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 123 Source/core/editing/TextIteratorTest.cpp shadowRoot->setInnerHTML(String::fromUTF8(shadowRootContent), ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 551 Source/core/editing/markup.cpp bool collapsed = updatedRange->collapsed(ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 554 Source/core/editing/markup.cpp Node* commonAncestor = updatedRange->commonAncestorContainer(ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 579 Source/core/editing/markup.cpp if (pastEnd && Range::compareBoundaryPoints(startNode, 0, pastEnd, 0, ASSERT_NO_EXCEPTION) >= 0) ASSERT_NO_EXCEPTION 679 Source/core/editing/markup.cpp node->parentNode()->removeChild(node.get(), ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 687 Source/core/editing/markup.cpp node->parentNode()->removeChild(node.get(), ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 720 Source/core/editing/markup.cpp Node* commonAncestor = range->commonAncestorContainer(ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 316 Source/core/html/HTMLTextFormControlElement.cpp range->selectNodeContents(innerTextElement(), ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 329 Source/core/html/HTMLTextFormControlElement.cpp range->setStart(innerTextElement(), 0, ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 330 Source/core/html/HTMLTextFormControlElement.cpp range->setEnd(indexPosition.containerNode(), indexPosition.offsetInContainerNode(), ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 512 Source/core/html/HTMLTextFormControlElement.cpp innerTextElement()->setInnerText(value, ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 84 Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.cpp toHTMLElement(node)->setInnerText(displayValue, ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 110 Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.cpp element().setValueAsNumber(value, ASSERT_NO_EXCEPTION, DispatchInputAndChangeEvent); ASSERT_NO_EXCEPTION 270 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp element().setValueAsNumber(value, ASSERT_NO_EXCEPTION, DispatchInputAndChangeEvent); ASSERT_NO_EXCEPTION 363 Source/core/html/forms/TextFieldInputType.cpp picker->remove(ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 464 Source/core/html/forms/TextFieldInputType.cpp placeholder->remove(ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 627 Source/core/html/parser/HTMLTreeBuilder.cpp m_tree.openElements()->bodyElement()->remove(ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 433 Source/core/html/shadow/MediaControlElements.cpp mediaElement().setVolume(volume, ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 169 Source/core/html/shadow/MediaControls.cpp m_durationDisplay->setInnerText(RenderTheme::theme().formatMediaControlsTime(duration), ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 246 Source/core/html/track/TextTrack.cpp cueTrack->removeCue(cue.get(), ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 316 Source/core/html/track/TextTrack.cpp regionTrack->removeRegion(region.get(), ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 226 Source/core/html/track/vtt/VTTCue.cpp displayTreeInternal()->remove(ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 712 Source/core/html/track/vtt/VTTCue.cpp m_cueBackgroundBox->appendChild(referenceTree, ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 768 Source/core/html/track/vtt/VTTCue.cpp displayTreeInternal()->remove(ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 191 Source/core/html/track/vtt/VTTRegion.cpp setScroll(region->scroll(), ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 342 Source/core/html/track/vtt/VTTRegion.cpp m_cueContainer->classList().remove(textTrackCueContainerScrollingClass(), ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 373 Source/core/html/track/vtt/VTTRegion.cpp m_cueContainer->classList().add(textTrackCueContainerScrollingClass(), ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 1080 Source/core/inspector/InspectorStyleSheet.cpp m_pageStyleSheet->deleteRule(lastRuleIndex, ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 226 Source/core/loader/appcache/ApplicationCacheHost.cpp m_domApplicationCache->dispatchEvent(event, ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 416 Source/core/page/DOMSelection.cpp if (originalRange->compareBoundaryPoints(Range::START_TO_END, newRange, ASSERT_NO_EXCEPTION) < 0 ASSERT_NO_EXCEPTION 417 Source/core/page/DOMSelection.cpp || newRange->compareBoundaryPoints(Range::START_TO_END, originalRange.get(), ASSERT_NO_EXCEPTION) < 0) { ASSERT_NO_EXCEPTION 427 Source/core/page/DOMSelection.cpp Range* start = originalRange->compareBoundaryPoints(Range::START_TO_START, newRange, ASSERT_NO_EXCEPTION) < 0 ? originalRange.get() : newRange; ASSERT_NO_EXCEPTION 428 Source/core/page/DOMSelection.cpp Range* end = originalRange->compareBoundaryPoints(Range::END_TO_END, newRange, ASSERT_NO_EXCEPTION) < 0 ? newRange : originalRange.get(); ASSERT_NO_EXCEPTION 451 Source/core/page/DOMSelection.cpp selectedRange->deleteContents(ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 453 Source/core/page/DOMSelection.cpp setBaseAndExtent(selectedRange->startContainer(ASSERT_NO_EXCEPTION), selectedRange->startOffset(), selectedRange->startContainer(), selectedRange->startOffset(), ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 718 Source/core/page/DragController.cpp range->selectNode(node, ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 59 Source/core/rendering/FastTextAutosizer.cpp toElement(node)->setAttribute("data-autosizing", output, ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 68 Source/core/rendering/FastTextAutosizer.cpp ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 215 Source/core/rendering/RenderMediaControls.cpp float start = bufferedTimeRanges->start(i, ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 216 Source/core/rendering/RenderMediaControls.cpp float end = bufferedTimeRanges->end(i, ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 77 Source/core/rendering/TextAutosizer.cpp toElement(node)->setAttribute("data-autosizing", output, ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 105 Source/core/rendering/svg/RenderSVGViewportContainer.cpp containerWidth->setValueAsString("100%", ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 113 Source/core/rendering/svg/RenderSVGViewportContainer.cpp containerHeight->setValueAsString("100%", ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 37 Source/core/svg/LinearGradientAttributes.h m_x2->setValueAsString("100%", ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 39 Source/core/svg/SVGAnimatedLength.cpp baseValue()->setValueAsString(value, ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 441 Source/core/svg/SVGLength.cpp setValue(value(lengthContext) + toSVGLength(other)->value(lengthContext), lengthContext, ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 456 Source/core/svg/SVGLength.cpp setValue(animatedNumber, lengthContext, ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 127 Source/core/svg/SVGLengthList.cpp at(i)->setValue(at(i)->value(lengthContext) + otherList->at(i)->value(lengthContext), lengthContext, ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 193 Source/core/svg/SVGLengthList.cpp at(i)->setValue(animatedNumber, lengthContext, ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 497 Source/core/svg/SVGUseElement.cpp String markup = serializer->serializeToString(shadowTreeRootElement, ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 269 Source/core/svg/animation/SVGSMILElement.cpp if (!Document::parseQualifiedName(attributeName, prefix, localName, ASSERT_NO_EXCEPTION)) ASSERT_NO_EXCEPTION 334 Source/core/svg/properties/SVGListPropertyHelper.h ownerList->removeItem(indexToRemove, ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 260 Source/core/testing/Internals.h String pageProperty(String, int, ExceptionState& = ASSERT_NO_EXCEPTION) const; ASSERT_NO_EXCEPTION 261 Source/core/testing/Internals.h String pageSizeAndMarginsInPixels(int, int, int, int, int, int, int, ExceptionState& = ASSERT_NO_EXCEPTION) const; ASSERT_NO_EXCEPTION 1180 Source/core/xml/parser/XMLDocumentParser.cpp document()->setXMLVersion(version, ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 1182 Source/core/xml/parser/XMLDocumentParser.cpp document()->setXMLStandalone(standaloneInfo == StandaloneYes, ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 337 Source/modules/indexeddb/IDBObjectStore.cpp cursor->continueFunction(static_cast<IDBKey*>(0), static_cast<IDBKey*>(0), ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 184 Source/modules/mediasource/MediaSource.cpp activeRanges[i] = m_activeSourceBuffers->item(i)->buffered(ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 144 Source/modules/mediasource/MediaSourceBase.cpp highestEndTime = std::max(highestEndTime, ranges[i]->end(length - 1, ASSERT_NO_EXCEPTION)); ASSERT_NO_EXCEPTION 162 Source/modules/mediasource/MediaSourceBase.cpp sourceRanges->add(sourceRanges->start(sourceRanges->length() - 1, ASSERT_NO_EXCEPTION), highestEndTime); ASSERT_NO_EXCEPTION 183 Source/modules/mediasource/WebKitMediaSource.cpp activeRanges[i] = m_activeSourceBuffers->item(i)->buffered(ASSERT_NO_EXCEPTION); ASSERT_NO_EXCEPTION 168 Source/web/ContextMenuClientImpl.cpp RefPtrWillBeRawPtr<Range> markerRange = selectionRange->cloneRange(ASSERT_NO_EXCEPTION);