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

  /external/webkit/Source/JavaScriptGlue/
JSObject.cpp 102 CFTypeRef JSUserObject::CopyCFValue() const
105 if (fCallBacks.copyCFValue)
107 result = (JSUserObject*)fCallBacks.copyCFValue(fData);
124 CFTypeRef cf1 = CopyCFValue();
125 CFTypeRef cf2 = obj->CopyCFValue();
JSObject.h 48 CFTypeRef CopyCFValue() const;
UserObjectImp.cpp 171 CFTypeRef cfValue = jsObjPtr ? jsObjPtr->CopyCFValue() : 0;
208 CFTypeRef cfValue = jsObjPtr ? jsObjPtr->CopyCFValue() : 0;
288 CFTypeRef cfValue = jsObjPtr ? jsObjPtr->CopyCFValue() : 0;
322 CFTypeRef cfValue = jsObjPtr ? jsObjPtr->CopyCFValue() : 0;
JSUtils.cpp 246 result = ptr->CopyCFValue();
JavaScriptGlue.cpp 176 result = ptr->CopyCFValue();
392 callBacks.copyCFValue = CFJSObjectCopyCFValue;

Completed in 116 milliseconds