/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/check/ |
D | Assert.java | 87 public static void isNull(Object object) { in isNull() method in Assert 101 public static void isNull(Object object, String message) { in isNull() method in Assert 121 public static void isNull(Object object, String errorFormat, Object... args) { in isNull() method in Assert
|
/external/webkit/Source/WebKit/chromium/public/ |
D | WebSerializedScriptValue.h | 62 bool isNull() const { return m_private.isNull(); } in isNull() function
|
D | WebURLLoadTiming.h | 58 bool isNull() const { return m_private.isNull(); } in isNull() function
|
D | WebPrivatePtr.h | 49 bool isNull() const { return !m_ptr; } in isNull() function
|
D | WebSecurityOrigin.h | 66 bool isNull() const { return !m_private; } in isNull() function
|
D | WebRange.h | 63 bool isNull() const { return !m_private; } in isNull() function
|
D | WebHistoryItem.h | 67 bool isNull() const { return m_private.isNull(); } in isNull() function
|
D | WebAccessibilityObject.h | 69 bool isNull() const { return !m_private; } in isNull() function
|
D | WebDragData.h | 67 bool isNull() const { return !m_private; } in isNull() function
|
D | WebData.h | 82 bool isNull() const { return !m_private; } in isNull() function
|
D | WebDOMEvent.h | 66 bool isNull() const { return !m_private; } in isNull() function
|
/external/mockito/src/org/mockito/internal/util/reflection/ |
D | FieldReader.java | 23 public boolean isNull() { in isNull() method in FieldReader
|
/external/webkit/Source/WebCore/platform/text/ |
D | StringWithDirection.h | 64 bool isNull() const { return m_string.isNull(); } in isNull() function
|
/external/llvm/include/llvm/ADT/ |
D | NullablePtr.h | 31 bool isNull() const { return Ptr == 0; } in isNull() function
|
/external/webkit/Tools/DumpRenderTree/chromium/ |
D | CppVariant.h | 110 bool isNull() const { return (type == NPVariantType_Null); } in isNull() function
|
/external/chromium/webkit/glue/ |
D | cpp_variant.h | 87 bool isNull() const { return (type == NPVariantType_Null); } in isNull() function
|
/external/webkit/Source/WebKit2/Shared/ |
D | WebURL.h | 49 bool isNull() const { return m_string.isNull(); } in isNull() function
|
D | ShareableBitmap.h | 58 bool isNull() const { return m_handle.isNull(); } in isNull() function
|
/external/webkit/Source/WebCore/bindings/cpp/ |
D | WebDOMCString.h | 70 bool isNull() const { return !m_private; } in isNull() function
|
D | WebDOMString.h | 61 bool isNull() const { return !m_private; } in isNull() function
|
/external/webkit/Source/JavaScriptCore/wtf/text/ |
D | CString.h | 70 bool isNull() const { return !m_buffer; } in isNull() function
|
/external/webkit/Source/WebCore/platform/network/ |
D | SocketStreamErrorBase.h | 46 bool isNull() const { return m_isNull; } in isNull() function
|
D | AuthenticationChallengeBase.cpp | 77 bool AuthenticationChallengeBase::isNull() const in isNull() function in WebCore::AuthenticationChallengeBase
|
/external/webkit/Source/JavaScriptCore/qt/api/ |
D | qscriptprogram.cpp | 90 bool QScriptProgram::isNull() const in isNull() function in QScriptProgram
|
D | qscriptprogram_p.h | 91 bool QScriptProgramPrivate::isNull() const in isNull() function
|