Searched defs:selector (Results 26 - 50 of 109) sorted by relevance

12345

/macosx-10.9.5/IOGraphics-471.92.1/IOGraphicsFamily/
H A DIOFramebufferUserClient.cpp155 IOReturn IOFramebufferUserClient::externalMethod( uint32_t selector, IOExternalMethodArguments * args, argument
H A DIODisplayWrangler.cpp86 IOReturn IODisplayConnect::getAttributeForConnection( IOSelect selector, uintptr_t * value ) argument
93 IOReturn IODisplayConnect::setAttributeForConnection( IOSelect selector, uintptr_t value ) argument
/macosx-10.9.5/IONetworkingFamily-100/
H A DIONetworkUserClient.cpp121 externalMethod( uint32_t selector, IOExternalMethodArguments * arguments, IOExternalMethodDispatch * dispatch, OSObject * target, void * reference ) argument
/macosx-10.9.5/IOPCIFamily-224.92.1/AppleSamplePCI/
H A DAppleSamplePCIUserClient.cpp129 externalMethod( uint32_t selector, IOExternalMethodArguments * arguments, IOExternalMethodDispatch * dispatch, OSObject * target, void * reference ) argument
/macosx-10.9.5/OpenSSH-186/osslshim/ossl-asn1/
H A Dcs-tasn-utl.c235 long selector; local
/macosx-10.9.5/WebCore-7537.78.1/bridge/objc/
H A Dobjc_runtime.h69 SEL selector() const { return _selector; } function in class:JSC::Bindings::ObjcMethod
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSParserValues.cpp164 OwnPtr<CSSParserSelector> selector = m_tagHistory.release(); local
201 void CSSParserSelector::insertTagHistory(CSSSelector::Relation before, PassOwnPtr<CSSParserSelector> selector, CSSSelector::Relation after) argument
210 void CSSParserSelector::appendTagHistory(CSSSelector::Relation relation, PassOwnPtr<CSSParserSelector> selector) argument
[all...]
H A DCSSSelectorList.cpp128 static bool forEachTagSelector(Functor& functor, const CSSSelector* selector) argument
159 operator ()(const CSSSelector* selector) argument
177 operator ()(const CSSSelector* selector) argument
[all...]
H A DCSSStyleSheet.cpp330 int CSSStyleSheet::addRule(const String& selector, const String& style, int index, ExceptionCode& ec) argument
345 int CSSStyleSheet::addRule(const String& selector, const String& style, ExceptionCode& ec) argument
H A DRuleSet.cpp57 static inline bool isSelectorMatchingHTMLBasedOnRuleHash(const CSSSelector* selector) argument
73 static inline bool selectorListContainsUncommonAttributeSelector(const CSSSelector* selector) argument
93 containsUncommonAttributeSelector(const CSSSelector* selector) argument
116 determinePropertyWhitelistType(const AddRuleFlags addRuleFlags, const CSSSelector* selector) argument
[all...]
H A DSelectorChecker.cpp374 const CSSSelector* const & selector = context.selector; local
795 const CSSSelector* const & selector = context.selector; local
888 determineLinkMatchType(const CSSSelector* selector) argument
[all...]
H A DSelectorChecker.h55 SelectorCheckingContext(const CSSSelector* selector, Element* element, VisitedMatchType visitedMatchType) argument
70 const CSSSelector* selector; member in struct:WebCore::SelectorChecker::SelectorCheckingContext
109 inline bool SelectorChecker::isCommonPseudoClassSelector(const CSSSelector* selector) argument
/macosx-10.9.5/securityd-55199.3/src/
H A Dacl_keychain.cpp260 CSSM_ACL_KEYCHAIN_PROMPT_SELECTOR selector; local
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/dev/chud/
H A Dchud_bsd_callback.c236 chudxnu_dtrace_callback(uint64_t selector, uint64_t *args, uint32_t count) argument
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DRootDomainUserClient.cpp252 externalMethod( uint32_t selector, IOExternalMethodArguments * arguments, IOExternalMethodDispatch * dispatch __unused, OSObject * target __unused, void * reference __unused ) argument
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dplurfmt.cpp372 findSubMessage(const MessagePattern& pattern, int32_t partIndex, const PluralSelector& selector, double number, UErrorCode& ec) argument
/macosx-10.9.5/IOFWDVComponents-207.4.1/
H A DDVControlComponent.c302 FWDVCComponentCanDo(ControlComponentInstancePtr storage, short selector) argument
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDFamily/
H A DIOHIDEventServiceUserClient.cpp163 uint32_t selector; member in struct:HIDCommandGateArgs
170 externalMethod( uint32_t selector, IOExternalMethodArguments * arguments, IOExternalMethodDispatch * dispatch, OSObject * target, void * reference) argument
/macosx-10.9.5/IOKitUser-907.100.13/graphics.subproj/
H A DIOAccelSurfaceControl.c252 IOAccelSurfaceControl( IOAccelConnect connect, UInt32 selector, UInt32 arg, UInt32 * result) argument
/macosx-10.9.5/IOKitUser-907.100.13/hidsystem.subproj/
H A DIOHIDLib.c207 IOHIDGetStateForSelector( io_connect_t handle, int selector, UInt32 *state ) argument
222 IOHIDSetStateForSelector( io_connect_t handle, int selector, UInt32 state ) argument
236 IOHIDGetModifierLockState( io_connect_t handle, int selector, bool *state ) argument
245 IOHIDSetModifierLockState( io_connect_t handle, int selector, bool state ) argument
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DSelectorQuery.cpp101 selectorForIdLookup(const Node* rootNode, const CSSSelector* selector) argument
153 isSingleTagNameSelector(const CSSSelector* selector) argument
217 isSingleClassNameSelector(const CSSSelector* selector) argument
[all...]
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DSCPreferencesKeychainPrivate.c115 CSSM_ACL_PROCESS_SUBJECT_SELECTOR selector = { local
/macosx-10.9.5/security_certtool-55105/src/
H A DCertUI.cpp247 char selector; member in struct:_AlgInfo
/macosx-10.9.5/xnu-2422.115.4/iokit/IOKit/
H A DIOUserClient.h124 uint32_t selector; member in struct:IOExternalMethodArguments
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibDevice.h386 static inline MethodSelector MakeSelectorWithObject( MethodSelector selector, UserObjectHandle obj ) { return (MethodSelector)( (unsigned long)obj << 16 | selector & 0xFFFF ) ; } argument

Completed in 228 milliseconds

12345