Searched refs:wrapper (Results 201 - 225 of 351) sorted by relevance

1234567891011>>

/macosx-10.10/WebCore-7600.1.25/bindings/scripts/test/JS/
H A DJSattribute.cpp229 if (auto* wrapper = jsDynamicCast<JSattribute*>(value))
230 return &wrapper->impl();
H A DJSreadonly.cpp187 if (auto* wrapper = jsDynamicCast<JSreadonly*>(value))
188 return &wrapper->impl();
H A DJSTestCustomNamedGetter.cpp268 if (auto* wrapper = jsDynamicCast<JSTestCustomNamedGetter*>(value))
269 return &wrapper->impl();
H A DJSTestException.cpp244 if (auto* wrapper = jsDynamicCast<JSTestException*>(value))
245 return &wrapper->impl();
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGViewSpec.cpp118 if (SVGAnimatedProperty* wrapper = SVGAnimatedProperty::lookupWrapper<SVGElement, SVGAnimatedTransformList>(m_contextElement, transformPropertyInfo()))
119 static_cast<SVGAnimatedTransformList*>(wrapper)->detachListWrappers(newList.size());
/macosx-10.10/swig-12/Lib/python/
H A Dembed.i36 %wrapper %{
H A Dembed15.i39 %wrapper %{
/macosx-10.10/swig-12/Lib/tcl/
H A Dtclinit.swg104 Tcl_CreateObjCommand(interp, (char *) swig_commands[i].name, (swig_wrapper_func) swig_commands[i].wrapper,
/macosx-10.10/swig-12/Lib/uffi/
H A Duffi.swg29 %wrapper %{
/macosx-10.10/vim-55/runtime/ftplugin/
H A Dvb.vim11 " we need this wrapper, as call doesn't allow a count
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Base/
H A DImageUtilities.js759 var wrapper = document.createElement("div");
761 wrapper.className = className;
763 wrapper.title = title;
764 wrapper.appendChild(svgDocument);
766 callback(wrapper);
/macosx-10.10/ncurses-44/ncurses/test/
H A Ddemo_panels.c542 #define wrapper(func) \ macro
552 wrapper(bottom_panel)
553 wrapper(hide_panel)
554 wrapper(show_panel)
555 wrapper(top_panel)
/macosx-10.10/WebCore-7600.1.25/platform/mac/
H A DPasteboardMac.mm243 NSFileWrapper *wrapper = [[[NSFileWrapper alloc] initRegularFileWithContents:pasteboardImage.resourceData->createNSData().get()] autorelease];
244 [wrapper setPreferredFilename:suggestedFilenameWithMIMEType(pasteboardImage.url.url, pasteboardImage.resourceMIMEType)];
245 return wrapper;
248 static void writeFileWrapperAsRTFDAttachment(NSFileWrapper *wrapper, const String& pasteboardName, long& newChangeCount)
250 NSTextAttachment *attachment = [[NSTextAttachment alloc] initWithFileWrapper:wrapper];
/macosx-10.10/WebCore-7600.1.25/bindings/scripts/test/ObjC/
H A DDOMTestObj.mm1180 WebCore::TestObj* core(DOMTestObj *wrapper)
1182 return wrapper ? reinterpret_cast<WebCore::TestObj*>(wrapper->_internal) : 0;
1190 if (DOMTestObj *wrapper = getDOMWrapper(value))
1191 return [[wrapper retain] autorelease];
1192 DOMTestObj *wrapper = [[DOMTestObj alloc] _init];
1193 wrapper->_internal = reinterpret_cast<DOMObjectInternal*>(value);
1195 addDOMWrapper(wrapper, value);
1196 return [wrapper autorelease];
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/db/internal/
H A DDbEnv.java41 public Environment wrapper; field in class:DbEnv
88 return app_dispatch_handler.handleLogRecord(wrapper, dbt, lsn,
134 env_feedback_handler.recoveryFeedback(wrapper, percent);
161 error_handler.error(wrapper, this.errpfx, msg);
181 message_handler.message(wrapper, msg);
189 panic_handler.panic(wrapper, e);
201 return rep_transport_handler.send(wrapper,
H A DDbSequence.java35 public Sequence wrapper; field in class:DbSequence
/macosx-10.10/libxslt-13/libxslt/python/
H A Dgenerator.py436 wrapper = open("libxslt-py.c", "w")
437 wrapper.write("/* Generated */\n\n")
438 # wrapper.write("#include \"config.h\"\n")
439 wrapper.write("#include <libxslt/xsltconfig.h>\n")
440 wrapper.write("#include \"libxslt_wrap.h\"\n")
441 wrapper.write("#include \"libxslt-py.h\"\n\n")
443 ret = print_function_wrapper(function, wrapper, export, include)
454 wrapper.close()
456 print "Generated %d wrapper functions, %d failed, %d skipped\n" % (nb_wrap,
/macosx-10.10/WebCore-7600.1.25/platform/ios/wak/
H A DWKView.h95 void *wrapper; member in struct:_WKView
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DConsoleMessageImpl.js441 var wrapper = document.createElement("span");
443 wrapper.style[key] = currentStyle[key];
444 wrapper.appendChild(toAppend);
445 toAppend = wrapper;
/macosx-10.10/WebKit-7600.1.25/mac/Misc/
H A DWebNSPasteboardExtras.mm189 - (void)_web_writeFileWrapperAsRTFDAttachment:(NSFileWrapper *)wrapper
191 NSTextAttachment *attachment = [[NSTextAttachment alloc] initWithFileWrapper:wrapper];
/macosx-10.10/libxml2-26/libxml2/python/
H A Dtypes.c676 PyObject *wrapper; local
678 wrapper = PyObject_GetAttrString(node, (char *) "_o");
679 if (wrapper != NULL)
680 cur = PyxmlNode_Get(wrapper);
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/python/
H A Dtypes.c600 PyObject *wrapper; local
603 wrapper =
605 if (wrapper != NULL) {
606 cur = PyxmlNode_Get(wrapper);
/macosx-10.10/PostgreSQL-97/
H A DMakefile2 # Apple wrapper Makefile for PostgreSQL
69 install-macosx install-backup install-wrapper archive-strip-binaries \
142 install-wrapper:
143 @echo "Installing wrapper"
/macosx-10.10/WebKit2-7600.1.25/WebProcess/InjectedBundle/mac/
H A DInjectedBundleMac.mm127 WKWebProcessPlugInController* plugInController = WebKit::wrapper(*this);
/macosx-10.10/WebCore-7600.1.25/bridge/objc/
H A Dobjc_instance.mm124 RefPtr<ObjcInstance> wrapper = adoptRef(new ObjcInstance(instance, rootObject));
125 NSMapInsert(s_instanceWrapperCache, instance, wrapper.get());
126 return wrapper.release();

Completed in 686 milliseconds

1234567891011>>