Searched refs:otherData (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/html/track/
H A DDataCue.cpp130 RefPtr<ArrayBuffer> otherData = dataCue->data(); local
131 if ((otherData && !m_data) || (!otherData && m_data))
133 if (m_data && m_data->byteLength() != otherData->byteLength())
135 if (m_data && m_data->data() && memcmp(m_data->data(), otherData->data(), m_data->byteLength()))
/macosx-10.10/xnu-2782.1.97/libkern/c++/
H A DOSData.cpp337 OSData * otherData; local
340 if ((otherData = OSDynamicCast(OSData, obj)))
341 return isEqualTo(otherData);
/macosx-10.10/OpenSSL098-52/src/crypto/cms/
H A Dcms_lcl.h109 void *otherData; member in union:CMS_ContentInfo_st::__anon3270

Completed in 142 milliseconds