Searched refs:wrapper (Results 176 - 200 of 351) sorted by relevance

1234567891011>>

/macosx-10.10/ksh-23/ksh/src/cmd/INIT/
H A Dexecrate.sh20 : wrapper for .exe challenged win32 systems/commands
33 [+NAME?execrate - wrapper for .exe challenged commands]
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DJSGenericTypedArrayView.h265 typename Adaptor::JSViewType* wrapper = jsDynamicCast<typename Adaptor::JSViewType*>(value); local
266 if (!wrapper)
268 return wrapper->typedImpl();
/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DJSDOMWindowBase.cpp281 JSC::JSObject* wrapper = result->value.get(); local
282 if (!wrapper)
284 JSDOMWindowBase* jsWindow = JSC::jsCast<JSDOMWindowBase*>(wrapper);
/macosx-10.10/WebKit-7600.1.25/win/
H A DAccessibleBase.cpp204 *role = wrapper(m_object)->role();
337 *parent = wrapper(parentObject);
372 *ppChild = static_cast<IDispatch*>(wrapper(childObj));
390 if (*name = BString(wrapper(childObj)->name()).release())
408 if (*value = BString(wrapper(childObj)->value()).release())
453 pvRole->lVal = wrapper(childObj)->role();
535 pvState->lVal = wrapper(childObj)->state();
676 V_DISPATCH(pvFocusedChild) = wrapper(focusedObj);
775 V_DISPATCH(pvNavigatedTo) = wrapper(childObj);
806 V_DISPATCH(pvChildAtPoint) = static_cast<IDispatch*>(wrapper(childOb
1028 AccessibleBase* AccessibleBase::wrapper(AccessibilityObject* obj) const function in class:AccessibleBase
[all...]
/macosx-10.10/WebKit2-7600.1.25/UIProcess/mac/
H A DWebContextMenuProxyMac.mm329 WKSelectionHandlerWrapper *wrapper = [[WKSelectionHandlerWrapper alloc] initWithSelectionHandler:selectionHandler];
330 [menuItem setRepresentedObject:wrapper];
331 [wrapper release];
333 WKUserDataWrapper *wrapper = [[WKUserDataWrapper alloc] initWithUserData:items[i].userData()];
334 [menuItem setRepresentedObject:wrapper];
335 [wrapper release];
/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/cf/
H A DMediaPlayerPrivateAVFoundationCF.cpp280 inline AVCFPlayerLayerRef videoLayer(AVFWrapper* wrapper) argument
282 return wrapper ? wrapper->videoLayer() : 0;
285 inline AVCFPlayerRef avPlayer(AVFWrapper* wrapper) argument
287 return wrapper ? wrapper->avPlayer() : 0;
290 inline AVCFURLAssetRef avAsset(AVFWrapper* wrapper) argument
292 return wrapper ? wrapper->avAsset() : 0;
295 inline AVCFPlayerItemRef avPlayerItem(AVFWrapper* wrapper) argument
300 imageGenerator(AVFWrapper* wrapper) argument
306 avLegibleOutput(AVFWrapper* wrapper) argument
311 safeMediaSelectionGroupForLegibleMedia(AVFWrapper* wrapper) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/page/animation/
H A DCSSPropertyAnimation.cpp1316 AnimationPropertyWrapperBase* wrapper = animatableLonghandPropertyWrappers[i];
1317 m_propertyWrappers.uncheckedAppend(std::unique_ptr<AnimationPropertyWrapperBase>(wrapper));
1318 indexFromPropertyID(wrapper->property()) = i;
1343 static bool gatherEnclosingShorthandProperties(CSSPropertyID property, AnimationPropertyWrapperBase* wrapper, HashSet<CSSPropertyID>& propertySet)
1345 if (!wrapper->isShorthandWrapper())
1348 ShorthandPropertyWrapper* shorthandWrapper = static_cast<ShorthandPropertyWrapper*>(wrapper);
1356 propertySet.add(wrapper->property());
1366 AnimationPropertyWrapperBase* wrapper = CSSPropertyAnimationWrapperMap::instance().wrapperForProperty(prop);
1367 if (wrapper) {
1368 wrapper
1377 AnimationPropertyWrapperBase* wrapper = CSSPropertyAnimationWrapperMap::instance().wrapperForProperty(prop); local
1395 AnimationPropertyWrapperBase* wrapper = CSSPropertyAnimationWrapperMap::instance().wrapperForProperty(prop); local
[all...]
/macosx-10.10/WebCore-7600.1.25/bindings/objc/
H A DDOM.mm332 // FIXME: Create an XPath objective C wrapper
812 if (DOMNodeFilter *wrapper = getDOMWrapper(impl))
813 return [[wrapper retain] autorelease];
815 DOMNodeFilter *wrapper = [[DOMNodeFilter alloc] _init];
816 wrapper->_internal = reinterpret_cast<DOMObjectInternal*>(impl);
818 addDOMWrapper(wrapper, impl);
819 return [wrapper autorelease];
822 WebCore::NodeFilter* core(DOMNodeFilter *wrapper)
824 return wrapper ? reinterpret_cast<WebCore::NodeFilter*>(wrapper
[all...]
H A DWebScriptObjectPrivate.h43 void addJSWrapper(NSObject* wrapper, JSC::JSObject*);
/macosx-10.10/WebKit2-7600.1.25/UIProcess/Cocoa/
H A DNavigationState.mm219 [historyDelegate _webView:m_webView didNavigateWithNavigationData:wrapper(*API::NavigationData::create(navigationDataStore))];
279 [static_cast<id <WKNavigationDelegatePrivate>>(navigationDelegate) _webViewWillEndNavigationGesture:m_webView withNavigationToBackForwardListItem:willNavigate ? wrapper(item) : nil];
291 [static_cast<id <WKNavigationDelegatePrivate>>(navigationDelegate) _webViewDidEndNavigationGesture:m_webView withNavigationToBackForwardListItem:willNavigate ? wrapper(item) : nil];
303 [static_cast<id <WKNavigationDelegatePrivate>>(navigationDelegate) _webView:m_webView willSnapshotBackForwardListItem:wrapper(item)];
317 RetainPtr<NSURLRequest> nsURLRequest = adoptNS(wrapper(*API::URLRequest::create(request).leakRef()));
501 auto recoveryAttempter = adoptNS([[WKReloadFrameErrorRecoveryAttempter alloc] initWithWebView:webView frameHandle:wrapper(*frameHandle) urlString:originalError.userInfo[NSURLErrorFailingURLStringErrorKey]]);
703 return [static_cast<id <WKNavigationDelegatePrivate>>(navigationDelegate.get()) _webView:m_navigationState.m_webView canAuthenticateAgainstProtectionSpace:wrapper(*protectionSpace)];
719 [static_cast<id <WKNavigationDelegatePrivate>>(navigationDelegate.get()) webView:m_navigationState.m_webView didReceiveAuthenticationChallenge:wrapper(*authenticationChallenge)
761 [static_cast<id <WKNavigationDelegatePrivate>>(navigationDelegate.get()) _webView:m_navigationState.m_webView didReceiveAuthenticationChallenge:wrapper(*authenticationChallenge)];
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/db/internal/
H A DDb.java45 public Database wrapper; field in class:Db
96 append_recno_handler.appendRecordNumber(wrapper, data, recno);
113 return bt_prefix_handler.prefix(wrapper, dbt1, dbt2);
122 db_feedback_handler.upgradeFeedback(wrapper, percent);
124 db_feedback_handler.upgradeFeedback(wrapper, percent);
149 return h_hash_handler.hash(wrapper, data, len);
163 (SecondaryDatabase)wrapper, key, data, seckey);
166 (SecondaryDatabase)wrapper, data);
177 (SecondaryDatabase)wrapper, key, data, keySet);
184 (SecondaryDatabase)wrapper, ke
[all...]
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DLogContentView.js369 var wrapper = event.target.enclosingNodeOrSelfWithClass(WebInspector.LogContentView.ItemWrapperStyleClassName); variable
371 if (!wrapper) {
372 // No wrapper under the mouse, so look at the selection to try and find one.
374 wrapper = selection.focusNode.parentNode.enclosingNodeOrSelfWithClass(WebInspector.LogContentView.ItemWrapperStyleClassName);
378 if (!wrapper)
385 if (wrapper === this._mouseDownWrapper && !this._mouseMoveIsRowSelection)
392 this._updateMessagesSelection(wrapper.messageElement, false, true);
406 var wrapper = event.target.enclosingNodeOrSelfWithClass(WebInspector.LogContentView.ItemWrapperStyleClassName); variable
408 if (wrapper && (selection.isCollapsed || event.shiftKey)) {
411 var message = wrapper
[all...]
/macosx-10.10/WebKit2-7600.1.25/Shared/mac/
H A DObjCObjectGraphCoders.mm297 WKTypeRefWrapper *wrapper = static_cast<WKTypeRefWrapper *>(m_root);
298 encoder << WebContextUserMessageEncoder(toImpl(wrapper.object), m_process);
411 WKTypeRefWrapper *wrapper = static_cast<WKTypeRefWrapper *>(m_root);
412 encoder << InjectedBundleUserMessageEncoder(toImpl(wrapper.object));
467 coder.m_root = wrapper(*webPage);
/macosx-10.10/libxml2-26/libxml2/python/
H A Dgenerator.py556 wrapper = open("libxml2-py.c", "w")
557 wrapper.write("/* Generated */\n\n")
558 wrapper.write("#include <Python.h>\n")
559 wrapper.write("#include <libxml/xmlversion.h>\n")
560 wrapper.write("#include <libxml/tree.h>\n")
561 wrapper.write("#include <libxml/xmlschemastypes.h>\n")
562 wrapper.write("#include \"libxml_wrap.h\"\n")
563 wrapper.write("#include \"libxml2-py.h\"\n\n")
565 ret = print_function_wrapper(function, wrapper, export, include)
576 wrapper
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/python/
H A Dgenerator.py548 wrapper = open("libxml2-py.c", "w")
549 wrapper.write("/* Generated */\n\n")
550 wrapper.write("#include <Python.h>\n")
551 wrapper.write("#include <libxml/xmlversion.h>\n")
552 wrapper.write("#include <libxml/tree.h>\n")
553 wrapper.write("#include <libxml/xmlschemastypes.h>\n")
554 wrapper.write("#include \"libxml_wrap.h\"\n")
555 wrapper.write("#include \"libxml2-py.h\"\n\n")
557 ret = print_function_wrapper(function, wrapper, export, include)
568 wrapper
[all...]
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebResource.mm360 NSFileWrapper *wrapper = [[[NSFileWrapper alloc] initRegularFileWithContents:[self data]] autorelease];
364 [wrapper setPreferredFilename:filename];
365 return wrapper;
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/bin/
H A Dtpage113 'template_wrapper|wrapper=s',
172 --wrapper=TEMPLATE Process TEMPLATE wrapper around main template
217 The B<tpage> script is a simple wrapper around the Template Toolkit processor.
/macosx-10.10/zsh-61/zsh/Src/Modules/
H A Dzprof.c294 static struct funcwrap wrapper[] = { variable in typeref:struct:funcwrap
338 return addwrapper(m, wrapper);
347 deletewrapper(m, wrapper);
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderLineBoxList.cpp345 if (auto wrapper = toRenderBox(curr)->inlineBoxWrapper())
346 box = &wrapper->root();
348 if (auto wrapper = toRenderLineBreak(curr)->inlineBoxWrapper())
349 box = &wrapper->root();
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/Cocoa/
H A DWKBrowsingContextController.mm326 return wrapper(_page->backForwardList());
455 [loadDelegate browsingContextController:browsingContext didFailProvisionalLoadWithError:wrapper(*toImpl(error))];
491 [loadDelegate browsingContextController:browsingContext didFailLoadWithError:wrapper(*toImpl(error))];
500 return [(id <WKBrowsingContextLoadDelegatePrivate>)loadDelegate browsingContextController:browsingContext canAuthenticateAgainstProtectionSpace:wrapper(*toImpl(protectionSpace))];
511 [(id <WKBrowsingContextLoadDelegatePrivate>)loadDelegate browsingContextController:browsingContext didReceiveAuthenticationChallenge:wrapper(*toImpl(authenticationChallenge))];
549 WKBackForwardListItem *added = addedItem ? wrapper(*toImpl(addedItem)) : nil;
550 NSArray *removed = removedItems ? wrapper(*toImpl(removedItems)) : nil;
669 WKActionFrameNameKey: toImpl(frameName)->wrapper()
/macosx-10.10/libxslt-13/libxslt/python/
H A Dtypes.c503 PyObject *wrapper; local
506 wrapper =
508 if (wrapper != NULL) {
509 cur = PyxmlNode_Get(wrapper);
/macosx-10.10/ruby-106/ruby/test/rubygems/
H A Dtest_gem_installer.rb51 wrapper = @installer.app_script_text 'executable'
52 assert_equal expected, wrapper
164 wrapper = File.read installed_exec
165 assert_match %r|generated by RubyGems|, wrapper
227 wrapper = File.read installed_exec
228 assert_match %r|generated by RubyGems|, wrapper
256 wrapper = File.read installed_exec
257 assert_match %r|generated by RubyGems|, wrapper
269 wrapper = File.read installed_exec
270 assert_match %r|generated by RubyGems|, wrapper
[all...]
/macosx-10.10/Security-57031.1.35/Security/sec/ipc/
H A Dsecurityd_client.h77 #define SECURITYD_XPC(sdp, wrapper, ...) ((gSecurityd && gSecurityd->sdp) ? gSecurityd->sdp(__VA_ARGS__) : wrapper(sdp ## _id, __VA_ARGS__))
/macosx-10.10/WebCore-7600.1.25/bindings/scripts/test/JS/
H A DJSTestGenerateIsReachable.cpp216 if (auto* wrapper = jsDynamicCast<JSTestGenerateIsReachable*>(value))
217 return &wrapper->impl();
H A DJSTestMediaQueryListListener.cpp232 if (auto* wrapper = jsDynamicCast<JSTestMediaQueryListListener*>(value))
233 return &wrapper->impl();

Completed in 433 milliseconds

1234567891011>>