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

  /external/webkit/Source/WebKit2/UIProcess/
WebContextUserMessageCoders.h 51 APIObject::Type type = APIObject::TypeNull;
101 APIObject::Type type = APIObject::TypeNull;
105 if (coder.m_root || type == APIObject::TypeNull)
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
InjectedBundleUserMessageCoders.h 54 APIObject::Type type = APIObject::TypeNull;
102 APIObject::Type type = APIObject::TypeNull;
106 if (coder.m_root || type == APIObject::TypeNull)
  /external/webkit/Source/WebKit2/Shared/
APIObject.h 37 TypeNull = 0,
UserMessageCoders.h 65 encoder->encodeUInt32(APIObject::TypeNull);
  /external/webkit/Source/WebCore/inspector/
InspectorValues.h 51 InspectorValue() : m_type(TypeNull) { }
60 TypeNull = 0,
70 bool isNull() const { return m_type == TypeNull; }
InspectorValues.cpp 561 ASSERT(m_type == TypeNull);

Completed in 292 milliseconds