Searched defs:TypeNull (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/inspector/
H A DInspectorValues.h51 InspectorValue() : m_type(TypeNull) { }
60 TypeNull = 0, enumerator in enum:WebCore::InspectorValue::__anon14620
70 bool isNull() const { return m_type == TypeNull; }
/external/webkit/Source/WebKit2/Shared/
H A DAPIObject.h37 TypeNull = 0, enumerator in enum:WebKit::APIObject::Type

Completed in 83 milliseconds