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

  /external/webkit/Source/WebCore/bridge/jni/v8/
JavaValueV8.h 63 long long m_longValue;
JNIUtilityPrivate.cpp 305 result.m_longValue = static_cast<long long>(NPVARIANT_TO_INT32(value));
307 result.m_longValue = static_cast<long long>(NPVARIANT_TO_DOUBLE(value));
402 DOUBLE_TO_NPVARIANT(value.m_longValue, *result);
466 result.m_longValue = value.j;
524 result.j = value.m_longValue;

Completed in 200 milliseconds