Home
last modified time | relevance | path

Searched refs:objc (Results 1 – 25 of 54) sorted by relevance

123

/external/stlport/test/unit/
Dmfunptr_test.cpp74 const Class& objc = obj; in mem_ptr_fun() local
104 mem_fun(&Class::f0c)(&objc); in mem_ptr_fun()
105 mem_fun(&Class::f1c)(&objc, s1); in mem_ptr_fun()
108 mem_fun(&Class::vf0c)(&objc); in mem_ptr_fun()
109 mem_fun(&Class::vf1c)(&objc, s1); in mem_ptr_fun()
123 mem_fun_ref(&Class::f0c)(objc); in mem_ptr_fun()
124 mem_fun_ref(&Class::f1c)(objc, s1); in mem_ptr_fun()
127 mem_fun_ref(&Class::vf0c)(objc); in mem_ptr_fun()
128 mem_fun_ref(&Class::vf1c)(objc, s1); in mem_ptr_fun()
/external/webkit/WebKit/mac/Misc/
DWebNSObjectExtras.h30 #import <objc/objc-class.h>
31 #import <objc/objc.h>
/external/webkit/WebKitTools/DumpRenderTree/mac/
DObjCPlugin.m31 #import <objc/objc-runtime.h>
77 // expose some useful objc functions to the scripting environment
101 // environment, e.g. 'var myObject = objc("NSObject").alloc().init();'
183 JSObjC *objc = [[JSObjC alloc] init];
184 [container setValue:objc forKey:@"objc"];
185 [objc release];
DDumpRenderTreePasteboard.m73 // Convenience method for JS so that it doesn't have to try and create a NSArray on the objc side i…
/external/webkit/WebCore/platform/mac/
DWebCoreObjCExtras.mm32 #include <objc/objc-auto.h>
33 #include <objc/objc-runtime.h>
DGeolocationServiceMac.mm37 #import <objc/objc-runtime.h>
/external/webkit/WebKit/mac/WebCoreSupport/
DWebCachedFramePlatformData.h29 #import <objc/objc-runtime.h>
/external/webkit/WebKit/mac/WebView/
DWebViewData.mm35 #import <objc/objc-auto.h>
DWebPolicyDelegate.mm32 #import <objc/objc-runtime.h>
DWebPDFDocumentExtras.mm32 #import <objc/objc-runtime.h>
DWebVideoFullscreenController.mm36 #import <objc/objc-runtime.h>
/external/webkit/JavaScriptCore/
DChangeLog-2007-10-141428 * bindings/objc/objc_utility.mm: (KJS::Bindings::convertObjcValueToValue):
1698 * bindings/objc/objc_utility.mm:
1845 * bindings/objc/objc_runtime.mm:
1955 * bindings/objc/objc_instance.mm:
1959 * bindings/objc/objc_runtime.mm:
1962 * bindings/objc/objc_utility.h:
1963 * bindings/objc/objc_utility.mm:
1990 * bindings/objc/objc_runtime.h:
1991 * bindings/objc/objc_runtime.mm:
2020 * bindings/objc/objc_class.mm:
[all …]
/external/webkit/WebKit/WebKit.xcodeproj/
Dproject.pbxproj378 …sa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WebWindowAn…
392 …ontroller.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; …
394 …sa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WebPluginRe…
418 …sa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WebKitVersi…
432 …ence; fileEncoding = 4; indentWidth = 4; lastKnownFileType = sourcecode.c.objc; path = WebPluginsP…
440 …nce; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.c.objc; path = WebFormDele…
482 …sa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WebNSNotifi…
486 …ence; fileEncoding = 4; indentWidth = 4; lastKnownFileType = sourcecode.c.objc; path = WebDefaultP…
491 …nce; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.c.objc; path = WebDefaultU…
522 …nce; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.c.objc; path = WebNSDictio…
[all …]
/external/webkit/WebKitTools/WebKitLauncher/WebKitLauncher.xcodeproj/
Dproject.pbxproj66 …sa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sou…
68 …sa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WebKitLaunc…
73 …sa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WebKitNight…
75 …sa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WebKitNight…
/external/webkit/WebKitExamplePlugins/NetscapeCocoaPlugin/NetscapeCocoaPlugin.xcodeproj/
Dproject.pbxproj18 …sa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sou…
21 …sa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MenuHandler…
/external/webkit/WebKit/mac/Plugins/
DWebPluginContainerCheck.mm45 #import <objc/objc-runtime.h>
/external/webkit/WebKitTools/WebKitLauncher/
DWebKitNightlyEnablerSparkle.m37 #import <objc/objc-runtime.h>
/external/qemu/android/build/
Dbinary.make36 $(eval $(call compile-objc-source,$(src))) \
Ddefinitions.make93 define compile-objc-source
/external/webkit/WebCore/
DChangeLog-2006-12-31282 * bindings/objc/WebScriptObject.mm:
734 * bindings/objc/DOMInternal.h: Moved declaration of createDOMWrapper here.
737 * bindings/objc/DOMInternal.mm: Renamed Interpreter::createObjcInstanceForValue
742 * bindings/objc/WebScriptObject.mm: Replaced call to createLanguageInstanceForValue
4008 * bindings/objc/DOM.mm:
4934 * bindings/objc/DOMInternal.h:
5482 in bindings/js, bindings/objc. Makes it much easier to convert more
5505 * bindings/objc/DOMSVGNumber.mm: Removed.
5506 * bindings/objc/DOMSVGPoint.mm: Removed.
5507 * bindings/objc/DOMSVGRect.mm: Removed.
[all …]
/external/webkit/WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/NetscapeCoreAnimationMoviePlugin.xcodeproj/
Dproject.pbxproj26 …sa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sou…
29 …sa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MovieContro…
/external/webkit/WebKitTools/DumpRenderTree/DumpRenderTree.xcodeproj/
Dproject.pbxproj204 …sa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = DumpRenderT…
211 …sa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DumpRenderT…
230 …a = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = ObjCControl…
232 …a = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AppleScript…
234 …a = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = TextInputCo…
248 …a = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = NavigationC…
252 …a = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = ObjCPlugin.…
254 …a = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = ObjCPluginF…
/external/webkit/WebCore/platform/network/mac/
DWebCoreURLResponse.mm34 #import <objc/objc-class.h>
/external/webkit/WebKitExamplePlugins/NetscapeInputMethodPlugin/NetscapeInputMethodPlugin.xcodeproj/
Dproject.pbxproj17 …sa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sou…
/external/webkit/WebCore/bridge/objc/
Dobjc_instance.mm31 #import <objc/objc-auto.h>

123