Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/
DJSONValues.h51 JSONValue() : m_type(TypeNull) { } in JSONValue()
60 TypeNull = 0, enumerator
70 bool isNull() const { return m_type == TypeNull; } in isNull()
DJSONValues.cpp170 ASSERT(m_type == TypeNull); in writeJSON()