Searched refs:wrapper (Results 151 - 175 of 351) sorted by relevance

1234567891011>>

/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DLockRequest.java134 return lock.wrapper;
/macosx-10.10/OpenSSH-189/openssh/regress/
H A Dscp.sh22 cp ${SRC}/scp-ssh-wrapper.sh ${OBJ}/scp-ssh-wrapper.scp
23 chmod 755 ${OBJ}/scp-ssh-wrapper.scp
24 scpopts="-q -S ${OBJ}/scp-ssh-wrapper.scp"
127 rm -f ${OBJ}/scp-ssh-wrapper.scp
/macosx-10.10/Security-57031.1.35/SecurityTests/regressions/inc/Test/Harness/
H A DIterator.pm23 This is a simple iterator wrapper for arrays and filehandles.
/macosx-10.10/WebCore-7600.1.25/accessibility/atk/
H A DWebKitAccessibleInterfaceTable.cpp102 AtkObject* cell = axCell->wrapper();
213 return columnHeader->wrapper();
233 return rowHeader->wrapper();
250 return AccessibilityObject::firstAccessibleObjectFromNode(caption->renderer()->element())->wrapper();
H A DWebKitAccessibleWrapperAtk.cpp122 AtkObject* atkObject = label->wrapper();
131 AtkObject* atkObject = label->wrapper();
214 atk_relation_set_add_relation_by_type(relationSet, ATK_RELATION_LABELLED_BY, label->wrapper());
222 atk_relation_set_add_relation_by_type(relationSet, ATK_RELATION_LABEL_FOR, parent->wrapper());
233 atk_relation_set_add_relation_by_type(relationSet, ATK_RELATION_LABELLED_BY, label->wrapper());
238 atk_relation_set_add_relation_by_type(relationSet, ATK_RELATION_LABEL_FOR, control->wrapper());
247 atk_relation_set_add_relation_by_type(relationSet, ATK_RELATION_FLOWS_TO, accessibilityObject->wrapper());
256 atk_relation_set_add_relation_by_type(relationSet, ATK_RELATION_DESCRIBED_BY, accessibilityObject->wrapper());
265 atk_relation_set_add_relation_by_type(relationSet, ATK_RELATION_CONTROLLER_FOR, accessibilityObject->wrapper());
314 return coreParent->wrapper();
[all...]
H A DWebKitAccessibleInterfaceTableCell.cpp37 if (AtkObject* atkObject = child->wrapper())
142 AtkObject* table = atk_object_get_parent(axObject->wrapper());
/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DJSLazyEventListener.h41 JSLazyEventListener(const String& functionName, const String& eventParameterName, const String& code, ContainerNode*, const String& sourceURL, const TextPosition&, JSC::JSObject* wrapper, DOMWrapperWorld& isolatedWorld);
/macosx-10.10/WebCore-7600.1.25/bindings/objc/
H A DDOMInternal.mm80 void addDOMWrapper(NSObject* wrapper, DOMObjectInternal* impl)
87 NSMapInsert(DOMWrapperCache, impl, wrapper);
131 // Extract the WebCore::Node from the ObjectiveC wrapper.
H A DWebScriptObject.mm83 NSObject* wrapper = static_cast<NSObject*>(NSMapGet(JSWrapperCache, impl));
84 return wrapper ? [[wrapper retain] autorelease] : nil;
87 void addJSWrapper(NSObject* wrapper, JSObject* impl)
94 NSMapInsert(JSWrapperCache, impl, wrapper);
106 static void removeJSWrapperIfRetainCountOne(NSObject* wrapper, JSObject* impl)
112 if ([wrapper retainCount] == 1)
118 if (id wrapper = getJSWrapper(object))
119 return wrapper;
214 // Associate the WebScriptObject with the JS wrapper fo
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/
H A DCrossThreadCopier.h221 static Type copy(const AllowCrossThreadAccessWrapper<T>& wrapper) { return wrapper.value(); } argument
241 static Type copy(const AllowAccessLaterWrapper<T>& wrapper) { return wrapper.value(); } argument
/macosx-10.10/WebKit-7600.1.25/mac/Misc/
H A DWebNSPasteboardExtras.h64 // Writes a file wrapper to the pasteboard as an RTFD attachment.
66 - (void)_web_writeFileWrapperAsRTFDAttachment:(NSFileWrapper *)wrapper; variable
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/Cocoa/
H A DWKConnection.mm73 static void setUpClient(WKConnection *wrapper, WebConnection& connection)
79 client.base.clientInfo = wrapper;
/macosx-10.10/apache-793/httpd/modules/arch/unix/
H A Dmod_unixd.c291 apr_finfo_t wrapper; local
301 if ((apr_stat(&wrapper, SUEXEC_BIN, APR_FINFO_NORM, ptemp))
303 if ((wrapper.protection & APR_USETID) && wrapper.user == 0
/macosx-10.10/hfs-285/CopyHFSMeta/
H A DData.h77 extern int CopyObjectsToDest(VolumeObjects_t*, struct IOWrapper *wrapper, off_t skip);
/macosx-10.10/apache-793/httpd/docs/manual/style/scripts/
H A Dprettify.js612 var wrapper = undefined;
615 wrapper = (type === 1) // Element Node
616 ? (wrapper ? element : c)
618 ? (notWs.test(c.nodeValue) ? element : wrapper)
619 : wrapper;
621 return wrapper === element ? undefined : wrapper;
1495 var wrapper;
1496 if (!langExtension && (wrapper = childContentWrapper(cs))
1497 && codeRe.test(wrapper
[all...]
H A Dprettify.min.js49 var notWs=/\S/;function childContentWrapper(element){var wrapper=undefined;for(var c=element.firstChild;c;c=c.nextSibling){var type=c.nodeType;wrapper=(type===1)?(wrapper?element:c):(type===3)?(notWs.test(c.nodeValue)?element:wrapper):wrapper;}
50 return wrapper===element?undefined:wrapper;}
116 if(!nested){cs.className+=' prettyprinted';var langExtension=className.match(langExtensionRe);var wrapper;if(!langExtension&&(wrapper=childContentWrapper(cs))&&codeRe.test(wrapper
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/API/
H A DJSVirtualMachine.mm66 + (void)addWrapper:(JSVirtualMachine *)wrapper forJSContextGroupRef:(JSContextGroupRef)group;
72 + (void)addWrapper:(JSVirtualMachine *)wrapper forJSContextGroupRef:(JSContextGroupRef)group
75 NSMapInsert(wrapperCache(), group, wrapper);
248 - (void)addContext:(JSContext *)wrapper forGlobalContextRef:(JSGlobalContextRef)globalContext
250 NSMapInsert(m_contextCache, globalContext, wrapper);
/macosx-10.10/WebCore-7600.1.25/svg/properties/
H A DSVGListProperty.h71 // Reinitialize the wrapper cache to be equal to the new values size, after the XML DOM changed the list.
199 RefPtr<ListItemTearOff> wrapper = m_wrappers->at(index); local
200 if (!wrapper) {
201 // Create new wrapper, which is allowed to directly modify the item in the list, w/o copying and cache the wrapper in our map.
204 wrapper = ListItemTearOff::create(animatedList, UndefinedRole, m_values->at(index));
205 m_wrappers->at(index) = wrapper;
208 return wrapper.release();
262 // Store new wrapper at position 'index', change its underlying value, so mutations of newItem, directly affect the item in the list.
335 // Detach the existing wrapper
[all...]
/macosx-10.10/WebCore-7600.1.25/accessibility/mac/
H A DWebAccessibilityObjectWrapperMac.mm1008 AXUIElementRef axElement = wkCreateAXUIElementRef(object->wrapper());
1706 WebAccessibilityObjectWrapper* wrapper = child->wrapper();
1707 ASSERT(wrapper);
1708 if (wrapper) {
1711 if (child->isAttachment() && [wrapper attachmentView])
1712 [array addObject:[wrapper attachmentView]];
1714 [array addObject:wrapper];
2272 return parent->wrapper();
2284 return [parent->wrapper() attachmentVie
[all...]
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/mac/
H A DWKAccessibilityWebPageObjectMac.mm116 id wrapper = [self accessibilityRootObjectWrapper];
117 if (!wrapper)
120 return [NSArray arrayWithObject:wrapper];
/macosx-10.10/tcl-105/tk84/tk/win/
H A DtkWinWm.c160 HWND wrapper; /* This is the decorative frame window member in struct:TkWmInfo
241 DWORD style, exStyle; /* Style flags for the wrapper window. */
986 /* We must get the window's wrapper, not the window itself */
988 hwnd = wmPtr->wrapper;
994 * perhaps the window doesn't have a wrapper. But I believe all
1075 hwnd = wmPtr->wrapper;
1078 "Can't set icon; window has no wrapper.", (char*)NULL);
1158 icon = (HICON) SendMessage(wmPtr->wrapper, WM_GETICON, iconsize,
1162 icon = (HICON) GetClassLongPtr(wmPtr->wrapper,
1165 icon = (HICON) GetClassLong(wmPtr->wrapper,
6230 HWND wrapper; local
[all...]
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGPolyElement.cpp90 if (SVGAnimatedProperty* wrapper = SVGAnimatedProperty::lookupWrapper<SVGPolyElement, SVGAnimatedPointList>(this, pointsPropertyInfo()))
91 static_cast<SVGAnimatedPointList*>(wrapper)->detachListWrappers(newList.size());
/macosx-10.10/swig-12/Lib/tcl/
H A Dtclapi.swg65 int (*wrapper)(ClientData, Tcl_Interp *, int, Tcl_Obj *CONST []);
/macosx-10.10/WebCore-7600.1.25/Modules/webdatabase/
H A DSQLTransactionBackend.cpp272 // If by then, a JSObject wrapper is referring to the SQLTransaction, then the reference
282 // If there is no JSObject wrapper referring to the SQLTransaction when the cleanup
348 PassRefPtr<AbstractSQLTransaction> frontend, PassRefPtr<SQLTransactionWrapper> wrapper, bool readOnly)
350 return adoptRef(new SQLTransactionBackend(db, frontend, wrapper, readOnly));
354 PassRefPtr<AbstractSQLTransaction> frontend, PassRefPtr<SQLTransactionWrapper> wrapper, bool readOnly)
357 , m_wrapper(wrapper)
347 create(DatabaseBackend* db, PassRefPtr<AbstractSQLTransaction> frontend, PassRefPtr<SQLTransactionWrapper> wrapper, bool readOnly) argument
353 SQLTransactionBackend(DatabaseBackend* db, PassRefPtr<AbstractSQLTransaction> frontend, PassRefPtr<SQLTransactionWrapper> wrapper, bool readOnly) argument
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/atk/
H A DWebPageAccessibilityObjectAtk.cpp63 AtkObject* rootObject = coreRootObject->wrapper();

Completed in 605 milliseconds

1234567891011>>