Home
last modified time | relevance | path

Searched refs:TypeNull (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
DInjectedBundleUserMessageCoders.h54 APIObject::Type type = APIObject::TypeNull; in encode()
102 APIObject::Type type = APIObject::TypeNull; in decode()
106 if (coder.m_root || type == APIObject::TypeNull) in decode()
/external/webkit/Source/WebKit2/UIProcess/
DWebContextUserMessageCoders.h51 APIObject::Type type = APIObject::TypeNull; in encode()
101 APIObject::Type type = APIObject::TypeNull; in decode()
105 if (coder.m_root || type == APIObject::TypeNull) in decode()
/external/webkit/Source/WebCore/inspector/
DInspectorValues.h51 InspectorValue() : m_type(TypeNull) { } in InspectorValue()
60 TypeNull = 0, enumerator
70 bool isNull() const { return m_type == TypeNull; } in isNull()
DInspectorValues.cpp561 ASSERT(m_type == TypeNull); in writeJSON()
/external/webkit/Source/WebKit2/Shared/
DAPIObject.h37 TypeNull = 0, enumerator
DUserMessageCoders.h65 encoder->encodeUInt32(APIObject::TypeNull); in baseEncode()
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-1632172 * Shared/APIObject.h: Add TypeNull to enum. This is only used