OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ObjcField
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/bridge/objc/
objc_runtime.h
43
class
ObjcField
: public Field {
45
ObjcField
(IvarStructPtr);
46
ObjcField
(CFStringRef name);
objc_runtime.mm
76
// ----------------------
ObjcField
----------------------
78
ObjcField
::
ObjcField
(Ivar ivar)
88
ObjcField
::
ObjcField
(CFStringRef name)
94
JSValue
ObjcField
::valueFromInstance(ExecState* exec, const Instance* instance) const
124
void
ObjcField
::setValueToInstance(ExecState* exec, const Instance* instance, JSValue aValue) const
objc_class.mm
184
aField = new
ObjcField
((CFStringRef)keyName); // deleted when the dictionary is destroyed
224
aField = new
ObjcField
(objcIVar); // deleted when the dictionary is destroyed
Completed in 51 milliseconds