Home
last modified time | relevance | path

Searched refs:isNullable (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DDictionary.cpp223 if (context.isNullable() && blink::isUndefinedOrNull(v8Value)) in convert()
289 …nContext& Dictionary::ConversionContext::setConversionType(const String& typeName, bool isNullable) in setConversionType() argument
293 m_isNullable = isNullable; in setConversionType()
DDictionaryHelperForBindings.h61 if (context.isNullable() && blink::isUndefinedOrNull(v8Value)) in convert()
DDictionaryHelperForCore.cpp299 if (context.isNullable() && blink::isUndefinedOrNull(v8Value)) in convert()
386 if (context.isNullable() && blink::isUndefinedOrNull(v8Value)) in convert()
422 if (context.isNullable() && blink::isUndefinedOrNull(v8Value)) in convert()
608 if (context.isNullable() && blink::isUndefinedOrNull(v8Value)) { in convert()
DDictionary.h93 bool isNullable() const { return m_isNullable; } in isNullable() function
/external/chromium_org/mojo/public/js/bindings/
Dvalidator.js35 function isNullable(type) { function
227 var nullable = isNullable(elementType);
/external/javasqlite/src/main/java/SQLite/JDBC2z/
DJDBCResultSetMetaData.java172 public int isNullable(int column) throws java.sql.SQLException { in isNullable() method in JDBCResultSetMetaData