HomeSort by relevance Sort by last modified time
    Searched refs:TypeNull (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/
JSONValues.h 51 JSONValue() : m_type(TypeNull) { }
60 TypeNull = 0,
70 bool isNull() const { return m_type == TypeNull; }
JSONValues.cpp 170 ASSERT(m_type == TypeNull);

Completed in 101 milliseconds