isNull 55 Source/bindings/templates/attributes.cpp bool isNull = false; isNull 84 Source/bindings/templates/attributes.cpp if (isNull) { isNull 119 Source/bindings/templates/attributes.cpp if (v8Value.isNull()) { isNull 1029 Source/bindings/tests/results/V8TestInterface.cpp if (result.isNull()) isNull 1083 Source/bindings/tests/results/V8TestInterface.cpp if (result.isNull()) isNull 182 Source/bindings/tests/results/V8TestInterfaceEventConstructor.cpp bool isNull = false; isNull 183 Source/bindings/tests/results/V8TestInterfaceEventConstructor.cpp RefPtr<TestInterfaceEmpty> v8Value = impl->initializedByEventConstructorReadonlyNullableTestInterfaceEmptyAttribute(isNull); isNull 184 Source/bindings/tests/results/V8TestInterfaceEventConstructor.cpp if (isNull) { isNull 1223 Source/bindings/tests/results/V8TestObject.cpp bool isNull = false; isNull 1224 Source/bindings/tests/results/V8TestObject.cpp RefPtr<EventTarget> v8Value = impl->readonlyEventTargetOrNullAttribute(isNull); isNull 1225 Source/bindings/tests/results/V8TestObject.cpp if (isNull) { isNull 1372 Source/bindings/tests/results/V8TestObject.cpp bool isNull = false; isNull 1373 Source/bindings/tests/results/V8TestObject.cpp String v8Value = impl->stringOrNullAttribute(isNull); isNull 1374 Source/bindings/tests/results/V8TestObject.cpp if (isNull) { isNull 1407 Source/bindings/tests/results/V8TestObject.cpp bool isNull = false; isNull 1408 Source/bindings/tests/results/V8TestObject.cpp int v8Value = impl->longOrNullAttribute(isNull); isNull 1409 Source/bindings/tests/results/V8TestObject.cpp if (isNull) { isNull 1443 Source/bindings/tests/results/V8TestObject.cpp bool isNull = false; isNull 1444 Source/bindings/tests/results/V8TestObject.cpp RefPtr<TestInterfaceImplementation> v8Value = impl->testInterfaceOrNullAttribute(isNull); isNull 1445 Source/bindings/tests/results/V8TestObject.cpp if (isNull) { isNull 3637 Source/bindings/tests/results/V8TestObject.cpp if (v8Value.isNull()) { isNull 3663 Source/bindings/tests/results/V8TestObject.cpp if (v8Value.isNull()) { isNull 4198 Source/bindings/tests/results/V8TestObject.cpp bool isNull = false; isNull 4199 Source/bindings/tests/results/V8TestObject.cpp RefPtrWillBeRawPtr<TestInterfaceWillBeGarbageCollected> v8Value = impl->testInterfaceWillBeGarbageCollectedOrNullAttribute(isNull); isNull 4200 Source/bindings/tests/results/V8TestObject.cpp if (isNull) { isNull 49 Source/bindings/tests/results/V8TestSpecialOperationsNotEnumerable.cpp if (result.isNull()) isNull 71 Source/bindings/tests/results/V8TestSpecialOperationsNotEnumerable.cpp if (result.isNull()) isNull 76 Source/bindings/v8/CustomElementConstructorBuilder.cpp if (m_options->get("prototype", prototypeScriptValue) && !prototypeScriptValue.isNull()) { isNull 327 Source/bindings/v8/IDBBindingUtilities.cpp ASSERT(!keyPath.isNull()); isNull 35 Source/bindings/v8/Nullable.h bool isNull() const { return m_isNull; } isNull 156 Source/bindings/v8/PageScriptDebugServer.cpp if (!scriptId->isNull()) isNull 181 Source/bindings/v8/ScriptController.cpp InspectorInstrumentationCookie cookie = InspectorInstrumentation::willEvaluateScript(m_frame, source.url().isNull() ? String() : source.url().string(), source.startLine()); isNull 57 Source/bindings/v8/ScriptEventListener.cpp if (value.isNull()) isNull 84 Source/bindings/v8/ScriptEventListener.cpp if (value.isNull()) isNull 66 Source/bindings/v8/ScriptPromise.h bool isNull() const isNull 68 Source/bindings/v8/ScriptPromise.h return m_promise.isNull(); isNull 73 Source/bindings/v8/ScriptPromise.h return m_promise.isUndefined() || m_promise.isNull(); isNull 63 Source/bindings/v8/ScriptRegexp.cpp if (m_regex.isEmpty() || string.isNull()) isNull 122 Source/bindings/v8/ScriptValue.h bool isNull() const isNull 2283 Source/bindings/v8/SerializedScriptValue.cpp return !algorithm.isNull(); isNull 2296 Source/bindings/v8/SerializedScriptValue.cpp return !algorithm.isNull(); isNull 2343 Source/bindings/v8/SerializedScriptValue.cpp return !algorithm.isNull(); isNull 127 Source/bindings/v8/V8Binding.h if (string.isNull()) { isNull 137 Source/bindings/v8/V8Binding.h if (string.isNull()) { isNull 147 Source/bindings/v8/V8Binding.h if (string.isNull()) { isNull 197 Source/bindings/v8/V8Binding.h if (string.isNull()) isNull 231 Source/bindings/v8/V8CustomElementLifecycleCallbacks.cpp oldValue.isNull() ? v8::Handle<v8::Value>(v8::Null(isolate)) : v8::Handle<v8::Value>(v8String(isolate, oldValue)), isNull 232 Source/bindings/v8/V8CustomElementLifecycleCallbacks.cpp newValue.isNull() ? v8::Handle<v8::Value>(v8::Null(isolate)) : v8::Handle<v8::Value>(v8String(isolate, newValue)) isNull 49 Source/bindings/v8/V8StringResource.cpp if (m_plainString.impl() != m_atomicString.impl() && !m_atomicString.isNull()) isNull 50 Source/bindings/v8/V8StringResource.h ASSERT(!string.isNull()); isNull 61 Source/bindings/v8/V8StringResource.h ASSERT(!string.isNull()); isNull 71 Source/bindings/v8/V8StringResource.h if (m_plainString.impl() != m_atomicString.impl() && !m_atomicString.isNull()) isNull 83 Source/bindings/v8/V8StringResource.h if (m_atomicString.isNull()) { isNull 85 Source/bindings/v8/V8StringResource.h ASSERT(!m_atomicString.isNull()); isNull 112 Source/bindings/v8/V8ThrowException.cpp return v8::Exception::TypeError(v8String(isolate, message.isNull() ? "Type error" : message)); isNull 175 Source/bindings/v8/custom/V8CSSStyleDeclarationCustom.cpp ASSERT(!key.isNull()); isNull 213 Source/bindings/v8/custom/V8CSSStyleDeclarationCustom.cpp if (result.isNull()) isNull 70 Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp if (!value.isObject() || value.isNull()) isNull 69 Source/bindings/v8/custom/V8XSLTProcessorCustom.cpp if (result.isNull()) isNull 145 Source/core/accessibility/AXListBoxOption.cpp if (!ariaLabel.isNull()) isNull 233 Source/core/accessibility/AXNodeObject.cpp if (ariaRole.isNull() || ariaRole.isEmpty()) isNull 1007 Source/core/accessibility/AXNodeObject.cpp if (!overriddenDescription.isNull()) isNull 1123 Source/core/accessibility/AXNodeObject.cpp if (!alt.isNull()) isNull 1647 Source/core/accessibility/AXNodeObject.cpp if (!alt.isNull()) isNull 846 Source/core/accessibility/AXObject.cpp if (visiblePos.isNull() || !node()) isNull 271 Source/core/accessibility/AXObject.h bool isNull() const { return !start && !length; } isNull 920 Source/core/accessibility/AXObjectCache.cpp if (deepPos.isNull()) isNull 943 Source/core/accessibility/AXObjectCache.cpp if (visiblePos.isNull()) isNull 713 Source/core/accessibility/AXRenderObject.cpp if (!alt.isNull()) isNull 900 Source/core/accessibility/AXRenderObject.cpp if (!overriddenDescription.isNull()) isNull 947 Source/core/accessibility/AXRenderObject.cpp if (activeDescendantAttrStr.isNull() || activeDescendantAttrStr.isEmpty()) isNull 1718 Source/core/accessibility/AXRenderObject.cpp if (position.isNull() || !isTextControl()) isNull 1768 Source/core/accessibility/AXRenderObject.cpp if (indexPosition.isNull() || highestEditableRoot(indexPosition, HasEditableAXRole) != node) isNull 1809 Source/core/accessibility/AXRenderObject.cpp while (!visiblePos.isNull() && visiblePos != savedVisiblePos) { isNull 46 Source/core/animation/AnimatableSVGPaint.cpp ASSERT(uri().isNull()); isNull 56 Source/core/animation/AnimatableSVGPaint.cpp ASSERT(uri().isNull()); isNull 54 Source/core/animation/AnimatableValueKeyframe.cpp ASSERT(!isNull(m_offset)); isNull 96 Source/core/animation/AnimationPlayer.cpp if (isNull(m_startTime) || !m_timeline) isNull 110 Source/core/animation/AnimationPlayer.cpp ASSERT(!isNull(newCurrentTime)); isNull 309 Source/core/animation/AnimationPlayer.cpp double inheritedTime = isNull(m_timeline->currentTime()) ? nullValue() : currentTime(); isNull 87 Source/core/animation/AnimationPlayer.h bool hasStartTime() const { return !isNull(m_startTime); } isNull 93 Source/core/animation/AnimationPlayer.h TimedItem* source(bool& isNull) { isNull = !m_content; return m_content.get(); } isNull 96 Source/core/animation/AnimationPlayerTest.cpp EXPECT_TRUE(isNull(timeline->currentTime())); isNull 102 Source/core/animation/AnimationPlayerTest.cpp EXPECT_TRUE(isNull(player->startTime())); isNull 127 Source/core/animation/DocumentTimeline.cpp ASSERT(isNull(m_zeroTime)); isNull 129 Source/core/animation/DocumentTimeline.cpp ASSERT(!isNull(m_zeroTime)); isNull 149 Source/core/animation/DocumentTimeline.cpp double DocumentTimeline::currentTime(bool& isNull) isNull 152 Source/core/animation/DocumentTimeline.cpp isNull = true; isNull 156 Source/core/animation/DocumentTimeline.cpp isNull = std::isnan(result); isNull 162 Source/core/animation/DocumentTimeline.cpp bool isNull; isNull 163 Source/core/animation/DocumentTimeline.cpp return currentTime(isNull); isNull 189 Source/core/animation/DocumentTimeline.cpp if (isNull(m_zeroTime)) isNull 193 Source/core/animation/DocumentTimeline.cpp if (isNull(m_zeroTime)) isNull 80 Source/core/animation/DocumentTimeline.h bool hasStarted() const { return !isNull(m_zeroTime); } isNull 83 Source/core/animation/DocumentTimeline.h double currentTime(bool& isNull); isNull 172 Source/core/animation/DocumentTimelineTest.cpp bool isNull; isNull 176 Source/core/animation/DocumentTimelineTest.cpp EXPECT_TRUE(std::isnan(timeline->currentTime(isNull))); isNull 177 Source/core/animation/DocumentTimelineTest.cpp EXPECT_TRUE(isNull); isNull 185 Source/core/animation/DocumentTimelineTest.cpp EXPECT_EQ(0, timeline->currentTime(isNull)); isNull 186 Source/core/animation/DocumentTimelineTest.cpp EXPECT_FALSE(isNull); isNull 63 Source/core/animation/KeyframeEffectModel.cpp ASSERT(!isNull(fraction)); isNull 83 Source/core/animation/KeyframeEffectModel.cpp if (!isNull(offset)) { isNull 111 Source/core/animation/KeyframeEffectModel.cpp if (isNull(result[result.size() - 1]->offset())) isNull 114 Source/core/animation/KeyframeEffectModel.cpp if (result.size() > 1 && isNull(result[0]->offset())) isNull 121 Source/core/animation/KeyframeEffectModel.cpp if (!isNull(offset)) { isNull 52 Source/core/animation/StringKeyframe.cpp ASSERT(!isNull(m_offset)); isNull 100 Source/core/animation/TimedItem.cpp bool needsUpdate = m_needsUpdate || (m_lastUpdateTime != inheritedTime && !(isNull(m_lastUpdateTime) && isNull(inheritedTime))); isNull 128 Source/core/animation/TimedItem.cpp if (!isNull(iterationTime)) { isNull 155 Source/core/animation/TimedItem.cpp m_calculated.isInEffect = !isNull(activeTime); isNull 45 Source/core/animation/TimedItem.h static inline bool isNull(double value) isNull 92 Source/core/animation/TimedItem.h AnimationPlayer* player(bool& isNull) { isNull = !m_player; return m_player; } isNull 97 Source/core/animation/TimedItem.h double localTime(bool& isNull) const { isNull = !m_player; return ensureCalculated().localTime; } isNull 98 Source/core/animation/TimedItem.h double currentIteration(bool& isNull) const { isNull = !ensureCalculated().isInEffect; return ensureCalculated().currentIteration; } isNull 43 Source/core/animation/TimedItemCalculations.h ASSERT(!isNull(x)); isNull 44 Source/core/animation/TimedItemCalculations.h ASSERT(!isNull(y)); isNull 51 Source/core/animation/TimedItemCalculations.h if (isNull(localTime)) isNull 94 Source/core/animation/TimedItemCalculations.h ASSERT(isNull(localTime)); isNull 107 Source/core/animation/TimedItemCalculations.h if (isNull(activeTime)) isNull 125 Source/core/animation/TimedItemCalculations.h if (isNull(scaledActiveTime)) isNull 142 Source/core/animation/TimedItemCalculations.h ASSERT(isNull(iterationTime) || iterationTime >= 0); isNull 144 Source/core/animation/TimedItemCalculations.h if (isNull(scaledActiveTime)) isNull 162 Source/core/animation/TimedItemCalculations.h ASSERT(isNull(currentIteration) || currentIteration >= 0); isNull 165 Source/core/animation/TimedItemCalculations.h if (isNull(iterationTime)) isNull 182 Source/core/animation/TimedItemCalculations.h ASSERT(isNull(currentIteration) || currentIteration >= 0); isNull 184 Source/core/animation/TimedItemCalculations.h ASSERT(isNull(iterationTime) || (iterationTime >= 0 && iterationTime <= iterationDuration)); isNull 187 Source/core/animation/TimedItemCalculations.h if (isNull(directedTime)) isNull 48 Source/core/animation/TimedItemCalculationsTest.cpp EXPECT_TRUE(isNull(calculateActiveTime(20, Timing::FillModeForwards, 0, TimedItem::PhaseActive, TimedItem::PhaseBefore, timing))); isNull 49 Source/core/animation/TimedItemCalculationsTest.cpp EXPECT_TRUE(isNull(calculateActiveTime(20, Timing::FillModeNone, 0, TimedItem::PhaseActive, TimedItem::PhaseBefore, timing))); isNull 56 Source/core/animation/TimedItemCalculationsTest.cpp EXPECT_TRUE(isNull(calculateActiveTime(20, Timing::FillModeNone, 15, TimedItem::PhaseBefore, TimedItem::PhaseActive, timing))); isNull 57 Source/core/animation/TimedItemCalculationsTest.cpp EXPECT_TRUE(isNull(calculateActiveTime(20, Timing::FillModeForwards, 15, TimedItem::PhaseBefore, TimedItem::PhaseActive, timing))); isNull 59 Source/core/animation/TimedItemCalculationsTest.cpp EXPECT_TRUE(isNull(calculateActiveTime(20, Timing::FillModeNone, 15, TimedItem::PhaseAfter, TimedItem::PhaseActive, timing))); isNull 60 Source/core/animation/TimedItemCalculationsTest.cpp EXPECT_TRUE(isNull(calculateActiveTime(20, Timing::FillModeBackwards, 15, TimedItem::PhaseAfter, TimedItem::PhaseActive, timing))); isNull 68 Source/core/animation/TimedItemCalculationsTest.cpp EXPECT_TRUE(isNull(calculateActiveTime(21, Timing::FillModeBackwards, 45, TimedItem::PhaseActive, TimedItem::PhaseAfter, timing))); isNull 69 Source/core/animation/TimedItemCalculationsTest.cpp EXPECT_TRUE(isNull(calculateActiveTime(21, Timing::FillModeNone, 45, TimedItem::PhaseActive, TimedItem::PhaseAfter, timing))); isNull 72 Source/core/animation/TimedItemCalculationsTest.cpp EXPECT_TRUE(isNull(calculateActiveTime(32, Timing::FillModeNone, nullValue(), TimedItem::PhaseNone, TimedItem::PhaseNone, timing))); isNull 82 Source/core/animation/TimedItemCalculationsTest.cpp EXPECT_TRUE(isNull(calculateScaledActiveTime(4, nullValue(), 5, timing))); isNull 108 Source/core/animation/TimedItemCalculationsTest.cpp EXPECT_TRUE(isNull(calculateIterationTime(1, 1, nullValue(), 1, timing))); isNull 128 Source/core/animation/TimedItemCalculationsTest.cpp EXPECT_TRUE(isNull(calculateCurrentIteration(1, 1, nullValue(), timing))); isNull 149 Source/core/animation/TimedItemCalculationsTest.cpp EXPECT_TRUE(isNull(calculateDirectedTime(1, 2, nullValue(), timing))); isNull 180 Source/core/animation/TimedItemCalculationsTest.cpp EXPECT_TRUE(isNull(calculateTransformedTime(1, 2, nullValue(), timing))); isNull 203 Source/core/animation/TimedItemCalculationsTest.cpp EXPECT_TRUE(isNull(calculateTransformedTime(1, 2, nullValue(), timing))); isNull 187 Source/core/animation/TimedItemTest.cpp EXPECT_TRUE(isNull(timedItem->timeFraction())); isNull 204 Source/core/animation/TimedItemTest.cpp EXPECT_TRUE(isNull(timedItem->timeFraction())); isNull 230 Source/core/animation/TimedItemTest.cpp EXPECT_TRUE(isNull(timedItem->timeFraction())); isNull 249 Source/core/animation/TimedItemTest.cpp EXPECT_TRUE(isNull(timedItem->currentIteration())); isNull 250 Source/core/animation/TimedItemTest.cpp EXPECT_TRUE(isNull(timedItem->timeFraction())); isNull 267 Source/core/animation/TimedItemTest.cpp EXPECT_TRUE(isNull(timedItem->currentIteration())); isNull 268 Source/core/animation/TimedItemTest.cpp EXPECT_TRUE(isNull(timedItem->timeFraction())); isNull 406 Source/core/animation/TimedItemTest.cpp EXPECT_TRUE(isNull(timedItem->timeFraction())); isNull 425 Source/core/animation/TimedItemTest.cpp EXPECT_TRUE(isNull(timedItem->timeFraction())); isNull 428 Source/core/animation/TimedItemTest.cpp EXPECT_TRUE(isNull(timedItem->timeFraction())); isNull 455 Source/core/animation/TimedItemTest.cpp EXPECT_TRUE(isNull(timedItem->timeFraction())); isNull 493 Source/core/animation/TimedItemTest.cpp EXPECT_TRUE(isNull(timedItem->currentIteration())); isNull 494 Source/core/animation/TimedItemTest.cpp EXPECT_TRUE(isNull(timedItem->timeFraction())); isNull 510 Source/core/animation/TimedItemTest.cpp EXPECT_TRUE(isNull(timedItem->currentIteration())); isNull 511 Source/core/animation/TimedItemTest.cpp EXPECT_TRUE(isNull(timedItem->timeFraction())); isNull 552 Source/core/animation/TimedItemTest.cpp EXPECT_TRUE(isNull(timedItem->currentIteration())); isNull 553 Source/core/animation/TimedItemTest.cpp EXPECT_TRUE(isNull(timedItem->timeFraction())); isNull 573 Source/core/animation/TimedItemTest.cpp EXPECT_TRUE(isNull(timedItem->currentIteration())); isNull 574 Source/core/animation/TimedItemTest.cpp EXPECT_TRUE(isNull(timedItem->timeFraction())); isNull 433 Source/core/animation/css/CSSAnimations.cpp double inheritedTime = isNull(oldStartTime) ? 0 : element->document().transitionTimeline().currentTime() - oldStartTime; isNull 662 Source/core/animation/css/CSSAnimations.cpp ASSERT(!isNull(previousIteration)); isNull 663 Source/core/animation/css/CSSAnimations.cpp ASSERT(!isNull(currentIteration)); isNull 160 Source/core/clipboard/Clipboard.cpp if (type.isNull()) isNull 50 Source/core/css/CSSBasicShapes.cpp if (!radius.isNull()) isNull 53 Source/core/css/CSSBasicShapes.cpp if (!centerX.isNull() || !centerY.isNull()) { isNull 54 Source/core/css/CSSBasicShapes.cpp if (!radius.isNull()) isNull 150 Source/core/css/CSSBasicShapes.cpp if (!radiusX.isNull()) { isNull 154 Source/core/css/CSSBasicShapes.cpp if (!radiusY.isNull()) { isNull 161 Source/core/css/CSSBasicShapes.cpp if (!centerX.isNull() || !centerY.isNull()) { isNull 299 Source/core/css/CSSBasicShapes.cpp if (!right.isNull()) { isNull 303 Source/core/css/CSSBasicShapes.cpp if (!bottom.isNull()) { isNull 307 Source/core/css/CSSBasicShapes.cpp if (!left.isNull()) { isNull 312 Source/core/css/CSSBasicShapes.cpp if (!topLeftRadiusWidth.isNull() && !topLeftRadiusHeight.isNull()) { isNull 937 Source/core/css/CSSComputedStyleDeclaration.cpp if (!position.namedGridLine().isNull()) isNull 2009 Source/core/css/CSSComputedStyleDeclaration.cpp if (style->hyphenationString().isNull()) isNull 2043 Source/core/css/CSSComputedStyleDeclaration.cpp if (style->locale().isNull()) isNull 48 Source/core/css/CSSKeyframeRule.cpp if (m_keyText.isNull()) { isNull 60 Source/core/css/CSSKeyframeRule.cpp ASSERT(!m_keyText.isNull()); isNull 69 Source/core/css/CSSKeyframeRule.cpp ASSERT(!keyText.isNull()); isNull 79 Source/core/css/CSSKeyframeRule.cpp ASSERT(!m_keyText.isNull()); isNull 92 Source/core/css/CSSKeyframeRule.cpp ASSERT(m_keyText.isNull()); isNull 44 Source/core/css/CSSParserMode.cpp : m_baseURL(baseURL.isNull() ? document.baseURL() : baseURL) isNull 80 Source/core/css/CSSParserMode.cpp if (url.isNull()) isNull 252 Source/core/css/CSSPrimitiveValue.cpp if (keywordString.isNull()) isNull 415 Source/core/css/CSSSelector.cpp if (name.isNull()) isNull 579 Source/core/css/CSSSelector.cpp if (tagQName().prefix().isNull()) isNull 651 Source/core/css/CSSSelector.cpp if (!prefix.isNull()) { isNull 434 Source/core/css/FontFaceSet.cpp return s.isNull() ? space : s; isNull 130 Source/core/css/MediaQuery.cpp if (m_serializationCache.isNull()) isNull 216 Source/core/css/MediaQueryExp.cpp ASSERT(!mediaFeature.isNull()); isNull 412 Source/core/css/SelectorChecker.cpp if (value.isNull()) isNull 119 Source/core/css/StylePropertySerializer.cpp if (value.isNull()) isNull 220 Source/core/css/StylePropertySerializer.cpp if (!shorthandPropertyAppeared.get(shortPropertyIndex) && value.isNull()) isNull 225 Source/core/css/StylePropertySerializer.cpp if (!value.isNull()) { isNull 385 Source/core/css/StylePropertySerializer.cpp if (!commonValue.isNull() && commonValue != value) isNull 603 Source/core/css/StylePropertySerializer.cpp } else if (!commonValue.isNull() && commonValue != valueText) isNull 634 Source/core/css/StylePropertySerializer.cpp else if (!commonValue.isNull() && commonValue != valueText) isNull 662 Source/core/css/StylePropertySerializer.cpp if (text.isNull()) isNull 664 Source/core/css/StylePropertySerializer.cpp if (res.isNull()) isNull 684 Source/core/css/StylePropertySerializer.cpp if (value.isNull()) { isNull 692 Source/core/css/StylePropertySerializer.cpp else if (!commonValue.isNull() && commonValue != value) isNull 794 Source/core/css/StylePropertySerializer.cpp if (!positionValue.isNull()) isNull 813 Source/core/css/StylePropertySerializer.cpp if (!repeatValue.isNull()) isNull 77 Source/core/css/StyleRuleImport.cpp if (!baseURL.isNull()) isNull 111 Source/core/css/StyleRuleImport.cpp if (!m_parentStyleSheet->baseURL().isNull()) isNull 222 Source/core/css/StyleSheetContents.cpp ASSERT(m_encodingFromCharsetRule.isNull()); isNull 302 Source/core/css/StyleSheetContents.cpp if (uri.isNull() || prefix.isNull()) isNull 312 Source/core/css/StyleSheetContents.cpp if (prefix.isNull()) isNull 106 Source/core/css/StyleSheetContents.h bool hasCharsetRule() const { return !m_encodingFromCharsetRule.isNull(); } isNull 1906 Source/core/css/parser/BisonCSSParser-in.cpp if (prefix.isEmpty() && !uri.isNull()) isNull 638 Source/core/css/parser/CSSPropertyParser.cpp if (!uri.isNull()) isNull 71 Source/core/css/parser/MediaQueryToken.cpp if (!m_value.isNull()) isNull 1347 Source/core/css/resolver/StyleBuilderCustom.cpp state.style()->setContent(value.isNull() ? emptyString() : value.string(), didSet); isNull 194 Source/core/dom/Attr.cpp ASSERT(m_standaloneValue.isNull()); isNull 47 Source/core/dom/CharacterData.cpp const String& nonNullData = !data.isNull() ? data : emptyString(); isNull 56 Source/core/dom/CharacterData.h , m_data(!text.isNull() ? text : emptyString()) isNull 64 Source/core/dom/CharacterData.h ASSERT(!data.isNull()); isNull 1054 Source/core/dom/ContainerNode.cpp if (localName.isNull()) isNull 1064 Source/core/dom/ContainerNode.cpp if (localName.isNull()) isNull 105 Source/core/dom/DOMException.cpp sanitizedMessage.isNull() ? String(entry->message) : sanitizedMessage, isNull 345 Source/core/dom/DOMImplementation.cpp if (!title.isNull()) isNull 60 Source/core/dom/DOMSettableTokenList.cpp if (m_tokens.isNull()) isNull 70 Source/core/dom/DOMSettableTokenList.cpp if (m_tokens.isNull()) isNull 42 Source/core/dom/DOMURLUtils.cpp if (url.isNull()) isNull 51 Source/core/dom/DOMURLUtils.cpp if (url.isNull()) isNull 60 Source/core/dom/DOMURLUtils.cpp if (url.isNull()) isNull 131 Source/core/dom/DOMURLUtils.cpp if (url.isNull()) isNull 38 Source/core/dom/DOMURLUtilsReadOnly.cpp if (url.isNull()) isNull 45 Source/core/dom/DOMURLUtilsReadOnly.cpp if (url.isNull()) isNull 1009 Source/core/dom/Document.cpp if (!qName.prefix().isEmpty() && qName.namespaceURI().isNull()) // createElementNS(null, "html:div") isNull 1251 Source/core/dom/Document.cpp if (positionWithAffinity.position().isNull()) isNull 2545 Source/core/dom/Document.cpp if (beforeUnloadEvent->returnValue().isNull()) isNull 2771 Source/core/dom/Document.cpp if (!value.isNull()) isNull 2776 Source/core/dom/Document.cpp if (!value.isNull()) isNull 2937 Source/core/dom/Document.cpp ASSERT(!equiv.isNull() && !content.isNull()); isNull 3092 Source/core/dom/Document.cpp ASSERT(!policy.isNull()); isNull 4170 Source/core/dom/Document.cpp if (url.isNull()) isNull 4828 Source/core/dom/Document.cpp if (!state && sourceURL.isNull() && !lineNumber) { isNull 935 Source/core/dom/Element.cpp if (newValue.isNull()) { isNull 1005 Source/core/dom/Element.cpp setHasName(!newValue.isNull()); isNull 1127 Source/core/dom/Element.cpp return attribute.name().namespaceURI().isNull() && attribute.name().localName().startsWith("on"); isNull 1225 Source/core/dom/Element.cpp if (!prefix().isNull() && namespaceURI() == namespaceToLocate) isNull 1256 Source/core/dom/Element.cpp if (parentBase.isNull()) isNull 1302 Source/core/dom/Element.cpp if (!idValue.isNull()) isNull 1306 Source/core/dom/Element.cpp if (!nameValue.isNull()) isNull 1336 Source/core/dom/Element.cpp if (!idValue.isNull()) isNull 1340 Source/core/dom/Element.cpp if (!nameValue.isNull()) isNull 2037 Source/core/dom/Element.cpp if (!valueBeingRemoved.isNull()) isNull 2529 Source/core/dom/Element.cpp } while (n && value.isNull()); isNull 3089 Source/core/dom/Element.cpp if (!oldID.isNull() || !newID.isNull()) isNull 3095 Source/core/dom/Element.cpp if (!oldName.isNull() || !newName.isNull()) isNull 3216 Source/core/dom/Element.cpp if (newStyleString.isNull()) { isNull 75 Source/core/dom/ElementData.h bool hasID() const { return !m_idForStyleResolution.isNull(); } isNull 76 Source/core/dom/ElementData.h bool hasClass() const { return !m_classNames.isNull(); } isNull 77 Source/core/dom/MutationObserverInterestGroup.cpp if (mutation->oldValue().isNull()) isNull 118 Source/core/dom/MutationObserverRegistration.cpp if (!attributeName->namespaceURI().isNull()) isNull 1304 Source/core/dom/Node.cpp if (elem->prefix().isNull()) isNull 1347 Source/core/dom/Node.cpp if (namespaceURI.isEmpty() || namespaceURI.isNull()) isNull 1383 Source/core/dom/Node.cpp if (!prefix.isNull() && prefix.isEmpty()) isNull 1390 Source/core/dom/Node.cpp if (!elem->namespaceURI().isNull() && elem->prefix() == prefix) isNull 1404 Source/core/dom/Node.cpp if (attr.localName() == xmlnsAtom && prefix.isNull()) { isNull 1765 Source/core/dom/Node.cpp bool hasIdAttr = !idattr.isNull() && !idattr.isEmpty(); isNull 376 Source/core/dom/Position.cpp if (isNull()) isNull 396 Source/core/dom/Position.cpp if (isNull()) isNull 443 Source/core/dom/Position.cpp if (isNull()) isNull 450 Source/core/dom/Position.cpp if (isNull()) isNull 482 Source/core/dom/Position.cpp if (isNull()) isNull 510 Source/core/dom/Position.cpp if (isNull()) isNull 879 Source/core/dom/Position.cpp if (isNull()) isNull 919 Source/core/dom/Position.cpp if (isNull() || !deprecatedNode()->isTextNode()) isNull 944 Source/core/dom/Position.cpp if (isNull() || !deprecatedNode()->isTextNode()) isNull 968 Source/core/dom/Position.cpp if (isNull() || pos.isNull()) isNull 1056 Source/core/dom/Position.cpp if (isNull()) isNull 1078 Source/core/dom/Position.cpp if (isNull()) isNull 1320 Source/core/dom/Position.cpp if (isNull()) isNull 1332 Source/core/dom/Position.cpp if (isNull()) isNull 143 Source/core/dom/Position.h bool isNull() const { return !m_anchorNode; } isNull 131 Source/core/dom/PresentationAttributeStyle.cpp if (!attribute.namespaceURI().isNull()) isNull 65 Source/core/dom/QualifiedName.h ASSERT(!namespaceURI.isEmpty() || namespaceURI.isNull()); isNull 261 Source/core/dom/ScriptLoader.cpp if (!crossOriginMode.isNull()) isNull 158 Source/core/dom/SpaceSplitString.cpp if (inputString.isNull()) { isNull 172 Source/core/dom/SpaceSplitString.cpp if (!m_keyString.isNull()) isNull 194 Source/core/dom/SpaceSplitString.cpp ASSERT(!string.isNull()); isNull 52 Source/core/dom/SpaceSplitString.h bool isUnique() const { return m_keyString.isNull(); } isNull 84 Source/core/dom/SpaceSplitString.h bool isNull() const { return !m_data; } isNull 37 Source/core/dom/TagCollection.cpp ASSERT(m_namespaceURI.isNull() || !m_namespaceURI.isEmpty()); isNull 207 Source/core/dom/TreeScope.cpp if (url.isNull()) isNull 51 Source/core/dom/VisitedLinkState.cpp ASSERT(attribute.isNull() || linkAttribute(element) == attribute); isNull 54 Source/core/dom/VisitedLinkState.cpp return visitedLinkHash(element.document().baseURL(), attribute.isNull() ? linkAttribute(element) : attribute); isNull 90 Source/core/dom/VisitedLinkState.cpp if (attribute.isNull()) isNull 93 Source/core/dom/custom/CustomElementRegistrationContext.cpp ASSERT(!type.isNull()); isNull 65 Source/core/editing/ApplyBlockElementCommand.cpp if (visibleStart.isNull() || visibleStart.isOrphan() || visibleEnd.isNull() || visibleEnd.isOrphan()) isNull 82 Source/core/editing/ApplyBlockElementCommand.cpp ASSERT(!startOfSelection.isNull()); isNull 83 Source/core/editing/ApplyBlockElementCommand.cpp ASSERT(!endOfSelection.isNull()); isNull 251 Source/core/editing/ApplyStyleCommand.cpp if (visibleStart.isNull() || visibleStart.isOrphan() || visibleEnd.isNull() || visibleEnd.isOrphan()) isNull 325 Source/core/editing/ApplyStyleCommand.cpp if (start.isNull() || end.isNull()) isNull 334 Source/core/editing/ApplyStyleCommand.cpp if (start.isNull() || end.isNull()) isNull 563 Source/core/editing/ApplyStyleCommand.cpp if (start.isNull() || end.isNull()) isNull 634 Source/core/editing/ApplyStyleCommand.cpp if (start.isNull() || start.isOrphan() || end.isNull() || end.isOrphan()) isNull 1110 Source/core/editing/ApplyStyleCommand.cpp Position s = start.isNull() || start.isOrphan() ? pushDownStart : start; isNull 1111 Source/core/editing/ApplyStyleCommand.cpp Position e = end.isNull() || end.isOrphan() ? pushDownEnd : end; isNull 70 Source/core/editing/Caret.cpp if (m_position.isNull() || m_position.isOrphan()) isNull 134 Source/core/editing/Caret.cpp if (caretPosition.isNull()) isNull 754 Source/core/editing/CompositeEditCommand.cpp if (str.isNull()) isNull 770 Source/core/editing/CompositeEditCommand.cpp if (!str.isNull()) { isNull 786 Source/core/editing/CompositeEditCommand.cpp if (start.isNull() || end.isNull()) isNull 831 Source/core/editing/CompositeEditCommand.cpp if (pos.isNull()) isNull 888 Source/core/editing/CompositeEditCommand.cpp if (pos.isNull()) isNull 1382 Source/core/editing/CompositeEditCommand.cpp if (original.isNull()) isNull 1431 Source/core/editing/CompositeEditCommand.cpp if (result.isNull() || !editableRootForPosition(result)) isNull 439 Source/core/editing/DeleteSelectionCommand.cpp if (m_upstreamStart.isNull()) isNull 830 Source/core/editing/DeleteSelectionCommand.cpp && visualEnding.next(CannotCrossEditingBoundary).isNull(); isNull 294 Source/core/editing/EditingStyle.cpp if (value.isNull()) isNull 324 Source/core/editing/EditingStyle.cpp if (value.isNull()) isNull 119 Source/core/editing/Editor.cpp if (textFromControlOfTarget && (selection.start().isNull() || textFromControlOfTarget != textFormControlOfSelectionStart)) { isNull 265 Source/core/editing/Editor.cpp if (previous.isNull() || previous.deepEquivalent().deprecatedNode()->rootEditableElement() != startContainer->rootEditableElement()) isNull 153 Source/core/editing/FrameSelection.cpp if (base.isNull() || extent.isNull() || base.isEquivalent(extent)) isNull 977 Source/core/editing/FrameSelection.cpp if (position.isNull()) isNull 1088 Source/core/editing/FrameSelection.cpp if (next.isNull() || next == p) isNull 1103 Source/core/editing/FrameSelection.cpp if (result.isNull()) isNull 1302 Source/core/editing/FrameSelection.cpp if (visiblePos.isNull()) isNull 1305 Source/core/editing/FrameSelection.cpp if (m_selection.visibleStart().isNull() || m_selection.visibleEnd().isNull()) isNull 1530 Source/core/editing/FrameSelection.cpp m_caretPaint = forwardPosition.isNull(); isNull 1534 Source/core/editing/FrameSelection.cpp bool shouldBlink = shouldBlinkCaret() && forwardPosition.isNull(); isNull 376 Source/core/editing/InputMethodController.cpp if (selectionOffsets.isNull()) isNull 401 Source/core/editing/InputMethodController.cpp if (selectionOffsets.isNull()) isNull 75 Source/core/editing/InsertLineBreakCommand.cpp if (caret.isNull()) isNull 160 Source/core/editing/InsertListCommand.cpp if (endOfSelection.isNull() || endOfSelection.isOrphan() || startOfLastParagraph.isNull() || startOfLastParagraph.isOrphan()) { isNull 165 Source/core/editing/InsertListCommand.cpp if (endOfSelection.isNull()) isNull 182 Source/core/editing/InsertListCommand.cpp if (endOfSelection.isNull() || endOfSelection.isOrphan()) { isNull 184 Source/core/editing/InsertListCommand.cpp if (endOfSelection.isNull()) isNull 340 Source/core/editing/InsertListCommand.cpp if (start.isNull() || end.isNull()) isNull 175 Source/core/editing/InsertParagraphSeparatorCommand.cpp || (!canonicalPos.isNull() && isRenderedTable(canonicalPos.deprecatedNode())) isNull 176 Source/core/editing/InsertParagraphSeparatorCommand.cpp || (!canonicalPos.isNull() && isHTMLHRElement(*canonicalPos.deprecatedNode()))) { isNull 404 Source/core/editing/InsertParagraphSeparatorCommand.cpp if (!beforeNodePosition.isNull() && comparePositions(VisiblePosition(insertionPosition), beforeNodePosition) <= 0) isNull 90 Source/core/editing/InsertTextCommand.cpp if (endPosition.isNull()) isNull 45 Source/core/editing/MoveSelectionCommand.cpp if (pos.isNull()) isNull 46 Source/core/editing/PlainTextRange.h size_t end() const { ASSERT(!isNull()); return m_end; } isNull 47 Source/core/editing/PlainTextRange.h size_t start() const { ASSERT(!isNull()); return m_start; } isNull 48 Source/core/editing/PlainTextRange.h bool isNull() const { return m_start == kNotFound; } isNull 50 Source/core/editing/PlainTextRange.h size_t length() const { ASSERT(!isNull()); return m_end - m_start; } isNull 73 Source/core/editing/RenderedPosition.cpp if (position.isNull()) isNull 89 Source/core/editing/RenderedPosition.cpp if (position.isNull()) isNull 227 Source/core/editing/RenderedPosition.cpp if (isNull()) isNull 51 Source/core/editing/RenderedPosition.h bool isNull() const { return !m_renderer; } isNull 387 Source/core/editing/ReplaceSelectionCommand.cpp if (prev.isNull()) isNull 409 Source/core/editing/ReplaceSelectionCommand.cpp if (next.isNull()) isNull 443 Source/core/editing/ReplaceSelectionCommand.cpp if (source.isNull() || destination.isNull()) isNull 835 Source/core/editing/ReplaceSelectionCommand.cpp if (m_endOfInsertedContent.isNull()) isNull 1124 Source/core/editing/ReplaceSelectionCommand.cpp if (!startOfInsertedContent.isNull() && insertionBlock && insertionPos.deprecatedNode() == insertionBlock->parentNode() && (unsigned)insertionPos.deprecatedEditingOffset() < insertionBlock->nodeIndex() && !isStartOfParagraph(startOfInsertedContent)) isNull 1190 Source/core/editing/ReplaceSelectionCommand.cpp if (selectionEndWasEndOfParagraph || !isEndOfParagraph(endOfInsertedContent) || next.isNull()) { isNull 1462 Source/core/editing/ReplaceSelectionCommand.cpp if (m_startOfInsertedContent.isNull()) isNull 1491 Source/core/editing/ReplaceSelectionCommand.cpp if (end.isNull()) isNull 182 Source/core/editing/SpellChecker.cpp if (position.isNull()) isNull 644 Source/core/editing/SpellChecker.cpp if (startOfSelection.isNull()) isNull 653 Source/core/editing/SpellChecker.cpp if (startOfFirstWord.isNull()) { isNull 658 Source/core/editing/SpellChecker.cpp if (endOfLastWord.isNull()) { isNull 681 Source/core/editing/SpellChecker.cpp if (startOfFirstWord.isNull() || endOfFirstWord.isNull() || startOfLastWord.isNull() || endOfLastWord.isNull()) isNull 97 Source/core/editing/SplitElementCommand.cpp if (!id.isNull()) isNull 45 Source/core/editing/SurroundingText.cpp if (visiblePosition.isNull()) isNull 435 Source/core/editing/TypingCommand.cpp if (visibleStart.previous(CannotCrossEditingBoundary).isNull()) { isNull 442 Source/core/editing/TypingCommand.cpp if (visibleStart.next(CannotCrossEditingBoundary).isNull() && makeEditableRootEmpty()) { isNull 68 Source/core/editing/VisiblePosition.cpp if (m_affinity == UPSTREAM && (isNull() || inSameLine(VisiblePosition(position, DOWNSTREAM), *this))) isNull 125 Source/core/editing/VisiblePosition.cpp if (p.isNull()) isNull 166 Source/core/editing/VisiblePosition.cpp if (positionOnLeft.isNull()) isNull 290 Source/core/editing/VisiblePosition.cpp if (p.isNull()) isNull 331 Source/core/editing/VisiblePosition.cpp if (positionOnRight.isNull()) isNull 457 Source/core/editing/VisiblePosition.cpp if (pos.isNull()) isNull 483 Source/core/editing/VisiblePosition.cpp if (pos.isNull()) isNull 509 Source/core/editing/VisiblePosition.cpp if (pos.isNull()) isNull 529 Source/core/editing/VisiblePosition.cpp if (pos.isNull()) isNull 549 Source/core/editing/VisiblePosition.cpp if (candidate.isNull()) isNull 570 Source/core/editing/VisiblePosition.cpp if (position.isNull()) isNull 652 Source/core/editing/VisiblePosition.cpp if (m_deepPosition.isNull()) { isNull 703 Source/core/editing/VisiblePosition.cpp if (isNull()) isNull 725 Source/core/editing/VisiblePosition.cpp if (start.isNull() || end.isNull()) isNull 730 Source/core/editing/VisiblePosition.cpp if (s.isNull() || e.isNull()) isNull 763 Source/core/editing/VisiblePosition.cpp if (visiblePosition.isNull()) isNull 771 Source/core/editing/VisiblePosition.cpp if (visiblePosition.isNull()) isNull 778 Source/core/editing/VisiblePosition.cpp return previous.isNull() || !previous.deepEquivalent().deprecatedNode()->isDescendantOf(node); isNull 783 Source/core/editing/VisiblePosition.cpp if (visiblePosition.isNull()) isNull 790 Source/core/editing/VisiblePosition.cpp return next.isNull() || !next.deepEquivalent().deprecatedNode()->isDescendantOf(node); isNull 62 Source/core/editing/VisiblePosition.h bool isNull() const { return m_deepPosition.isNull(); } isNull 325 Source/core/editing/VisibleSelection.cpp if (m_base.isNull() && m_extent.isNull()) isNull 327 Source/core/editing/VisibleSelection.cpp else if (m_base.isNull()) { isNull 330 Source/core/editing/VisibleSelection.cpp } else if (m_extent.isNull()) { isNull 384 Source/core/editing/VisibleSelection.cpp if (end.isNull()) isNull 435 Source/core/editing/VisibleSelection.cpp if (end.isNull()) isNull 456 Source/core/editing/VisibleSelection.cpp if (m_start.isNull()) isNull 458 Source/core/editing/VisibleSelection.cpp if (m_end.isNull()) isNull 464 Source/core/editing/VisibleSelection.cpp if (m_start.isNull()) { isNull 465 Source/core/editing/VisibleSelection.cpp ASSERT(m_end.isNull()); isNull 512 Source/core/editing/VisibleSelection.cpp ASSERT(!base.isNull()); isNull 513 Source/core/editing/VisibleSelection.cpp ASSERT(!extent.isNull()); isNull 567 Source/core/editing/VisibleSelection.cpp if (m_base.isNull() || m_start.isNull() || m_end.isNull()) isNull 586 Source/core/editing/VisibleSelection.cpp if (m_base.isNull() || m_start.isNull() || m_end.isNull()) isNull 607 Source/core/editing/VisibleSelection.cpp if (m_start.isNull()) { isNull 618 Source/core/editing/VisibleSelection.cpp if (m_end.isNull()) isNull 633 Source/core/editing/VisibleSelection.cpp if (p.isNull() && shadowAncestor) isNull 639 Source/core/editing/VisibleSelection.cpp if (p.isNull() && shadowAncestor) isNull 644 Source/core/editing/VisibleSelection.cpp if (previous.isNull()) { isNull 662 Source/core/editing/VisibleSelection.cpp if (p.isNull() && shadowAncestor) isNull 668 Source/core/editing/VisibleSelection.cpp if (p.isNull() && shadowAncestor) isNull 673 Source/core/editing/VisibleSelection.cpp if (next.isNull()) { isNull 226 Source/core/editing/VisibleUnits.cpp if (position.isNull()) isNull 267 Source/core/editing/VisibleUnits.cpp if (position.isNull()) isNull 351 Source/core/editing/VisibleUnits.cpp if (visiblePosition.isNull()) isNull 364 Source/core/editing/VisibleUnits.cpp if (adjacentCharacterPosition == current || adjacentCharacterPosition.isNull()) isNull 425 Source/core/editing/VisibleUnits.cpp if (leftWordBreak.isNull() && isEditablePosition(visiblePosition.deepEquivalent())) { isNull 438 Source/core/editing/VisibleUnits.cpp if (rightWordBreak.isNull() && isEditablePosition(visiblePosition.deepEquivalent())) { isNull 642 Source/core/editing/VisibleUnits.cpp if (p.isNull()) isNull 669 Source/core/editing/VisibleUnits.cpp if (p.isNull()) isNull 714 Source/core/editing/VisibleUnits.cpp if (c.isNull()) isNull 782 Source/core/editing/VisibleUnits.cpp if (c.isNull()) isNull 867 Source/core/editing/VisibleUnits.cpp if (visPos.isNull()) isNull 1161 Source/core/editing/VisibleUnits.cpp if (c.isNull()) isNull 1267 Source/core/editing/VisibleUnits.cpp if (n.isNull() || n == pos) isNull 1279 Source/core/editing/VisibleUnits.cpp if (n.isNull() || n == pos) isNull 1308 Source/core/editing/VisibleUnits.cpp return !a.isNull() && enclosingBlock(a.deepEquivalent().containerNode()) == enclosingBlock(b.deepEquivalent().containerNode()); isNull 1352 Source/core/editing/VisibleUnits.cpp return p.isNotNull() && p.previous(CanCrossEditingBoundary).isNull(); isNull 1357 Source/core/editing/VisibleUnits.cpp return p.isNotNull() && p.next(CanCrossEditingBoundary).isNull(); isNull 1382 Source/core/editing/VisibleUnits.cpp return p.isNotNull() && p.next().isNull(); isNull 467 Source/core/editing/htmlediting.cpp if (result.isNull() || result.deprecatedNode()->rootEditableElement() != pos.deprecatedNode()->rootEditableElement()) isNull 480 Source/core/editing/htmlediting.cpp if (result.isNull() || result.deprecatedNode()->rootEditableElement() != pos.deprecatedNode()->rootEditableElement()) isNull 549 Source/core/editing/htmlediting.cpp if (p.isNull()) isNull 569 Source/core/editing/htmlediting.cpp if (p.isNull()) isNull 638 Source/core/editing/htmlediting.cpp if (p.isNull()) isNull 891 Source/core/editing/htmlediting.cpp if (position.isNull()) isNull 952 Source/core/editing/htmlediting.cpp if (position.isNull()) isNull 1005 Source/core/editing/htmlediting.cpp if (visiblePosition.isNull()) isNull 1104 Source/core/editing/htmlediting.cpp if (visiblePosition.isNull()) isNull 61 Source/core/events/EventDispatcher.cpp ASSERT(!m_event->type().isNull()); // JavaScript code can create an event with an empty name, but not null. isNull 60 Source/core/events/FocusEvent.h EventTarget* relatedTarget(bool& isNull) const { isNull = !m_relatedTarget; return m_relatedTarget.get(); } isNull 89 Source/core/events/MessageEvent.h EventTarget* source(bool& isNull) const { isNull = !m_source; return m_source.get(); } isNull 80 Source/core/events/MouseEvent.h EventTarget* relatedTarget(bool& isNull) const { isNull = !m_relatedTarget; return m_relatedTarget.get(); } isNull 61 Source/core/events/UIEvent.h AbstractView* view(bool& isNull) const { isNull = !m_view; return m_view.get(); } isNull 87 Source/core/fetch/CSSStyleSheetResource.cpp if (!m_decodedSheetText.isNull()) isNull 69 Source/core/fetch/CachingCorrectnessTest.cpp if (response.url().isNull()) isNull 94 Source/core/fetch/ImageResource.cpp if (m_image && !m_image->isNull()) isNull 370 Source/core/fetch/ImageResource.cpp if (!m_image || m_image->isNull()) { isNull 90 Source/core/fetch/ImageResourceTest.cpp ASSERT_FALSE(cachedImage->image()->isNull()); isNull 175 Source/core/fetch/ImageResourceTest.cpp ASSERT_FALSE(cachedImage->image()->isNull()); isNull 182 Source/core/fetch/ImageResourceTest.cpp ASSERT_FALSE(cachedImage->image()->isNull()); isNull 189 Source/core/fetch/ImageResourceTest.cpp ASSERT_TRUE(cachedImage->image()->isNull()); isNull 139 Source/core/fetch/MemoryCache.cpp if (resource->url().isNull()) isNull 70 Source/core/fetch/RawResource.cpp if (!m_response.isNull()) isNull 84 Source/core/fetch/RawResource.cpp if (!response.isNull()) { isNull 143 Source/core/fetch/Resource.cpp ASSERT(url().isNull() || memoryCache()->resourceForURL(KURL(ParsedURLString, url())) != this); isNull 176 Source/core/fetch/Resource.cpp if (!m_fragmentIdentifierForRequest.isNull()) { isNull 237 Source/core/fetch/Resource.cpp if (!m_error.isNull() && (m_error.isCancellation() || !isPreloaded())) isNull 318 Source/core/fetch/Resource.cpp if (response.isNull()) isNull 372 Source/core/fetch/Resource.cpp if (!encoding.isNull()) isNull 475 Source/core/fetch/Resource.cpp if (!m_response.isNull() && !m_proxyResource && !shouldSendCachedDataSynchronouslyForType(type()) && !m_needsSynchronousCacheHit) { isNull 211 Source/core/fetch/Resource.h bool loadFailedOrCanceled() { return !m_error.isNull(); } isNull 965 Source/core/fetch/ResourceFetcher.cpp if (url.isNull()) isNull 972 Source/core/fetch/ResourceFetcher.cpp if (!m_document || m_document->url().isNull()) isNull 124 Source/core/fetch/ResourceLoader.cpp ASSERT(!request.isNull()); isNull 133 Source/core/fetch/ResourceLoader.cpp ASSERT(!m_request.isNull()); isNull 134 Source/core/fetch/ResourceLoader.cpp ASSERT(m_deferredRequest.isNull()); isNull 176 Source/core/fetch/ResourceLoader.cpp if (!defers && !m_deferredRequest.isNull()) { isNull 246 Source/core/fetch/ResourceLoader.cpp ResourceError nonNullError = error.isNull() ? ResourceError::cancelledError(m_request.url()) : error; isNull 279 Source/core/fetch/ResourceLoader.cpp ASSERT(!request.isNull()); isNull 281 Source/core/fetch/ResourceLoader.cpp ASSERT(!redirectResponse.isNull()); isNull 290 Source/core/fetch/ResourceLoader.cpp if (request.isNull() || m_state == Terminated) isNull 295 Source/core/fetch/ResourceLoader.cpp ASSERT(!request.isNull()); isNull 322 Source/core/fetch/ResourceLoader.cpp ASSERT(!response.isNull()); isNull 51 Source/core/fetch/ShaderResource.cpp if (m_shaderString.isNull() && m_data) { isNull 1654 Source/core/frame/DOMWindow.cpp if (completedURL.isNull()) isNull 1686 Source/core/frame/DOMWindow.cpp if (callingWindowURL.isNull()) isNull 1705 Source/core/frame/DOMWindow.cpp if (callingWindowURL.isNull()) isNull 47 Source/core/frame/DOMWindowBase64.cpp if (stringToEncode.isNull()) isNull 60 Source/core/frame/DOMWindowBase64.cpp if (encodedString.isNull()) isNull 1215 Source/core/frame/FrameView.cpp if (!overrideType.isNull()) isNull 1223 Source/core/frame/FrameView.cpp if (m_mediaTypeWhenNotPrinting.isNull()) isNull 1227 Source/core/frame/FrameView.cpp if (!m_mediaTypeWhenNotPrinting.isNull()) isNull 118 Source/core/frame/History.cpp if (urlString.isNull()) isNull 289 Source/core/frame/LocalFrame.cpp if (visiblePos.isNull()) isNull 310 Source/core/frame/LocalFrame.cpp if (position.isNull()) isNull 522 Source/core/frame/csp/CSPDirectiveList.cpp if (!invalidTokens.isNull()) isNull 101 Source/core/frame/csp/CSPSourceList.cpp return !nonce.isNull() && m_nonces.contains(nonce); isNull 194 Source/core/frame/csp/CSPSourceList.cpp if (!nonce.isNull()) { isNull 312 Source/core/frame/csp/ContentSecurityPolicy.cpp ASSERT(!result.isNull()); isNull 717 Source/core/frame/csp/ContentSecurityPolicy.cpp if (pluginType.isNull()) isNull 105 Source/core/html/FormAssociatedElement.cpp if (!formId.isNull() && element->inDocument()) { isNull 171 Source/core/html/FormAssociatedElement.cpp if (m_form && formId.isNull() && m_form.get() == nearestForm) isNull 260 Source/core/html/FormAssociatedElement.cpp if (!formId.isNull() && element->inDocument()) isNull 274 Source/core/html/FormAssociatedElement.cpp return name.isNull() ? emptyAtom : name; isNull 91 Source/core/html/FormDataList.cpp if (!value.filename().isNull()) isNull 95 Source/core/html/FormDataList.cpp if (!value.filename().isNull()) isNull 265 Source/core/html/HTMLAnchorElement.cpp setIsLink(!value.isNull()); isNull 401 Source/core/html/HTMLAnchorElement.cpp if (pingValue.isNull() || !document().settings() || !document().settings()->hyperlinkAuditingEnabled()) isNull 129 Source/core/html/HTMLAppletElement.cpp if (!codeBase.isNull()) { isNull 136 Source/core/html/HTMLAppletElement.cpp if (!archive.isNull()) { isNull 151 Source/core/html/HTMLAppletElement.cpp KURL rootURL = codeBase.isNull() ? document().url() : document().completeURL(codeBase); isNull 152 Source/core/html/HTMLAppletElement.cpp if (!archive.isNull()) isNull 154 Source/core/html/HTMLAppletElement.cpp else if (!code.isNull()) isNull 160 Source/core/html/HTMLAppletElement.cpp if (!name.isNull()) { isNull 170 Source/core/html/HTMLAppletElement.cpp if (!mayScript.isNull()) { isNull 52 Source/core/html/HTMLAudioElement.cpp if (!src.isNull()) isNull 82 Source/core/html/HTMLBaseElement.cpp if (attributeValue.isNull()) isNull 95 Source/core/html/HTMLBodyElement.cpp if (value.isNull()) { isNull 374 Source/core/html/HTMLCanvasElement.cpp if (mimeType.isNull() || !MIMETypeRegistry::isSupportedImageMIMETypeForEncoding(lowercaseMimeType)) isNull 89 Source/core/html/HTMLContentElement.cpp if (m_select.isNull() || m_select.isEmpty()) isNull 84 Source/core/html/HTMLContentElement.h if (m_select.isNull() || m_select.isEmpty()) isNull 94 Source/core/html/HTMLDetailsElement.cpp m_isOpen = !value.isNull(); isNull 126 Source/core/html/HTMLDialogElement.cpp if (!returnValue.isNull()) isNull 205 Source/core/html/HTMLElement.cpp if (!attrName.namespaceURI().isNull()) isNull 322 Source/core/html/HTMLElement.cpp if (!eventName.isNull()) isNull 525 Source/core/html/HTMLElement.cpp if (value.isNull()) isNull 135 Source/core/html/HTMLElement.h ASSERT(!tagName.localName().isNull()); isNull 73 Source/core/html/HTMLFormControlElement.cpp if (formEnctypeAttr.isNull()) isNull 86 Source/core/html/HTMLFormControlElement.cpp if (formMethodAttr.isNull()) isNull 135 Source/core/html/HTMLFormControlElement.cpp m_disabled = !value.isNull(); isNull 140 Source/core/html/HTMLFormControlElement.cpp m_isReadOnly = !value.isNull(); isNull 149 Source/core/html/HTMLFormControlElement.cpp m_isRequired = !value.isNull(); isNull 78 Source/core/html/HTMLFrameElement.cpp m_frameBorderSet = !value.isNull(); isNull 79 Source/core/html/HTMLFrameSetElement.cpp if (!value.isNull()) { isNull 84 Source/core/html/HTMLFrameSetElement.cpp if (!value.isNull()) { isNull 89 Source/core/html/HTMLFrameSetElement.cpp if (!value.isNull()) { isNull 103 Source/core/html/HTMLFrameSetElement.cpp if (!value.isNull()) { isNull 86 Source/core/html/HTMLIFrameElement.cpp setSandboxFlags(value.isNull() ? SandboxNone : parseSandboxPolicy(value, invalidTokens)); isNull 87 Source/core/html/HTMLIFrameElement.cpp if (!invalidTokens.isNull()) isNull 119 Source/core/html/HTMLImageElement.cpp return m_bestFitImageURL.isNull() ? fastGetAttribute(srcAttr) : m_bestFitImageURL; isNull 168 Source/core/html/HTMLImageElement.cpp setIsLink(!value.isNull()); isNull 185 Source/core/html/HTMLImageElement.cpp if (!alt.isNull()) isNull 175 Source/core/html/HTMLInputElement.cpp return m_name.isNull() ? emptyAtom : m_name; isNull 656 Source/core/html/HTMLInputElement.cpp setChecked(!value.isNull()); isNull 678 Source/core/html/HTMLInputElement.cpp m_maxResults = !value.isNull() ? std::min(value.toInt(), maxSavedResults) : -1; isNull 799 Source/core/html/HTMLInputElement.cpp if (alt.isNull()) isNull 801 Source/core/html/HTMLInputElement.cpp if (alt.isNull()) isNull 939 Source/core/html/HTMLInputElement.cpp if (!value.isNull()) isNull 944 Source/core/html/HTMLInputElement.cpp if (!value.isNull()) isNull 953 Source/core/html/HTMLInputElement.cpp if (!value.isNull()) isNull 1041 Source/core/html/HTMLInputElement.cpp double HTMLInputElement::valueAsDate(bool& isNull) const isNull 1044 Source/core/html/HTMLInputElement.cpp isNull = !std::isfinite(date); isNull 1364 Source/core/html/HTMLInputElement.cpp if (proposedValue.isNull()) isNull 1371 Source/core/html/HTMLInputElement.cpp if (proposedValue.isNull()) isNull 1687 Source/core/html/HTMLInputElement.cpp ASSERT(!m_valueIfDirty.isNull() || newValue.isNull()); isNull 143 Source/core/html/HTMLInputElement.h bool hasDirtyValue() const { return !m_valueIfDirty.isNull(); }; isNull 154 Source/core/html/HTMLInputElement.h double valueAsDate(bool& isNull) const; isNull 84 Source/core/html/HTMLKeygenElement.cpp if (!keyType.isNull() && !equalIgnoringCase(keyType, "rsa")) isNull 87 Source/core/html/HTMLKeygenElement.cpp if (value.isNull()) isNull 66 Source/core/html/HTMLLabelElement.cpp if (controlId.isNull()) { isNull 177 Source/core/html/HTMLLinkElement.cpp link->setDisabledState(!value.isNull()); isNull 669 Source/core/html/HTMLLinkElement.cpp if (!crossOriginMode.isNull()) isNull 398 Source/core/html/HTMLMediaElement.cpp if (!value.isNull()) { isNull 556 Source/core/html/HTMLMediaElement.cpp if (!keySystem.isNull()) isNull 3484 Source/core/html/HTMLMediaElement.cpp if (group.isNull() || group.isEmpty()) isNull 3608 Source/core/html/HTMLMediaElement.cpp if (crossOriginMode.isNull()) isNull 378 Source/core/html/HTMLMetaElement-in.cpp if (!replacement1.isNull()) isNull 380 Source/core/html/HTMLMetaElement-in.cpp if (!replacement2.isNull()) isNull 389 Source/core/html/HTMLMetaElement-in.cpp ASSERT(!content.isNull()); isNull 453 Source/core/html/HTMLMetaElement-in.cpp if (contentValue.isNull()) isNull 87 Source/core/html/HTMLOListElement.cpp bool reversed = !value.isNull(); isNull 67 Source/core/html/HTMLOptionElement.cpp RefPtr<Text> text = Text::create(document, data.isNull() ? "" : data); isNull 73 Source/core/html/HTMLOptionElement.cpp if (!value.isNull()) isNull 185 Source/core/html/HTMLOptionElement.cpp m_disabled = !value.isNull(); isNull 192 Source/core/html/HTMLOptionElement.cpp if (bool willBeSelected = !value.isNull()) isNull 201 Source/core/html/HTMLOptionElement.cpp if (!value.isNull()) isNull 273 Source/core/html/HTMLOptionElement.cpp if (!label.isNull()) isNull 243 Source/core/html/HTMLSelectElement.cpp if (value.isNull()) { isNull 284 Source/core/html/HTMLSelectElement.cpp if (value.isNull()) { isNull 1054 Source/core/html/HTMLSelectElement.cpp m_multiple = !value.isNull(); isNull 76 Source/core/html/HTMLStyleElement.cpp scopedAttributeChanged(!value.isNull()); isNull 215 Source/core/html/HTMLTextAreaElement.cpp if (!dirnameAttrValue.isNull()) isNull 358 Source/core/html/HTMLTextAreaElement.cpp String normalizedValue = newValue.isNull() ? "" : newValue; isNull 454 Source/core/html/HTMLTextAreaElement.cpp if (!value.isNull()) isNull 72 Source/core/html/HTMLTextFormControlElement.cpp setTextAsOfLastFormControlChangeEvent(initialValue.isNull() ? emptyString() : initialValue); isNull 610 Source/core/html/HTMLTextFormControlElement.cpp ASSERT(position.isNull() || position.anchorType() == Position::PositionIsOffsetInAnchor isNull 635 Source/core/html/HTMLTextFormControlElement.cpp if (dirAttributeValue.isNull()) isNull 112 Source/core/html/HTMLTrackElement.cpp track()->setIsDefault(!value.isNull()); isNull 68 Source/core/html/MediaKeyEvent.h MediaKeyError* errorCode(bool& isNull) const { isNull = !m_errorCode; return m_errorCode.get(); } isNull 133 Source/core/html/PluginDocument.cpp if (error.isNull()) isNull 5125 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (url.isNull() || url.isEmpty() || !url.isValid()) { isNull 5415 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (text.isNull()) isNull 76 Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.cpp if (!element().suggestedValue().isNull()) isNull 500 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp if (!element().suggestedValue().isNull()) isNull 44 Source/core/html/forms/BaseTextInputType.cpp if (rawPattern.isNull() || value.isEmpty() || !ScriptRegexp(rawPattern, TextCaseSensitive).isValid()) isNull 182 Source/core/html/forms/EmailInputType.cpp return !findInvalidAddress(value).isNull(); isNull 193 Source/core/html/forms/EmailInputType.cpp ASSERT(!invalidAddress.isNull()); isNull 63 Source/core/html/forms/FormController.cpp stateVector.append(m_values[i].isNull() ? emptyString() : m_values[i]); isNull 357 Source/core/html/forms/FormController.cpp ASSERT(!signature.isNull()); isNull 132 Source/core/html/forms/RangeInputType.cpp if (!precisionValue.isNull()) { isNull 484 Source/core/html/forms/TextFieldInputType.cpp if (!dirnameAttrValue.isNull()) isNull 533 Source/core/html/forms/TextFieldInputType.cpp if (!element().suggestedValue().isNull()) { isNull 83 Source/core/html/parser/BackgroundHTMLInputStream.cpp ASSERT(!checkpoint.isNull()); isNull 90 Source/core/html/parser/BackgroundHTMLInputStream.cpp ASSERT(!m_segments[i].isNull()); isNull 64 Source/core/html/parser/BackgroundHTMLInputStream.h bool isNull() const { return input.isEmpty() && !numberOfSegmentsAlreadyAppended; } isNull 52 Source/core/html/parser/HTMLParserIdioms.cpp return string.isNull() ? string : emptyAtom.string(); isNull 72 Source/core/html/parser/HTMLParserIdioms.cpp return string.isNull() ? string : emptyAtom.string(); isNull 264 Source/core/html/parser/HTMLPreloadScanner.cpp if (!corsSetting.isNull() && equalIgnoringCase(stripLeadingAndTrailingHTMLSpaces(corsSetting), "use-credentials")) isNull 125 Source/core/html/parser/HTMLSrcsetParser.cpp if (attribute.isNull()) isNull 167 Source/core/html/parser/HTMLSrcsetParser.cpp if (srcsetAttribute.isNull()) { isNull 168 Source/core/html/parser/HTMLSrcsetParser.cpp if (srcAttribute.isNull()) isNull 520 Source/core/html/parser/HTMLTreeBuilder.cpp if (casedName.localName().isNull()) isNull 538 Source/core/html/parser/HTMLTreeBuilder.cpp if (!casedName.localName().isNull()) isNull 583 Source/core/html/parser/HTMLTreeBuilder.cpp if (!name.localName().isNull()) isNull 179 Source/core/inspector/DOMEditor.cpp m_hadAttribute = !value.isNull(); isNull 767 Source/core/inspector/InspectorCSSAgent.cpp if (familyName.isNull()) isNull 201 Source/core/inspector/InspectorConsoleAgent.cpp if (title.isNull()) isNull 211 Source/core/inspector/InspectorConsoleAgent.cpp if (title.isNull()) isNull 1473 Source/core/inspector/InspectorDOMAgent.cpp if (!document || document->url().isNull()) isNull 510 Source/core/inspector/InspectorDOMDebuggerAgent.cpp if (breakpointURL.isNull()) isNull 183 Source/core/inspector/InspectorDOMStorageAgent.cpp if (key.isNull()) isNull 185 Source/core/inspector/InspectorDOMStorageAgent.cpp else if (newValue.isNull()) isNull 187 Source/core/inspector/InspectorDOMStorageAgent.cpp else if (oldValue.isNull()) isNull 1134 Source/core/inspector/InspectorDebuggerAgent.cpp String* sourceMapURLParam = sourceMapURL.isNull() ? 0 : &sourceMapURL; isNull 399 Source/core/inspector/InspectorOverlay.cpp bool hasInvisibleInInspectModeElements = !m_pausedInDebuggerMessage.isNull(); isNull 567 Source/core/inspector/InspectorOverlay.cpp if (!m_pausedInDebuggerMessage.isNull()) isNull 902 Source/core/inspector/InspectorPageAgent.cpp if (identifier.isNull()) { isNull 920 Source/core/inspector/InspectorPageAgent.cpp if (identifier.isNull()) { isNull 111 Source/core/inspector/InspectorProfilerAgent.cpp m_frontend->consoleProfileStarted(id, currentDebugLocation(), title.isNull() ? 0 : &title); isNull 120 Source/core/inspector/InspectorProfilerAgent.cpp if (title.isNull()) { isNull 142 Source/core/inspector/InspectorProfilerAgent.cpp m_frontend->consoleProfileFinished(id, location, createCPUProfile(*profile), resolvedTitle.isNull() ? 0 : &resolvedTitle); isNull 233 Source/core/inspector/InspectorResourceAgent.cpp if (response.isNull()) isNull 652 Source/core/inspector/InspectorResourceAgent.cpp if (resourceData->buffer() && !resourceData->textEncodingName().isNull()) { isNull 1293 Source/core/inspector/InspectorStyleSheet.cpp if (!m_sourceURL.isNull()) isNull 1319 Source/core/inspector/InspectorTimelineAgent.cpp if (liveEvents.isNull() || liveEvents.isEmpty()) isNull 90 Source/core/inspector/NetworkResourcesData.cpp return content.isNull() ? 0 : content.impl()->sizeInBytes(); isNull 352 Source/core/inspector/NetworkResourcesData.cpp if (!preservedLoaderId.isNull() && resourceData->loaderId() == preservedLoaderId) isNull 371 Source/core/inspector/NetworkResourcesData.cpp if (requestId.isNull()) isNull 95 Source/core/inspector/NetworkResourcesData.h bool hasContent() const { return !m_content.isNull(); } isNull 72 Source/core/inspector/ScriptArguments.cpp if (checkForNullOrUndefined && (value.isNull() || value.isUndefined())) isNull 93 Source/core/inspector/TimelineRecordFactory.h if (!protocol.isNull()) isNull 94 Source/core/inspector/TraceEventDispatcher.h bool isNull() const { return !m_name; } isNull 157 Source/core/loader/DocumentLoader.cpp ASSERT(!error.isNull()); isNull 267 Source/core/loader/DocumentLoader.cpp if (!m_mainDocumentError.isNull()) isNull 345 Source/core/loader/DocumentLoader.cpp ASSERT(!newRequest.isNull()); isNull 352 Source/core/loader/DocumentLoader.cpp if (!redirectResponse.isNull()) { isNull 386 Source/core/loader/DocumentLoader.cpp if (redirectResponse.isNull()) isNull 495 Source/core/loader/DocumentLoader.cpp const AtomicString& encoding = overrideEncoding().isNull() ? response().textEncodingName() : overrideEncoding(); isNull 519 Source/core/loader/DocumentLoader.cpp ASSERT(!m_response.isNull()); isNull 721 Source/core/loader/DocumentLoader.cpp if (!m_frame || m_request.isNull()) isNull 756 Source/core/loader/DocumentLoader.cpp ResourceError error = resourceError.isNull() ? ResourceError::cancelledError(m_request.url()) : resourceError; isNull 832 Source/core/loader/DocumentLoader.cpp if (!source.isNull()) isNull 144 Source/core/loader/DocumentThreadableLoader.cpp if (errorForCallback.isNull()) { isNull 411 Source/core/loader/DocumentThreadableLoader.cpp if (!error.isNull() && !requestURL.isLocalFile() && response.httpStatusCode() <= 0) { isNull 182 Source/core/loader/FormSubmission.cpp if (!(attributeValue = submitButton->fastGetAttribute(formactionAttr)).isNull()) isNull 184 Source/core/loader/FormSubmission.cpp if (!(attributeValue = submitButton->fastGetAttribute(formenctypeAttr)).isNull()) isNull 186 Source/core/loader/FormSubmission.cpp if (!(attributeValue = submitButton->fastGetAttribute(formmethodAttr)).isNull()) isNull 188 Source/core/loader/FormSubmission.cpp if (!(attributeValue = submitButton->fastGetAttribute(formtargetAttr)).isNull()) isNull 65 Source/core/loader/FrameFetchContext.cpp if (request.httpReferrer().isNull()) { isNull 195 Source/core/loader/FrameFetchContext.cpp if (!response.isNull()) isNull 744 Source/core/loader/FrameLoader.cpp ASSERT(!srcdoc.isNull()); isNull 939 Source/core/loader/FrameLoader.cpp if (error.isNull()) isNull 981 Source/core/loader/FrameLoader.cpp if (!error.isNull()) isNull 1302 Source/core/loader/FrameLoader.cpp ASSERT(!userAgent.isNull()); isNull 141 Source/core/loader/ImageLoader.cpp if (!attr.isNull() && !stripLeadingAndTrailingHTMLSpaces(attr).isEmpty()) { isNull 145 Source/core/loader/ImageLoader.cpp if (!crossOriginMode.isNull()) isNull 169 Source/core/loader/ImageLoader.cpp } else if (!attr.isNull()) { isNull 129 Source/core/loader/LinkLoader.cpp if (!crossOriginMode.isNull()) isNull 113 Source/core/loader/TextTrackLoader.cpp if (!crossOriginMode.isNull()) { isNull 509 Source/core/page/DOMSelection.cpp if (position.isNull()) isNull 527 Source/core/page/DOMSelection.cpp if (position.isNull()) isNull 888 Source/core/page/DragController.cpp if (!image || image->isNull()) isNull 573 Source/core/page/EventHandler.cpp if (visiblePos.isNull()) isNull 766 Source/core/page/EventHandler.cpp if (targetPosition.isNull()) isNull 1789 Source/core/page/EventHandler.cpp if (keywords.isNull()) isNull 378 Source/core/page/EventSource.cpp if (!m_currentlyParsedEventId.isNull()) { isNull 752 Source/core/page/FocusController.cpp if (closest.isNull()) { isNull 801 Source/core/page/FocusController.cpp if (candidate.isNull()) isNull 823 Source/core/page/FocusController.cpp if (focusCandidate.isNull()) { isNull 78 Source/core/page/HistoryController.cpp if (target.isNull()) isNull 133 Source/core/page/HistoryController.cpp if (target.isNull()) isNull 274 Source/core/page/PrintContext.cpp if (href.isNull()) isNull 599 Source/core/page/SpatialNavigation.cpp if (firstCandidate.isNull() || secondCandidate.isNull()) isNull 116 Source/core/page/SpatialNavigation.h bool isNull() const { return !visibleNode; } isNull 215 Source/core/page/WindowFeatures.cpp return value.isNull() || value == "1" || value == "yes" || value == "on"; isNull 103 Source/core/rendering/GraphicsContextAnnotator.cpp if (!id.isNull() && !id.isEmpty()) isNull 109 Source/core/rendering/GraphicsContextAnnotator.cpp if (!classes.isNull() && classes.size() > 0) { isNull 354 Source/core/rendering/HitTestResult.cpp if (pos.isNull()) isNull 4110 Source/core/rendering/RenderBlock.cpp if (!result.isNull()) isNull 404 Source/core/rendering/RenderCounter.cpp if (!m_counter.separator().isNull()) { isNull 145 Source/core/rendering/RenderDetailsMarker.cpp return !toElement(renderer->node())->getAttribute(openAttr).isNull(); isNull 1040 Source/core/rendering/RenderGrid.cpp ASSERT(!position.namedGridLine().isNull()); isNull 1065 Source/core/rendering/RenderGrid.cpp if (!position.namedGridLine().isNull()) isNull 1118 Source/core/rendering/RenderGrid.cpp if (!position.namedGridLine().isNull()) { isNull 1129 Source/core/rendering/RenderGrid.cpp ASSERT(!position.namedGridLine().isNull()); isNull 324 Source/core/rendering/RenderImage.cpp if (m_imageResource->errorOccurred() && !image->isNull() && usableWidth >= image->width() && usableHeight >= image->height()) { isNull 372 Source/core/rendering/RenderImage.cpp if (!img || img->isNull()) isNull 464 Source/core/rendering/RenderImage.cpp if (!img || img->isNull()) isNull 1163 Source/core/rendering/RenderObject.cpp if (href.isNull()) isNull 234 Source/core/rendering/RenderQuote.cpp if (lang.isNull()) isNull 157 Source/core/rendering/RenderTableCell.cpp if (!nowrap.isNull() && w.isFixed()) isNull 100 Source/core/rendering/RenderText.cpp if (string->isNull()) isNull 80 Source/core/rendering/shapes/ShapeInfo.cpp String urlString = url.isNull() ? "''" : url.elidedString(); isNull 1046 Source/core/rendering/style/RenderStyle.cpp if (!hyphenationString.isNull()) isNull 229 Source/core/rendering/svg/SVGResources.cpp if (tagName.isNull()) isNull 110 Source/core/storage/Storage.cpp ASSERT(!key.isNull()); isNull 123 Source/core/storage/StorageArea.cpp return !getItem(key, exceptionState, frame).isNull(); isNull 59 Source/core/storage/StorageEvent.h Storage* storageArea(bool& isNull) const { isNull = !m_storageArea; return m_storageArea.get(); } isNull 123 Source/core/svg/SVGAElement.cpp setIsLink(!hrefString().isNull()); isNull 353 Source/core/svg/SVGElement.cpp if (!attrName.namespaceURI().isNull()) isNull 625 Source/core/svg/SVGElement.cpp if (!eventName.isNull()) isNull 66 Source/core/svg/SVGFontFaceElement.cpp if (!attrName.namespaceURI().isNull()) isNull 94 Source/core/svg/SVGFontFaceUriElement.cpp if (!href.isNull()) { isNull 50 Source/core/svg/SVGImageElement.h virtual bool isStructurallyExternal() const OVERRIDE { return !hrefString().isNull(); } isNull 98 Source/core/svg/SVGRect.cpp if (string.isNull()) { isNull 110 Source/core/svg/SVGSVGElement.cpp return n.isNull() ? defaultValue : n; isNull 122 Source/core/svg/SVGSVGElement.cpp return n.isNull() ? defaultValue : n; isNull 67 Source/core/svg/SVGStyleElement.cpp return n.isNull() ? defaultValue : n; isNull 79 Source/core/svg/SVGStyleElement.cpp return n.isNull() ? defaultValue : n; isNull 61 Source/core/svg/SVGUseElement.h virtual bool isStructurallyExternal() const OVERRIDE { return !hrefString().isNull() && isExternalURIReference(hrefString(), document()); } isNull 376 Source/core/svg/animation/SVGSMILElement.cpp if (data.isNull()) isNull 757 Source/core/svg/animation/SVGSMILElement.cpp if (!value.isNull()) { isNull 132 Source/core/timing/Performance.cpp if (entryType.isNull() || equalIgnoringCase(entryType, "resource")) isNull 138 Source/core/timing/Performance.cpp if (entryType.isNull() || equalIgnoringCase(entryType, "mark")) isNull 140 Source/core/timing/Performance.cpp if (entryType.isNull() || equalIgnoringCase(entryType, "measure")) isNull 92 Source/core/timing/PerformanceUserTiming.cpp if (name.isNull()) { isNull 141 Source/core/timing/PerformanceUserTiming.cpp if (startMark.isNull()) isNull 143 Source/core/timing/PerformanceUserTiming.cpp else if (endMark.isNull()) { isNull 126 Source/core/workers/WorkerGlobalScope.cpp if (url.isNull()) isNull 664 Source/core/xml/XMLHttpRequest.cpp if (!body.isNull() && areMethodAndURLValidForSend()) { isNull 1194 Source/core/xml/XMLHttpRequest.cpp if (!m_response.httpStatusText().isNull()) isNull 191 Source/core/xml/XPathParser.cpp if (value.isNull()) isNull 456 Source/core/xml/XPathParser.cpp if (namespaceURI.isNull()) isNull 203 Source/core/xml/XPathStep.cpp return equalIgnoringCase(toElement(node)->localName(), name) && (namespaceURI.isNull() || namespaceURI == node->namespaceURI()); isNull 206 Source/core/xml/XPathStep.cpp return toElement(node)->hasLocalName(name) && namespaceURI == node->namespaceURI() && !namespaceURI.isNull(); isNull 89 Source/core/xml/XSLImportRule.cpp if (!parentSheet->baseURL().isNull()) isNull 811 Source/core/xml/parser/XMLDocumentParser.cpp if (m_defaultNamespaceURI.isNull() && !parentElement->inDocument()) isNull 931 Source/core/xml/parser/XMLDocumentParser.cpp if (m_parsingFragment && adjustedURI.isNull()) { isNull 932 Source/core/xml/parser/XMLDocumentParser.cpp if (!prefix.isNull()) isNull 1179 Source/core/xml/parser/XMLDocumentParser.cpp if (!version.isNull()) isNull 1183 Source/core/xml/parser/XMLDocumentParser.cpp if (!encoding.isNull()) isNull 42 Source/modules/device_orientation/DeviceAcceleration.cpp double DeviceAcceleration::x(bool& isNull) const isNull 47 Source/modules/device_orientation/DeviceAcceleration.cpp isNull = true; isNull 51 Source/modules/device_orientation/DeviceAcceleration.cpp double DeviceAcceleration::y(bool& isNull) const isNull 56 Source/modules/device_orientation/DeviceAcceleration.cpp isNull = true; isNull 60 Source/modules/device_orientation/DeviceAcceleration.cpp double DeviceAcceleration::z(bool& isNull) const isNull 65 Source/modules/device_orientation/DeviceAcceleration.cpp isNull = true; isNull 44 Source/modules/device_orientation/DeviceAcceleration.h double x(bool& isNull) const; isNull 45 Source/modules/device_orientation/DeviceAcceleration.h double y(bool& isNull) const; isNull 46 Source/modules/device_orientation/DeviceAcceleration.h double z(bool& isNull) const; isNull 98 Source/modules/device_orientation/DeviceMotionEvent.cpp double DeviceMotionEvent::interval(bool& isNull) const isNull 103 Source/modules/device_orientation/DeviceMotionEvent.cpp isNull = true; isNull 57 Source/modules/device_orientation/DeviceMotionEvent.h double interval(bool& isNull) const; isNull 59 Source/modules/device_orientation/DeviceOrientationEvent.cpp double DeviceOrientationEvent::alpha(bool& isNull) const isNull 64 Source/modules/device_orientation/DeviceOrientationEvent.cpp isNull = true; isNull 68 Source/modules/device_orientation/DeviceOrientationEvent.cpp double DeviceOrientationEvent::beta(bool& isNull) const isNull 73 Source/modules/device_orientation/DeviceOrientationEvent.cpp isNull = true; isNull 77 Source/modules/device_orientation/DeviceOrientationEvent.cpp double DeviceOrientationEvent::gamma(bool& isNull) const isNull 82 Source/modules/device_orientation/DeviceOrientationEvent.cpp isNull = true; isNull 86 Source/modules/device_orientation/DeviceOrientationEvent.cpp bool DeviceOrientationEvent::absolute(bool& isNull) const isNull 91 Source/modules/device_orientation/DeviceOrientationEvent.cpp isNull = true; isNull 52 Source/modules/device_orientation/DeviceOrientationEvent.h double alpha(bool& isNull) const; isNull 53 Source/modules/device_orientation/DeviceOrientationEvent.h double beta(bool& isNull) const; isNull 54 Source/modules/device_orientation/DeviceOrientationEvent.h double gamma(bool& isNull) const; isNull 55 Source/modules/device_orientation/DeviceOrientationEvent.h bool absolute(bool& isNull) const; isNull 42 Source/modules/device_orientation/DeviceRotationRate.cpp double DeviceRotationRate::alpha(bool& isNull) const isNull 47 Source/modules/device_orientation/DeviceRotationRate.cpp isNull = true; isNull 51 Source/modules/device_orientation/DeviceRotationRate.cpp double DeviceRotationRate::beta(bool& isNull) const isNull 56 Source/modules/device_orientation/DeviceRotationRate.cpp isNull = true; isNull 60 Source/modules/device_orientation/DeviceRotationRate.cpp double DeviceRotationRate::gamma(bool& isNull) const isNull 65 Source/modules/device_orientation/DeviceRotationRate.cpp isNull = true; isNull 44 Source/modules/device_orientation/DeviceRotationRate.h double alpha(bool& isNull) const; isNull 45 Source/modules/device_orientation/DeviceRotationRate.h double beta(bool& isNull) const; isNull 46 Source/modules/device_orientation/DeviceRotationRate.h double gamma(bool& isNull) const; isNull 43 Source/modules/encoding/TextDecoder.cpp const String& encodingLabel = label.isNull() ? String("utf-8") : label; isNull 44 Source/modules/encoding/TextEncoder.cpp const String& encodingLabel = utfLabel.isNull() ? String("utf-8") : utfLabel; isNull 31 Source/modules/geolocation/Coordinates.cpp double Coordinates::altitude(bool& isNull) const isNull 36 Source/modules/geolocation/Coordinates.cpp isNull = true; isNull 40 Source/modules/geolocation/Coordinates.cpp double Coordinates::altitudeAccuracy(bool& isNull) const isNull 45 Source/modules/geolocation/Coordinates.cpp isNull = true; isNull 49 Source/modules/geolocation/Coordinates.cpp double Coordinates::heading(bool& isNull) const isNull 54 Source/modules/geolocation/Coordinates.cpp isNull = true; isNull 58 Source/modules/geolocation/Coordinates.cpp double Coordinates::speed(bool& isNull) const isNull 63 Source/modules/geolocation/Coordinates.cpp isNull = true; isNull 46 Source/modules/geolocation/Coordinates.h double altitude(bool& isNull) const; isNull 48 Source/modules/geolocation/Coordinates.h double altitudeAccuracy(bool& isNull) const; isNull 49 Source/modules/geolocation/Coordinates.h double heading(bool& isNull) const; isNull 50 Source/modules/geolocation/Coordinates.h double speed(bool& isNull) const; isNull 131 Source/modules/indexeddb/IDBCursor.cpp const bool usesInLineKeys = !keyPath.isNull(); isNull 177 Source/modules/indexeddb/IDBCursor.cpp RefPtr<IDBKey> key = keyValue.isUndefined() || keyValue.isNull() ? nullptr : scriptValueToIDBKey(&requestState, keyValue); isNull 334 Source/modules/indexeddb/IDBCursor.cpp if (metadata.autoIncrement && !metadata.keyPath.isNull()) { isNull 386 Source/modules/indexeddb/IDBCursor.cpp if (directionString.isNull() || directionString == IDBCursor::directionNext()) isNull 215 Source/modules/indexeddb/IDBDatabase.cpp if (!keyPath.isNull() && !keyPath.isValid()) { isNull 110 Source/modules/indexeddb/IDBFactory.cpp if (name.isNull()) { isNull 144 Source/modules/indexeddb/IDBFactory.cpp if (name.isNull()) { isNull 200 Source/modules/indexeddb/IDBKeyPath.cpp ASSERT(!m_string.isNull()); isNull 209 Source/modules/indexeddb/IDBKeyPath.cpp ASSERT(!m_array[i].isNull()); isNull 69 Source/modules/indexeddb/IDBKeyPath.h bool isNull() const { return m_type == NullType; } isNull 40 Source/modules/indexeddb/IDBKeyRange.cpp if (value.isUndefined() || value.isNull()) isNull 182 Source/modules/indexeddb/IDBObjectStore.cpp const bool usesInLineKeys = !keyPath.isNull(); isNull 399 Source/modules/indexeddb/IDBObjectStore.cpp if (name.isNull()) { isNull 301 Source/modules/indexeddb/IDBTransaction.cpp if (modeString.isNull() isNull 64 Source/modules/indexeddb/IDBVersionChangeEvent.cpp unsigned long long IDBVersionChangeEvent::newVersion(bool& isNull) const isNull 66 Source/modules/indexeddb/IDBVersionChangeEvent.cpp isNull = m_newVersion.isNull(); isNull 67 Source/modules/indexeddb/IDBVersionChangeEvent.cpp return isNull ? 0 : m_newVersion.get(); isNull 64 Source/modules/indexeddb/IDBVersionChangeEvent.h unsigned long long newVersion(bool& isNull) const; isNull 80 Source/modules/mediasource/MediaSource.cpp if (type.isNull() || type.isEmpty()) { isNull 207 Source/modules/mediasource/MediaSource.cpp if (type.isNull() || type.isEmpty()) isNull 80 Source/modules/mediasource/WebKitMediaSource.cpp if (type.isNull() || type.isEmpty()) { isNull 199 Source/modules/mediasource/WebKitMediaSource.cpp if (type.isNull() || type.isEmpty()) isNull 35 Source/modules/mediastream/MediaDeviceInfo.cpp ASSERT(!webMediaDeviceInfo.isNull()); isNull 78 Source/modules/mediastream/MediaStreamEvent.cpp MediaStream* MediaStreamEvent::stream(bool& isNull) const isNull 80 Source/modules/mediastream/MediaStreamEvent.cpp isNull = !m_stream; isNull 262 Source/modules/mediastream/RTCPeerConnection.cpp if (webSessionDescription.isNull()) isNull 287 Source/modules/mediastream/RTCPeerConnection.cpp if (webSessionDescription.isNull()) isNull 563 Source/modules/mediastream/RTCPeerConnection.cpp if (webCandidate.isNull()) isNull 35 Source/modules/mediastream/SourceInfo.cpp ASSERT(!webSourceInfo.isNull()); isNull 78 Source/modules/mediastream/UserMediaRequest.cpp if (audio.isNull() && video.isNull()) { isNull 102 Source/modules/mediastream/UserMediaRequest.cpp return !m_audio.isNull(); isNull 107 Source/modules/mediastream/UserMediaRequest.cpp return !m_video.isNull(); isNull 219 Source/modules/webdatabase/DatabaseBackendBase.cpp if (m_name.isNull()) isNull 337 Source/modules/webdatabase/DatabaseBackendBase.cpp currentVersion = entry->value.isNull() ? emptyString() : entry->value.isolatedCopy(); isNull 403 Source/modules/webdatabase/DatabaseBackendBase.cpp if (currentVersion.isNull()) { isNull 287 Source/modules/webdatabase/sqlite/SQLiteDatabase.cpp return m_openErrorMessage.isNull() ? notOpenErrorMessage : m_openErrorMessage.data(); isNull 111 Source/modules/websockets/MainThreadWebSocketChannel.cpp if (serverProtocol.isNull()) isNull 122 Source/modules/websockets/MainThreadWebSocketChannel.cpp if (extensions.isNull()) isNull 344 Source/modules/websockets/MainThreadWebSocketChannel.cpp if (error.isNull()) isNull 346 Source/modules/websockets/MainThreadWebSocketChannel.cpp else if (error.localizedDescription().isNull()) isNull 351 Source/modules/websockets/MainThreadWebSocketChannel.cpp ASSERT(failingURL.isNull() || m_handshake->url().string() == failingURL); isNull 352 Source/modules/websockets/MainThreadWebSocketChannel.cpp if (failingURL.isNull()) isNull 606 Source/modules/websockets/MainThreadWebSocketChannel.cpp if (message.isNull()) isNull 624 Source/modules/websockets/MainThreadWebSocketChannel.cpp if (message.isNull()) isNull 435 Source/modules/websockets/NewWebSocketChannelImpl.cpp if (message.isNull()) { isNull 253 Source/modules/websockets/WebSocket.cpp if (url.isNull()) { isNull 99 Source/modules/websockets/WebSocketDeflateFramer.cpp if (!parameter->value.isNull()) { isNull 85 Source/modules/websockets/WebSocketExtensionDispatcher.cpp if (!iterator->value.isNull()) { isNull 109 Source/modules/websockets/WebSocketExtensionDispatcherTest.cpp EXPECT_TRUE(parameter->value.isNull()); isNull 136 Source/modules/websockets/WebSocketExtensionDispatcherTest.cpp if (iterator->value.isNull()) isNull 137 Source/modules/websockets/WebSocketExtensionDispatcherTest.cpp EXPECT_TRUE(parsed->value.isNull()); isNull 180 Source/modules/websockets/WebSocketExtensionDispatcherTest.cpp EXPECT_TRUE(m_extensions.acceptedExtensions().isNull()); isNull 68 Source/modules/websockets/WebSocketExtensionParserTest.cpp EXPECT_TRUE(parameters.get("baz").isNull()); isNull 81 Source/modules/websockets/WebSocketHandshake.cpp if (!url.query().isNull()) { isNull 513 Source/modules/websockets/WebSocketHandshake.cpp if (serverUpgrade.isNull()) { isNull 517 Source/modules/websockets/WebSocketHandshake.cpp if (serverConnection.isNull()) { isNull 521 Source/modules/websockets/WebSocketHandshake.cpp if (serverWebSocketAccept.isNull()) { isNull 539 Source/modules/websockets/WebSocketHandshake.cpp if (!serverWebSocketProtocol.isNull()) { isNull 95 Source/modules/websockets/WebSocketPerMessageDeflate.cpp if (!clientNoContextTakeover->value.isNull()) { isNull 116 Source/modules/websockets/WebSocketPerMessageDeflate.cpp if (!serverNoContextTakeover->value.isNull()) { isNull 33 Source/platform/Cursor.cpp if (image->isNull()) isNull 70 Source/platform/JSONValues.h bool isNull() const { return m_type == TypeNull; } isNull 55 Source/platform/LinkHash.cpp if (relative.isNull()) isNull 57 Source/platform/exported/WebArrayBuffer.cpp if (!isNull()) isNull 64 Source/platform/exported/WebArrayBuffer.cpp if (!isNull()) isNull 53 Source/platform/exported/WebBlobData.cpp ASSERT(!isNull()); isNull 59 Source/platform/exported/WebBlobData.cpp ASSERT(!isNull()); isNull 96 Source/platform/exported/WebBlobData.cpp ASSERT(!isNull()); isNull 102 Source/platform/exported/WebBlobData.cpp ASSERT(!isNull()); isNull 44 Source/platform/exported/WebCString.cpp if (isNull() != other.isNull()) isNull 45 Source/platform/exported/WebCString.cpp return isNull() ? -1 : 1; isNull 47 Source/platform/exported/WebCString.cpp if (isNull()) isNull 74 Source/platform/exported/WebCString.cpp return m_private.isNull() ? 0 : m_private->length(); isNull 79 Source/platform/exported/WebCString.cpp return m_private.isNull() ? 0 : m_private->data(); isNull 69 Source/platform/exported/WebCryptoAlgorithm.cpp return m_private.isNull(); isNull 74 Source/platform/exported/WebCryptoAlgorithm.cpp ASSERT(!isNull()); isNull 80 Source/platform/exported/WebCryptoAlgorithm.cpp ASSERT(!isNull()); isNull 88 Source/platform/exported/WebCryptoAlgorithm.cpp ASSERT(!isNull()); isNull 96 Source/platform/exported/WebCryptoAlgorithm.cpp ASSERT(!isNull()); isNull 104 Source/platform/exported/WebCryptoAlgorithm.cpp ASSERT(!isNull()); isNull 112 Source/platform/exported/WebCryptoAlgorithm.cpp ASSERT(!isNull()); isNull 120 Source/platform/exported/WebCryptoAlgorithm.cpp ASSERT(!isNull()); isNull 128 Source/platform/exported/WebCryptoAlgorithm.cpp ASSERT(!isNull()); isNull 136 Source/platform/exported/WebCryptoAlgorithm.cpp ASSERT(!isNull()); isNull 144 Source/platform/exported/WebCryptoAlgorithm.cpp ASSERT(!isNull()); isNull 152 Source/platform/exported/WebCryptoAlgorithm.cpp ASSERT(!isNull()); isNull 160 Source/platform/exported/WebCryptoAlgorithm.cpp ASSERT(!isNull()); isNull 51 Source/platform/exported/WebCryptoKey.cpp ASSERT(!algorithm.isNull()); isNull 75 Source/platform/exported/WebCryptoKey.cpp ASSERT(!isNull()); isNull 81 Source/platform/exported/WebCryptoKey.cpp ASSERT(!isNull()); isNull 87 Source/platform/exported/WebCryptoKey.cpp ASSERT(!isNull()); isNull 93 Source/platform/exported/WebCryptoKey.cpp ASSERT(!isNull()); isNull 99 Source/platform/exported/WebCryptoKey.cpp ASSERT(!isNull()); isNull 105 Source/platform/exported/WebCryptoKey.cpp return m_private.isNull(); isNull 99 Source/platform/exported/WebCryptoKeyAlgorithm.cpp return m_private.isNull(); isNull 104 Source/platform/exported/WebCryptoKeyAlgorithm.cpp ASSERT(!isNull()); isNull 110 Source/platform/exported/WebCryptoKeyAlgorithm.cpp ASSERT(!isNull()); isNull 118 Source/platform/exported/WebCryptoKeyAlgorithm.cpp ASSERT(!isNull()); isNull 126 Source/platform/exported/WebCryptoKeyAlgorithm.cpp ASSERT(!isNull()); isNull 134 Source/platform/exported/WebCryptoKeyAlgorithm.cpp ASSERT(!isNull()); isNull 142 Source/platform/exported/WebCryptoKeyAlgorithm.cpp ASSERT(!isNull()); isNull 55 Source/platform/exported/WebCryptoResult.cpp RELEASE_ASSERT(!buffer.isNull()); isNull 63 Source/platform/exported/WebCryptoResult.cpp RELEASE_ASSERT(!buffer.isNull()); isNull 76 Source/platform/exported/WebCryptoResult.cpp ASSERT(!key.isNull()); isNull 83 Source/platform/exported/WebCryptoResult.cpp ASSERT(!publicKey.isNull()); isNull 84 Source/platform/exported/WebCryptoResult.cpp ASSERT(!privateKey.isNull()); isNull 57 Source/platform/exported/WebData.cpp if (m_private.isNull()) isNull 64 Source/platform/exported/WebData.cpp if (m_private.isNull()) isNull 80 Source/platform/exported/WebFileSystemCallbacks.cpp ASSERT(!m_private.isNull()); isNull 87 Source/platform/exported/WebFileSystemCallbacks.cpp ASSERT(!m_private.isNull()); isNull 99 Source/platform/exported/WebFileSystemCallbacks.cpp ASSERT(!m_private.isNull()); isNull 117 Source/platform/exported/WebFileSystemCallbacks.cpp ASSERT(!m_private.isNull()); isNull 126 Source/platform/exported/WebFileSystemCallbacks.cpp ASSERT(!m_private.isNull()); isNull 133 Source/platform/exported/WebFileSystemCallbacks.cpp ASSERT(!m_private.isNull()); isNull 140 Source/platform/exported/WebFileSystemCallbacks.cpp ASSERT(!m_private.isNull()); isNull 147 Source/platform/exported/WebFileSystemCallbacks.cpp ASSERT(!m_private.isNull()); isNull 154 Source/platform/exported/WebFileSystemCallbacks.cpp ASSERT(!m_private.isNull()); isNull 64 Source/platform/exported/WebHTTPBody.cpp ASSERT(!isNull()); isNull 70 Source/platform/exported/WebHTTPBody.cpp ASSERT(!isNull()); isNull 151 Source/platform/exported/WebHTTPBody.cpp ASSERT(!isNull()); isNull 197 Source/platform/exported/WebHTTPBody.cpp ASSERT(!isNull()); isNull 69 Source/platform/exported/WebHTTPLoadInfo.cpp ASSERT(!m_private.isNull()); isNull 75 Source/platform/exported/WebHTTPLoadInfo.cpp ASSERT(!m_private.isNull()); isNull 81 Source/platform/exported/WebHTTPLoadInfo.cpp ASSERT(!m_private.isNull()); isNull 87 Source/platform/exported/WebHTTPLoadInfo.cpp ASSERT(!m_private.isNull()); isNull 93 Source/platform/exported/WebHTTPLoadInfo.cpp ASSERT(!m_private.isNull()); isNull 99 Source/platform/exported/WebHTTPLoadInfo.cpp ASSERT(!m_private.isNull()); isNull 113 Source/platform/exported/WebHTTPLoadInfo.cpp ASSERT(!m_private.isNull()); isNull 119 Source/platform/exported/WebHTTPLoadInfo.cpp ASSERT(!m_private.isNull()); isNull 125 Source/platform/exported/WebHTTPLoadInfo.cpp ASSERT(!m_private.isNull()); isNull 131 Source/platform/exported/WebHTTPLoadInfo.cpp ASSERT(!m_private.isNull()); isNull 137 Source/platform/exported/WebHTTPLoadInfo.cpp ASSERT(!m_private.isNull()); isNull 143 Source/platform/exported/WebHTTPLoadInfo.cpp ASSERT(!m_private.isNull()); isNull 146 Source/platform/exported/WebImageSkia.cpp return m_bitmap.isNull(); isNull 121 Source/platform/exported/WebMediaConstraints.cpp ASSERT(!isNull()); isNull 127 Source/platform/exported/WebMediaConstraints.cpp ASSERT(!isNull()); isNull 133 Source/platform/exported/WebMediaConstraints.cpp ASSERT(!isNull()); isNull 139 Source/platform/exported/WebMediaConstraints.cpp ASSERT(!isNull()); isNull 145 Source/platform/exported/WebMediaConstraints.cpp ASSERT(isNull()); isNull 151 Source/platform/exported/WebMediaConstraints.cpp ASSERT(isNull()); isNull 84 Source/platform/exported/WebMediaDeviceInfo.cpp ASSERT(!m_private.isNull()); isNull 90 Source/platform/exported/WebMediaDeviceInfo.cpp ASSERT(!m_private.isNull()); isNull 96 Source/platform/exported/WebMediaDeviceInfo.cpp ASSERT(!m_private.isNull()); isNull 102 Source/platform/exported/WebMediaDeviceInfo.cpp ASSERT(!m_private.isNull()); isNull 111 Source/platform/exported/WebMediaStream.cpp ASSERT(!isNull()); isNull 117 Source/platform/exported/WebMediaStream.cpp ASSERT(!isNull()); isNull 112 Source/platform/exported/WebMediaStreamSource.cpp ASSERT(!m_private.isNull()); isNull 118 Source/platform/exported/WebMediaStreamSource.cpp ASSERT(!m_private.isNull()); isNull 124 Source/platform/exported/WebMediaStreamSource.cpp ASSERT(!m_private.isNull()); isNull 130 Source/platform/exported/WebMediaStreamSource.cpp ASSERT(!m_private.isNull()); isNull 136 Source/platform/exported/WebMediaStreamSource.cpp ASSERT(!m_private.isNull()); isNull 142 Source/platform/exported/WebMediaStreamSource.cpp ASSERT(!m_private.isNull()); isNull 151 Source/platform/exported/WebMediaStreamSource.cpp ASSERT(!m_private.isNull()); isNull 161 Source/platform/exported/WebMediaStreamSource.cpp ASSERT(!m_private.isNull()); isNull 167 Source/platform/exported/WebMediaStreamSource.cpp ASSERT(!m_private.isNull()); isNull 212 Source/platform/exported/WebMediaStreamSource.cpp ASSERT(!m_private.isNull() && consumer); isNull 220 Source/platform/exported/WebMediaStreamSource.cpp ASSERT(!m_private.isNull() && consumer); isNull 110 Source/platform/exported/WebMediaStreamTrack.cpp ASSERT(!m_private.isNull()); isNull 116 Source/platform/exported/WebMediaStreamTrack.cpp ASSERT(!m_private.isNull()); isNull 122 Source/platform/exported/WebMediaStreamTrack.cpp ASSERT(!m_private.isNull()); isNull 136 Source/platform/exported/WebMediaStreamTrack.cpp ASSERT(!m_private.isNull()); isNull 147 Source/platform/exported/WebMediaStreamTrack.cpp ASSERT(!m_private.isNull()); isNull 46 Source/platform/exported/WebPermissionCallbacks.cpp ASSERT(!m_private.isNull()); isNull 53 Source/platform/exported/WebPermissionCallbacks.cpp ASSERT(!m_private.isNull()); isNull 82 Source/platform/exported/WebPrerender.cpp return m_private.isNull(); isNull 61 Source/platform/exported/WebRTCConfiguration.cpp ASSERT(!isNull()); isNull 67 Source/platform/exported/WebRTCConfiguration.cpp ASSERT(!isNull()); isNull 73 Source/platform/exported/WebRTCConfiguration.cpp ASSERT(!isNull()); isNull 94 Source/platform/exported/WebRTCConfiguration.cpp ASSERT(!isNull()); isNull 100 Source/platform/exported/WebRTCConfiguration.cpp ASSERT(!isNull()); isNull 87 Source/platform/exported/WebRTCICECandidate.cpp ASSERT(!m_private.isNull()); isNull 93 Source/platform/exported/WebRTCICECandidate.cpp ASSERT(!m_private.isNull()); isNull 99 Source/platform/exported/WebRTCICECandidate.cpp ASSERT(!m_private.isNull()); isNull 105 Source/platform/exported/WebRTCICECandidate.cpp ASSERT(!m_private.isNull()); isNull 111 Source/platform/exported/WebRTCICECandidate.cpp ASSERT(!m_private.isNull()); isNull 117 Source/platform/exported/WebRTCICECandidate.cpp ASSERT(!m_private.isNull()); isNull 86 Source/platform/exported/WebRTCSessionDescription.cpp ASSERT(!m_private.isNull()); isNull 92 Source/platform/exported/WebRTCSessionDescription.cpp ASSERT(!m_private.isNull()); isNull 98 Source/platform/exported/WebRTCSessionDescription.cpp ASSERT(!m_private.isNull()); isNull 104 Source/platform/exported/WebRTCSessionDescription.cpp ASSERT(!m_private.isNull()); isNull 58 Source/platform/exported/WebRTCStatsResponse.cpp ASSERT(!m_private.isNull()); isNull 64 Source/platform/exported/WebRTCStatsResponse.cpp ASSERT(!m_private.isNull()); isNull 84 Source/platform/exported/WebSourceInfo.cpp ASSERT(!m_private.isNull()); isNull 90 Source/platform/exported/WebSourceInfo.cpp ASSERT(!m_private.isNull()); isNull 96 Source/platform/exported/WebSourceInfo.cpp ASSERT(!m_private.isNull()); isNull 102 Source/platform/exported/WebSourceInfo.cpp ASSERT(!m_private.isNull()); isNull 48 Source/platform/exported/WebStorageQuotaCallbacks.cpp ASSERT(!m_private.isNull()); isNull 55 Source/platform/exported/WebStorageQuotaCallbacks.cpp ASSERT(!m_private.isNull()); isNull 62 Source/platform/exported/WebStorageQuotaCallbacks.cpp ASSERT(!m_private.isNull()); isNull 59 Source/platform/exported/WebString.cpp return m_private.isNull() ? 0 : m_private->length(); isNull 64 Source/platform/exported/WebString.cpp ASSERT(!m_private.isNull()); isNull 75 Source/platform/exported/WebString.cpp return !m_private.isNull() && is8Bit() ? m_private->characters8() : 0; isNull 80 Source/platform/exported/WebString.cpp return !m_private.isNull() && !is8Bit() ? m_private->characters16() : 0; isNull 52 Source/platform/exported/WebThreadSafeData.cpp if (m_private.isNull()) isNull 59 Source/platform/exported/WebThreadSafeData.cpp if (m_private.isNull()) isNull 49 Source/platform/exported/WebURLError.cpp if (error.isNull()) { isNull 106 Source/platform/exported/WebURLRequest.cpp return !m_private || m_private->m_resourceRequest->isNull(); isNull 110 Source/platform/exported/WebURLResponse.cpp return !m_private || m_private->m_resourceResponse->isNull(); isNull 256 Source/platform/exported/WebURLResponse.cpp if (name.isNull() || value.isNull()) isNull 31 Source/platform/fonts/FontCacheTest.cpp if (emptyAtom.isNull()) isNull 156 Source/platform/graphics/DeferredImageDecoderTest.cpp EXPECT_FALSE(image->bitmap().isNull()); isNull 212 Source/platform/graphics/DeferredImageDecoderTest.cpp EXPECT_FALSE(image->bitmap().isNull()); isNull 314 Source/platform/graphics/DeferredImageDecoderTest.cpp EXPECT_FALSE(image->bitmap().isNull()); isNull 76 Source/platform/graphics/Image.h bool isNull() const { return size().isEmpty(); } isNull 281 Source/platform/graphics/ImageBuffer.cpp if (bitmap.isNull()) isNull 287 Source/platform/graphics/ImageFrameGenerator.cpp if (fullSizeBitmap.isNull()) isNull 83 Source/platform/graphics/LazyDecodingPixelRef.cpp ASSERT(!m_lockedImageResource->bitmap().isNull()); isNull 134 Source/platform/graphics/gpu/DrawingBufferTest.cpp EXPECT_FALSE(imageBuffer->bitmap().isNull()); isNull 137 Source/platform/graphics/gpu/DrawingBufferTest.cpp EXPECT_FALSE(imageBuffer->bitmap().isNull()); isNull 74 Source/platform/graphics/gpu/WebGLImageBufferSurface.cpp if (m_cachedBitmap.isNull() && m_bitmap.pixelRef()) { isNull 49 Source/platform/mhtml/ArchiveResource.cpp if (response.isNull()) { isNull 56 Source/platform/mhtml/ArchiveResourceCollection.cpp if (!frameName.isNull()) { isNull 96 Source/platform/mhtml/MHTMLParser.cpp while (!(line = buffer->nextChunkAsUTF8StringWithLatin1Fallback()).isNull()) { isNull 139 Source/platform/mhtml/MHTMLParser.cpp if (mimeHeader->m_endOfPartBoundary.isNull()) { isNull 185 Source/platform/mhtml/MHTMLParser.cpp while (!(line = lineReader.nextChunkAsUTF8StringWithLatin1Fallback()).isNull()) { isNull 320 Source/platform/mhtml/MHTMLParser.cpp while (!(line = m_lineReader.nextChunkAsUTF8StringWithLatin1Fallback()).isNull()) { isNull 668 Source/platform/network/HTTPParsers.cpp if (nameStr.isNull()) { isNull 672 Source/platform/network/HTTPParsers.cpp if (valueStr.isNull()) { isNull 50 Source/platform/network/ProxyServer.cpp ASSERT(!proxyServer.hostName().isNull()); isNull 60 Source/platform/network/ResourceError.cpp if (a.isNull() && b.isNull()) isNull 63 Source/platform/network/ResourceError.cpp if (a.isNull() || b.isNull()) isNull 65 Source/platform/network/ResourceError.h bool isNull() const { return m_isNull; } isNull 92 Source/platform/network/ResourceRequest.cpp return m_url.isNull(); isNull 105 Source/platform/network/ResourceRequest.h bool isNull() const; isNull 563 Source/platform/network/ResourceResponse.cpp if (a.isNull() != b.isNull()) isNull 62 Source/platform/network/ResourceResponse.h bool isNull() const { return m_isNull; } isNull 38 Source/platform/network/SocketStreamError.cpp if (a.isNull() && b.isNull()) isNull 41 Source/platform/network/SocketStreamError.cpp if (a.isNull() || b.isNull()) isNull 49 Source/platform/network/SocketStreamError.h bool isNull() const { return m_isNull; } isNull 305 Source/platform/text/LocaleICU.cpp if (!m_dateFormat.isNull()) isNull 337 Source/platform/text/LocaleICU.cpp if (!m_monthFormat.isNull()) isNull 347 Source/platform/text/LocaleICU.cpp if (!m_shortMonthFormat.isNull()) isNull 414 Source/platform/text/LocaleWin.cpp if (m_dateFormat.isNull()) isNull 426 Source/platform/text/LocaleWin.cpp if (m_monthFormat.isNull()) isNull 433 Source/platform/text/LocaleWin.cpp if (m_shortMonthFormat.isNull()) isNull 440 Source/platform/text/LocaleWin.cpp if (m_timeFormatWithSeconds.isNull()) isNull 447 Source/platform/text/LocaleWin.cpp if (!m_timeFormatWithoutSeconds.isNull()) isNull 466 Source/platform/text/LocaleWin.cpp if (!m_dateTimeFormatWithSeconds.isNull()) isNull 478 Source/platform/text/LocaleWin.cpp if (!m_dateTimeFormatWithoutSeconds.isNull()) isNull 183 Source/platform/weborigin/KURL.cpp if (!url.isNull()) isNull 269 Source/platform/weborigin/KURL.cpp return m_string.isNull(); isNull 305 Source/platform/weborigin/KURL.cpp ASSERT(!m_string.isNull()); isNull 346 Source/platform/weborigin/KURL.cpp ASSERT(!m_string.isNull()); isNull 557 Source/platform/weborigin/KURL.cpp if (fragment.isNull() && !m_parsed.ref.is_valid()) isNull 563 Source/platform/weborigin/KURL.cpp if (fragment.isNull()) isNull 581 Source/platform/weborigin/KURL.cpp if (query.isNull()) { isNull 660 Source/platform/weborigin/KURL.cpp if (m_string.isNull() || !m_parsed.scheme.is_nonempty()) isNull 722 Source/platform/weborigin/KURL.cpp if (m_string.isNull()) isNull 737 Source/platform/weborigin/KURL.cpp if (url.isNull()) isNull 746 Source/platform/weborigin/KURL.cpp if (!relative.isNull() && relative.is8Bit()) { isNull 825 Source/platform/weborigin/KURL.cpp ASSERT(!m_string.isNull()); isNull 839 Source/platform/weborigin/KURL.cpp if (m_string.isNull() || m_parsed.scheme.len <= 0) isNull 849 Source/platform/weborigin/KURL.cpp if (m_string.isNull()) isNull 96 Source/platform/weborigin/KURL.h bool isNull() const; isNull 144 Source/platform/weborigin/KURLTest.cpp EXPECT_TRUE(kurl.fragmentIdentifier().isNull()); isNull 405 Source/platform/weborigin/KURLTest.cpp EXPECT_TRUE(nullString.isNull()); isNull 419 Source/platform/weborigin/KURLTest.cpp EXPECT_TRUE(nullString.isNull()); isNull 426 Source/platform/weborigin/KURLTest.cpp EXPECT_FALSE(emptyString.isNull()); isNull 479 Source/platform/weborigin/KURLTest.cpp EXPECT_TRUE(kurl.isNull()); isNull 480 Source/platform/weborigin/KURLTest.cpp EXPECT_TRUE(kurl.string().isNull()); isNull 485 Source/platform/weborigin/KURLTest.cpp EXPECT_TRUE(kurl2.isNull()); isNull 488 Source/platform/weborigin/KURLTest.cpp EXPECT_TRUE(kurl2.string().isNull()); isNull 490 Source/platform/weborigin/KURLTest.cpp EXPECT_TRUE(kurl2.string().isNull()); isNull 495 Source/platform/weborigin/KURLTest.cpp EXPECT_TRUE(kurl22.isNull()); isNull 498 Source/platform/weborigin/KURLTest.cpp EXPECT_TRUE(kurl22.string().isNull()); isNull 500 Source/platform/weborigin/KURLTest.cpp EXPECT_TRUE(kurl22.string().isNull()); isNull 516 Source/platform/weborigin/KURLTest.cpp EXPECT_TRUE(kurl4.string().isNull()); isNull 525 Source/platform/weborigin/KURLTest.cpp EXPECT_TRUE(kurl5.string().isNull()); isNull 531 Source/platform/weborigin/KURLTest.cpp EXPECT_TRUE(kurl6.string().isNull()); isNull 540 Source/platform/weborigin/KURLTest.cpp EXPECT_TRUE(kurl7.string().isNull()); isNull 119 Source/platform/weborigin/SecurityOrigin.cpp : m_protocol(url.protocol().isNull() ? "" : url.protocol().lower()) isNull 120 Source/platform/weborigin/SecurityOrigin.cpp , m_host(url.host().isNull() ? "" : url.host().lower()) isNull 131 Source/web/ContextMenuClientImpl.cpp if (pos.isNull()) isNull 285 Source/web/ContextMenuClientImpl.cpp && r.image() && !(r.image()->isNull()); isNull 105 Source/web/WebAXObject.cpp if (m_private.isNull()) isNull 632 Source/web/WebAXObject.cpp if (accessKey.isNull()) isNull 636 Source/web/WebAXObject.cpp if (modifierString.isNull()) { isNull 83 Source/web/WebDragData.cpp ASSERT(!isNull()); isNull 150 Source/web/WebDragData.cpp ASSERT(!isNull()); isNull 160 Source/web/WebElement.cpp if (isNull()) isNull 902 Source/web/WebFrameImpl.cpp ASSERT(!request.isNull()); isNull 1204 Source/web/WebFrameImpl.cpp if (webElement.isNull()) isNull 1387 Source/web/WebFrameImpl.cpp if (constrainToNode.isNull()) { isNull 1439 Source/web/WebFrameImpl.cpp WebPluginContainerImpl* pluginContainer = node.isNull() ? pluginContainerFromFrame(frame()) : toWebPluginContainerImpl(node.pluginContainer()); isNull 1517 Source/web/WebFrameImpl.cpp ASSERT(!event.isNull()); isNull 61 Source/web/WebMediaDevicesRequest.cpp ASSERT(!isNull() && m_private->executionContext()); isNull 67 Source/web/WebMediaDevicesRequest.cpp ASSERT(!isNull()); isNull 73 Source/web/WebMediaDevicesRequest.cpp ASSERT(!isNull()); isNull 84 Source/web/WebMediaDevicesRequest.cpp if (isNull() || other.isNull()) isNull 186 Source/web/WebNode.cpp if (!event.isNull()) isNull 238 Source/web/WebNode.cpp if (isNull()) isNull 254 Source/web/WebNode.cpp if (isNull()) isNull 164 Source/web/WebPasswordFormData.cpp if (action.isNull()) isNull 121 Source/web/WebRange.cpp if (isNull()) isNull 46 Source/web/WebScopedUserGesture.cpp if (!token.isNull()) isNull 75 Source/web/WebSearchableFormData.cpp return form->document().completeURL(action.isNull() ? "" : action).protocolIs("http"); isNull 165 Source/web/WebSearchableFormData.cpp if (control->isDisabledFormControl() || control->name().isNull()) isNull 208 Source/web/WebSearchableFormData.cpp if (control->isDisabledFormControl() || control->name().isNull()) isNull 286 Source/web/WebSearchableFormData.cpp KURL url(formElement->document().completeURL(action.isNull() ? "" : action)); isNull 44 Source/web/WebSocket.cpp if (websocket && websocket->isNull()) isNull 54 Source/web/WebSocketImpl.h bool isNull() const { return !m_private; } isNull 40 Source/web/WebUserGestureToken.cpp return !m_token.isNull() && m_token->hasGestures(); isNull 70 Source/web/WebUserMediaRequest.cpp ASSERT(!isNull()); isNull 76 Source/web/WebUserMediaRequest.cpp ASSERT(!isNull()); isNull 82 Source/web/WebUserMediaRequest.cpp ASSERT(!isNull()); isNull 88 Source/web/WebUserMediaRequest.cpp ASSERT(!isNull()); isNull 94 Source/web/WebUserMediaRequest.cpp ASSERT(!isNull() && m_private->executionContext()); isNull 100 Source/web/WebUserMediaRequest.cpp ASSERT(!isNull()); isNull 106 Source/web/WebUserMediaRequest.cpp ASSERT(!isNull() && !streamDescriptor.isNull()); isNull 112 Source/web/WebUserMediaRequest.cpp ASSERT(!isNull()); isNull 118 Source/web/WebUserMediaRequest.cpp ASSERT(!isNull()); isNull 124 Source/web/WebUserMediaRequest.cpp ASSERT(!isNull()); isNull 130 Source/web/WebUserMediaRequest.cpp if (isNull() || other.isNull()) isNull 2019 Source/web/WebViewImpl.cpp if (plainTextRange.isNull()) isNull 2290 Source/web/WebViewImpl.cpp if (selectionOffsets.isNull()) isNull 138 Source/web/tests/PageSerializerTest.cpp && (mime.isNull() || equalIgnoringCase(resource.mimeType, mime))) isNull 101 Source/web/tests/PrerenderingTest.cpp ASSERT(!prerender->isNull()); isNull 262 Source/web/tests/PrerenderingTest.cpp EXPECT_FALSE(webPrerender.isNull()); isNull 291 Source/web/tests/PrerenderingTest.cpp EXPECT_FALSE(webPrerender.isNull()); isNull 307 Source/web/tests/PrerenderingTest.cpp EXPECT_FALSE(webPrerender.isNull()); isNull 358 Source/web/tests/PrerenderingTest.cpp EXPECT_FALSE(firstPrerender.isNull()); isNull 362 Source/web/tests/PrerenderingTest.cpp EXPECT_FALSE(firstPrerender.isNull()); isNull 423 Source/web/tests/PrerenderingTest.cpp EXPECT_FALSE(webPrerender.isNull()); isNull 440 Source/web/tests/PrerenderingTest.cpp EXPECT_FALSE(webPrerender.isNull()); isNull 447 Source/web/tests/PrerenderingTest.cpp EXPECT_FALSE(webPrerender.isNull()); isNull 459 Source/web/tests/PrerenderingTest.cpp EXPECT_FALSE(webPrerender.isNull()); isNull 482 Source/web/tests/PrerenderingTest.cpp EXPECT_FALSE(webPrerender.isNull()); isNull 2998 Source/web/tests/WebFrameTest.cpp EXPECT_TRUE(frame->document().focusedElement().isNull()); isNull 3005 Source/web/tests/WebFrameTest.cpp ASSERT_FALSE(range.isNull()); isNull 3015 Source/web/tests/WebFrameTest.cpp ASSERT_FALSE(range.isNull()); isNull 3025 Source/web/tests/WebFrameTest.cpp ASSERT_FALSE(range.isNull()); isNull 3037 Source/web/tests/WebFrameTest.cpp ASSERT_TRUE(range.isNull()); isNull 3658 Source/web/tests/WebFrameTest.cpp EXPECT_FALSE(frame->selectionRange().isNull()); isNull 3706 Source/web/tests/WebFrameTest.cpp EXPECT_FALSE(frame->selectionRange().isNull()); isNull 4830 Source/web/tests/WebFrameTest.cpp EXPECT_FALSE(firstItem.isNull()); isNull 4835 Source/web/tests/WebFrameTest.cpp EXPECT_FALSE(frame->previousHistoryItem().isNull()); isNull 4883 Source/web/tests/WebFrameTest.cpp EXPECT_FALSE(frame->previousHistoryItem().isNull()); isNull 4899 Source/web/tests/WebFrameTest.cpp EXPECT_FALSE(firstItem.isNull()); isNull 4904 Source/web/tests/WebFrameTest.cpp EXPECT_FALSE(frame->previousHistoryItem().isNull()); isNull 5055 Source/web/tests/WebFrameTest.cpp ASSERT_FALSE(image.isNull()); isNull 5203 Source/web/tests/WebFrameTest.cpp ASSERT_TRUE(webView->mainFrame()->currentHistoryItem().isNull()); isNull 5264 Source/web/tests/WebFrameTest.cpp EXPECT_TRUE(frame->currentHistoryItem().isNull()); isNull 5270 Source/web/tests/WebFrameTest.cpp ASSERT_FALSE(item.isNull()); isNull 98 Source/web/tests/WebImageTest.cpp EXPECT_TRUE(image.getSkBitmap().isNull()); isNull 1256 Source/web/tests/WebViewTest.cpp EXPECT_FALSE(elementWithShadowRoot.isNull()); isNull 1258 Source/web/tests/WebViewTest.cpp EXPECT_FALSE(shadowRoot.isNull()); isNull 1262 Source/web/tests/WebViewTest.cpp EXPECT_FALSE(elementWithoutShadowRoot.isNull()); isNull 1264 Source/web/tests/WebViewTest.cpp EXPECT_TRUE(shadowRoot.isNull()); isNull 535 Source/wtf/Functional.h bool isNull() const isNull 576 Source/wtf/Functional.h ASSERT(!isNull()); isNull 42 Source/wtf/FunctionalTest.cpp ASSERT_TRUE(emptyFunction.isNull()); isNull 45 Source/wtf/FunctionalTest.cpp ASSERT_FALSE(returnFortyTwoFunction.isNull()); isNull 42 Source/wtf/testing/WTFTestHelpers.cpp if (string.isNull()) isNull 146 Source/wtf/text/AtomicString.h bool isNull() const { return m_string.isNull(); } isNull 116 Source/wtf/text/CString.cpp if (a.isNull() != b.isNull()) isNull 125 Source/wtf/text/CString.cpp if (a.isNull() != !b) isNull 77 Source/wtf/text/CString.h bool isNull() const { return !m_buffer; } isNull 36 Source/wtf/text/CStringTest.cpp ASSERT_TRUE(string.isNull()); isNull 41 Source/wtf/text/CStringTest.cpp ASSERT_TRUE(stringFromCharPointer.isNull()); isNull 46 Source/wtf/text/CStringTest.cpp ASSERT_TRUE(stringFromCharAndLength.isNull()); isNull 55 Source/wtf/text/CStringTest.cpp ASSERT_FALSE(string.isNull()); isNull 60 Source/wtf/text/CStringTest.cpp ASSERT_FALSE(stringWithLength.isNull()); isNull 70 Source/wtf/text/CStringTest.cpp ASSERT_FALSE(string.isNull()); isNull 75 Source/wtf/text/CStringTest.cpp ASSERT_FALSE(stringWithLength.isNull()); isNull 84 Source/wtf/text/CStringTest.cpp ASSERT_FALSE(emptyString.isNull()); isNull 90 Source/wtf/text/CStringTest.cpp ASSERT_FALSE(uninitializedString.isNull()); isNull 44 Source/wtf/text/StringBuilder.cpp if (!m_string.isNull()) { isNull 71 Source/wtf/text/StringBuilder.cpp ASSERT(m_string.isNull()); isNull 288 Source/wtf/text/StringBuilder.cpp allocateBufferUpConvert(m_string.isNull() ? 0 : m_string.characters8(), expandedCapacity(capacity(), requiredLength)); isNull 80 Source/wtf/text/StringBuilder.h if (!m_length && !m_buffer && !other.m_string.isNull()) { isNull 126 Source/wtf/text/StringBuilder.h if (m_buffer && m_length < m_buffer->length() && m_string.isNull()) { isNull 142 Source/wtf/text/StringBuilder.h if (m_buffer && m_length < m_buffer->length() && m_string.isNull()) { isNull 180 Source/wtf/text/StringBuilder.h if (m_string.isNull()) isNull 189 Source/wtf/text/StringBuilder.h if (!m_string.isNull()) isNull 206 Source/wtf/text/StringBuilder.h if (!m_string.isNull()) isNull 246 Source/wtf/text/StringBuilder.h if (!m_string.isNull()) isNull 257 Source/wtf/text/StringBuilder.h if (!m_string.isNull()) isNull 336 Source/wtf/text/StringConcatenate.h bool is8Bit() { return m_buffer.isNull() || m_buffer.is8Bit(); } isNull 33 Source/wtf/text/StringHash.h return value.isNull(); isNull 164 Source/wtf/text/WTFString.cpp if (string.isNull()) isNull 166 Source/wtf/text/WTFString.cpp if (isNull()) isNull 148 Source/wtf/text/WTFString.h bool isNull() const { return !m_impl; } isNull 489 Source/wtf/text/WTFString.h inline bool operator!(const String& str) { return str.isNull(); } isNull 67 public/platform/WebArrayBuffer.h bool isNull() const { return m_private.isNull(); } isNull 63 public/platform/WebBlobData.h bool isNull() const { return !m_private.get(); } isNull 90 public/platform/WebCString.h bool isNull() const { return m_private.isNull(); } isNull 115 public/platform/WebCryptoAlgorithm.h BLINK_PLATFORM_EXPORT bool isNull() const; isNull 79 public/platform/WebCryptoAlgorithmParams.h BLINK_ASSERT(!hash.isNull()); isNull 218 public/platform/WebCryptoAlgorithmParams.h BLINK_ASSERT(!hash.isNull()); isNull 118 public/platform/WebCryptoKey.h BLINK_PLATFORM_EXPORT bool isNull() const; isNull 76 public/platform/WebCryptoKeyAlgorithm.h BLINK_PLATFORM_EXPORT bool isNull() const; isNull 80 public/platform/WebData.h bool isNull() const { return m_private.isNull(); } isNull 92 public/platform/WebDragData.h bool isNull() const { return m_private.isNull(); } isNull 76 public/platform/WebHTTPBody.h bool isNull() const { return !m_private; } isNull 79 public/platform/WebImage.h BLINK_PLATFORM_EXPORT bool isNull() const; isNull 74 public/platform/WebMediaConstraints.h bool isNull() const { return m_private.isNull(); } isNull 60 public/platform/WebMediaDeviceInfo.h bool isNull() const { return m_private.isNull(); } isNull 66 public/platform/WebMediaStream.h bool isNull() const { return m_private.isNull(); } isNull 90 public/platform/WebMediaStreamSource.h bool isNull() const { return m_private.isNull(); } isNull 74 public/platform/WebMediaStreamTrack.h bool isNull() const { return m_private.isNull(); } isNull 62 public/platform/WebMediaStreamTrackSourcesRequest.h bool isNull() const { return m_private.isNull(); } isNull 80 public/platform/WebPrerender.h BLINK_PLATFORM_EXPORT bool isNull() const; isNull 221 public/platform/WebPrivatePtr.h bool isNull() const { return !m_storage; } isNull 63 public/platform/WebRTCConfiguration.h bool isNull() const { return m_private.isNull(); } isNull 92 public/platform/WebRTCConfiguration.h bool isNull() const { return m_private.isNull(); } isNull 63 public/platform/WebRTCICECandidate.h bool isNull() const { return m_private.isNull(); } isNull 71 public/platform/WebRTCSessionDescription.h bool isNull() const { return m_private.isNull(); } isNull 66 public/platform/WebRTCSessionDescriptionRequest.h bool isNull() const { return m_private.isNull(); } isNull 65 public/platform/WebRTCVoidRequest.h bool isNull() const { return m_private.isNull(); } isNull 66 public/platform/WebSourceInfo.h bool isNull() const { return m_private.isNull(); } isNull 51 public/platform/WebSpeechSynthesisUtterance.h bool isNull() const { return m_private.isNull(); } isNull 90 public/platform/WebString.h bool isNull() const { return m_private.isNull(); } isNull 166 public/platform/WebString.h return base::NullableString16(operator base::string16(), m_private.isNull()); isNull 99 public/platform/WebURL.h bool isNull() const isNull 126 public/platform/WebURL.h return isNull() ? GURL() : GURL(m_string.utf8(), m_parsed, m_isValid); isNull 58 public/platform/WebURLLoadTiming.h bool isNull() const { return m_private.isNull(); } isNull 115 public/platform/WebURLRequest.h BLINK_PLATFORM_EXPORT bool isNull() const; isNull 80 public/platform/WebURLResponse.h BLINK_PLATFORM_EXPORT bool isNull() const; isNull 71 public/web/WebAXObject.h bool isNull() const { return m_private.isNull(); } isNull 72 public/web/WebBlob.h bool isNull() const { return m_private.isNull(); } isNull 67 public/web/WebDOMEvent.h bool isNull() const { return m_private.isNull(); } isNull 97 public/web/WebDOMFileSystem.h bool isNull() const { return m_private.isNull(); } isNull 61 public/web/WebDOMMediaStreamTrack.h bool isNull() const { return m_private.isNull(); } isNull 58 public/web/WebElementCollection.h bool isNull() const { return !m_private; } isNull 68 public/web/WebHistoryItem.h bool isNull() const { return m_private.isNull(); } isNull 53 public/web/WebHitTestResult.h BLINK_EXPORT bool isNull() const; isNull 56 public/web/WebMediaDevicesRequest.h bool isNull() const { return m_private.isNull(); } isNull 76 public/web/WebNode.h bool isNull() const { return m_private.isNull(); } isNull 63 public/web/WebRange.h bool isNull() const { return m_private.isNull(); } isNull 66 public/web/WebSecurityOrigin.h bool isNull() const { return !m_private; } isNull 70 public/web/WebSerializedScriptValue.h bool isNull() const { return m_private.isNull(); } isNull 48 public/web/WebSurroundingText.h BLINK_EXPORT bool isNull() const; isNull 59 public/web/WebUserGestureToken.h bool isNull() const { return m_token.isNull(); } isNull 63 public/web/WebUserMediaRequest.h bool isNull() const { return m_private.isNull(); }