Searched refs:nullValue (Results 1 - 25 of 26) sorted by relevance

12

/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
H A DPluginObjectMac.mm51 NSNull *nullValue = [NSNull null];
53 nullValue, @"anchorPoint",
54 nullValue, @"bounds",
55 nullValue, @"contents",
56 nullValue, @"contentsRect",
57 nullValue, @"opacity",
58 nullValue, @"position",
59 nullValue, @"shadowColor",
60 nullValue, @"sublayerTransform",
61 nullValue,
[all...]
/external/webkit/LayoutTests/dom/xhtml/level3/core/
H A Ddocumentsetdocumenturi02.js92 var nullValue = null;
100 doc.documentURI = nullValue;
H A Ddocumentsetstricterrorchecking02.js91 var nullValue = null;
105 newAttr = doc.createAttributeNS(nullValue,"dom:test");
/external/webkit/Source/JavaScriptCore/qt/benchmarks/qscriptengine/
H A Dtst_qscriptengine.cpp36 void nullValue();
108 void tst_QScriptEngine::nullValue() function in class:tst_QScriptEngine
112 engine.nullValue();
/external/webkit/Source/WebCore/bridge/
H A Dtest.js8 myInterface.logMessage ("myInterface.nullValue = " + myInterface.nullValue);
H A DtestC.js8 myInterface.logMessage (" myInterface.nullValue = " + myInterface.nullValue);
/external/webkit/Source/WebCore/platform/graphics/ca/mac/
H A DPlatformCALayerMac.mm119 NSNull* nullValue = [NSNull null];
121 nullValue, @"anchorPoint",
122 nullValue, @"bounds",
123 nullValue, @"contents",
124 nullValue, @"contentsRect",
125 nullValue, @"opacity",
126 nullValue, @"position",
127 nullValue, @"shadowColor",
128 nullValue, @"sublayerTransform",
129 nullValue,
[all...]
/external/webkit/Source/JavaScriptCore/qt/api/
H A Dqscriptengine.h61 QScriptValue nullValue();
H A Dqscriptengine.cpp247 QScriptValue QScriptEngine::nullValue() function in class:QScriptEngine
255 \sa nullValue()
/external/webkit/Source/WebCore/bindings/js/
H A DSerializedScriptValue.h66 static SerializedScriptValue* nullValue();
H A DSerializedScriptValue.cpp1412 SerializedScriptValue* SerializedScriptValue::nullValue() function in class:WebCore::SerializedScriptValue
/external/webkit/Source/WebCore/bindings/v8/
H A DSerializedScriptValue.h58 static SerializedScriptValue* nullValue();
H A DSerializedScriptValue.cpp1184 SerializedScriptValue* SerializedScriptValue::nullValue() function in class:WebCore::__anon11753::Deserializer::SerializedScriptValue
1186 DEFINE_STATIC_LOCAL(RefPtr<SerializedScriptValue>, nullValue, (0));
1187 if (!nullValue) {
1191 nullValue = adoptRef(new SerializedScriptValue(wireData));
1193 return nullValue.get();
/external/webkit/Source/WebCore/storage/
H A DIDBCursorBackendImpl.cpp106 callbacks->onSuccess(SerializedScriptValue::nullValue());
H A DIDBIndexBackendImpl.cpp91 callbacks->onSuccess(SerializedScriptValue::nullValue());
H A DIDBObjectStoreBackendImpl.cpp304 callbacks->onSuccess(SerializedScriptValue::nullValue());
468 callbacks->onSuccess(SerializedScriptValue::nullValue());
/external/webkit/Source/JavaScriptCore/qt/tests/qscriptengine/
H A Dtst_qscriptengine.cpp45 void nullValue();
67 return eng->nullValue();
257 void tst_QScriptEngine::nullValue() function in class:tst_QScriptEngine
260 QScriptValue value = engine.nullValue();
469 QVERIFY(!eng.toObject(eng.nullValue()).isValid());
522 QScriptValue null = engine1.nullValue();
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/Bindings/
H A DCodeGeneratorTestRunner.pm429 my $nullValue = "0";
430 $nullValue = "$platformType()" if defined $nonPointerTypes{$platformType} && $platformType ne "double";
435 return "$platformType $variableName = $condition ? $constructor : $nullValue;" if $condition;
/external/webkit/Source/JavaScriptCore/qt/benchmarks/qscriptvalue/
H A Dtst_qscriptvalue.cpp119 QTest::newRow("jsnull") << m_engine->nullValue();
/external/webkit/Source/WebCore/history/
H A DCachedFrame.cpp116 m_document->enqueuePopstateEvent(historyItem && historyItem->stateObject() ? historyItem->stateObject() : SerializedScriptValue::nullValue());
/external/webkit/Source/JavaScriptCore/qt/tests/qscriptvalue/
H A Dtst_qscriptvalue_generated_init.cpp161 case 130: return QPair<QString, QScriptValue>("engine->nullValue()", engine->nullValue());
H A Dtst_qscriptvalue.cpp841 QScriptValue null = eng.nullValue();
/external/webkit/Source/WebKit/mac/WebView/
H A DWebHTMLView.mm5618 NSNull *nullValue = [NSNull null];
5620 nullValue, @"anchorPoint",
5621 nullValue, @"bounds",
5622 nullValue, @"contents",
5623 nullValue, @"contentsRect",
5624 nullValue, @"opacity",
5625 nullValue, @"position",
5626 nullValue, @"sublayerTransform",
5627 nullValue, @"sublayers",
5628 nullValue,
[all...]
/external/webkit/Source/WebKit/qt/tests/qwebframe/
H A Dtst_qwebframe.cpp636 void nullValue();
2807 void tst_QWebFrame::nullValue() function in class:tst_QWebFrame
/external/webkit/Source/WebCore/dom/
H A DDocument.cpp2117 enqueuePopstateEvent(m_pendingStateObject ? m_pendingStateObject.release() : SerializedScriptValue::nullValue());

Completed in 635 milliseconds

12