Searched refs:owner (Results 201 - 225 of 792) sorted by relevance

1234567891011>>

/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-WebKit/Examples/IEWebArchive/MainMenu.nib/
H A D_MainMenu_EOArchive.java13 public _MainMenu_EOArchive(Object owner, NSDisposableRegistry registry) { argument
14 super(owner, registry);
18 Object owner = _owner();
19 EOArchive._ObjectInstantiationDelegate delegate = (owner instanceof EOArchive._ObjectInstantiationDelegate) ? (EOArchive._ObjectInstantiationDelegate)owner : null;
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-WebKit-2.5.1/Examples/IEWebArchive/MainMenu.nib/
H A D_MainMenu_EOArchive.java13 public _MainMenu_EOArchive(Object owner, NSDisposableRegistry registry) { argument
14 super(owner, registry);
18 Object owner = _owner();
19 EOArchive._ObjectInstantiationDelegate delegate = (owner instanceof EOArchive._ObjectInstantiationDelegate) ? (EOArchive._ObjectInstantiationDelegate)owner : null;
/macosx-10.10/WebCore-7600.1.25/platform/graphics/ca/mac/
H A DPlatformCALayerMac.mm71 PassRefPtr<PlatformCALayer> PlatformCALayerMac::create(LayerType layerType, PlatformCALayerClient* owner)
73 return adoptRef(new PlatformCALayerMac(layerType, owner));
76 PassRefPtr<PlatformCALayer> PlatformCALayerMac::create(void* platformLayer, PlatformCALayerClient* owner)
78 return adoptRef(new PlatformCALayerMac(static_cast<PlatformLayer*>(platformLayer), owner));
106 - (void)setOwner:(PlatformCALayer*)owner;
141 - (void)setOwner:(PlatformCALayer*)owner
143 m_owner = owner;
160 void PlatformCALayerMac::setOwner(PlatformCALayerClient* owner)
162 PlatformCALayer::setOwner(owner);
164 // Change the delegate's owner i
[all...]
/macosx-10.10/NFS-82/rpc.lockd/
H A Dkern.c107 /* Lock request owner. */
112 static OWNER owner; variable
387 (void)time(&owner.tod);
388 owner.pid = getpid();
484 arg4.alock.oh.n_bytes = (uint8_t *)&owner;
485 arg4.alock.oh.n_len = sizeof(owner);
505 arg.alock.oh.n_bytes = (uint8_t *)&owner;
506 arg.alock.oh.n_len = sizeof(owner);
551 arg4.alock.oh.n_bytes = (uint8_t *)&owner;
552 arg4.alock.oh.n_len = sizeof(owner);
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/bytecode/
H A DPolymorphicGetByIdList.cpp39 VM& vm, JSCell* owner, AccessType type, PassRefPtr<JITStubRoutine> stubRoutine,
43 , m_structure(vm, owner, structure)
47 m_chain.set(vm, owner, chain);
38 GetByIdAccess( VM& vm, JSCell* owner, AccessType type, PassRefPtr<JITStubRoutine> stubRoutine, Structure* structure, StructureChain* chain, unsigned chainCount) argument
H A DObjectAllocationProfile.h50 void initialize(VM& vm, JSCell* owner, JSObject* prototype, unsigned inferredInlineCapacity) argument
93 m_structure.set(vm, owner,
/macosx-10.10/Security-57031.1.35/securityd/src/
H A Dacls.h70 virtual void getOwner(AclOwnerPrototype &owner);
140 virtual void getOwner(AclOwnerPrototype &owner) argument
141 { return acl().getOwner(owner); }
/macosx-10.10/WebCore-7600.1.25/dom/
H A DContainerNodeAlgorithms.cpp171 auto& owner = frameOwners[i].get(); local
172 // Don't need to traverse up the tree for the first owner since no
174 if (!i || root.containsIncludingShadowDOM(&owner))
175 owner.disconnectContentFrame();
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderFullScreen.cpp39 RenderFullScreenPlaceholder(RenderFullScreen& owner, PassRef<RenderStyle> style) argument
40 : RenderBlockFlow(owner.document(), WTF::move(style))
41 , m_owner(owner)
/macosx-10.10/dtrace-147/tools/ctfconvert/
H A Diidesc.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
140 iidesc_dup_rename(iidesc_t *src, char const *name, char const *owner) argument
147 tgt->ii_owner = owner ? xstrdup(owner) : NULL;
/macosx-10.10/JavaScriptCore-7600.1.17/bytecompiler/
H A DLabelScope.h88 LabelScopePtr(LabelScopeStore& owner, size_t index) argument
89 : m_owner(&owner)
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DSecAccess.h57 the resource or available to an ACL owner. */
130 @abstract Creates a new SecAccessRef using the owner and access control list you provide.
131 @param owner A pointer to a CSSM access control list owner.
138 OSStatus SecAccessCreateFromOwnerAndACL(const CSSM_ACL_OWNER_PROTOTYPE *owner, uint32 aclCount, const CSSM_ACL_ENTRY_INFO *acls, SecAccessRef *accessRef)
156 @abstract Retrieves the owner and the access control list of a given access.
158 @param owner On return, a pointer to the access control list owner.
164 OSStatus SecAccessGetOwnerAndACL(SecAccessRef accessRef, CSSM_ACL_OWNER_PROTOTYPE_PTR *owner, uint32 *aclCount, CSSM_ACL_ENTRY_INFO_PTR *acls)
169 @abstract Retrieves the owner an
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecAccess.h57 the resource or available to an ACL owner. */
130 @abstract Creates a new SecAccessRef using the owner and access control list you provide.
131 @param owner A pointer to a CSSM access control list owner.
138 OSStatus SecAccessCreateFromOwnerAndACL(const CSSM_ACL_OWNER_PROTOTYPE *owner, uint32 aclCount, const CSSM_ACL_ENTRY_INFO *acls, SecAccessRef *accessRef)
156 @abstract Retrieves the owner and the access control list of a given access.
158 @param owner On return, a pointer to the access control list owner.
164 OSStatus SecAccessGetOwnerAndACL(SecAccessRef accessRef, CSSM_ACL_OWNER_PROTOTYPE_PTR *owner, uint32 *aclCount, CSSM_ACL_ENTRY_INFO_PTR *acls)
169 @abstract Retrieves the owner an
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecAccess.h57 the resource or available to an ACL owner. */
130 @abstract Creates a new SecAccessRef using the owner and access control list you provide.
131 @param owner A pointer to a CSSM access control list owner.
138 OSStatus SecAccessCreateFromOwnerAndACL(const CSSM_ACL_OWNER_PROTOTYPE *owner, uint32 aclCount, const CSSM_ACL_ENTRY_INFO *acls, SecAccessRef *accessRef)
156 @abstract Retrieves the owner and the access control list of a given access.
158 @param owner On return, a pointer to the access control list owner.
164 OSStatus SecAccessGetOwnerAndACL(SecAccessRef accessRef, CSSM_ACL_OWNER_PROTOTYPE_PTR *owner, uint32 *aclCount, CSSM_ACL_ENTRY_INFO_PTR *acls)
169 @abstract Retrieves the owner an
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/mac/
H A DPlatformPasteboardMac.mm108 [m_pasteboard.get() addTypes:types owner:nil];
123 return [m_pasteboard.get() addTypes:types.get() owner:nil];
129 return [m_pasteboard.get() declareTypes:nil owner:nil];
135 return [m_pasteboard.get() declareTypes:types.get() owner:nil];
/macosx-10.10/dcerpc-61/dcerpc/libdcethread/
H A Ddcethread_cond_wait.c102 mutex->owner = (pthread_t) -1;
104 mutex->owner = pthread_self();
/macosx-10.10/files-662.1.1/private/etc/
H A Dgroup.iPhone18 owner:*:10:
/macosx-10.10/ruby-106/ruby/lib/rake/contrib/
H A Dftptools.rb15 attr_reader :name, :size, :owner, :group, :time
27 @mode, _, @owner, @group, size, d1, d2, d3, @name = entry.split(' ')
/macosx-10.10/ruby-106/ruby/test/rss/
H A Dtest_maker_itunes.rb370 owner = target.itunes_owner
371 owner.itunes_name = name
372 owner.itunes_email = email
374 owner = chain_reader(rss20, feed_readers).itunes_owner
376 assert_nil(owner)
378 assert_not_nil(owner)
379 assert_equal(name, owner.itunes_name)
380 assert_equal(email, owner.itunes_email)
/macosx-10.10/tcl-105/tcl/tcl/compat/
H A Dunistd.h38 extern int chown _ANSI_ARGS_((CONST char *path, uid_t owner, gid_t group));
69 extern int fchown _ANSI_ARGS_((int fd, uid_t owner, gid_t group));
/macosx-10.10/tcl-105/tcl84/tcl/compat/
H A Dunistd.h38 extern int chown _ANSI_ARGS_((CONST char *path, uid_t owner, gid_t group));
69 extern int fchown _ANSI_ARGS_((int fd, uid_t owner, gid_t group));
/macosx-10.10/tcl-105/tk/tk/compat/
H A Dunistd.h38 extern int chown _ANSI_ARGS_((CONST char *path, uid_t owner, gid_t group));
69 extern int fchown _ANSI_ARGS_((int fd, uid_t owner, gid_t group));
/macosx-10.10/tcl-105/tk84/tk/compat/
H A Dunistd.h38 extern int chown _ANSI_ARGS_((CONST char *path, uid_t owner, gid_t group));
69 extern int fchown _ANSI_ARGS_((int fd, uid_t owner, gid_t group));
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOSubMemoryDescriptor.cpp164 IOMemoryDescriptor * owner,
181 owner,
163 makeMapping( IOMemoryDescriptor * owner, task_t intoTask, IOVirtualAddress address, IOOptionBits options, IOByteCount offset, IOByteCount length ) argument
/macosx-10.10/apache-793/httpd/modules/dav/fs/
H A Dlock.c63 ** char[] owner,
128 const char *owner; /* owner field from activelock */ member in struct:dav_lock_discovery
156 + ((a)->owner ? strlen((a)->owner) : 0) \
468 if (dp->owner == NULL) {
472 memcpy(ptr, dp->owner, strlen(dp->owner) + 1);
473 ptr += strlen(dp->owner) + 1;
572 dp->owner
[all...]

Completed in 427 milliseconds

1234567891011>>