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

12345

/macosx-10.10/xnu-2782.1.97/security/
H A Dmac_system.c207 mac_system_check_kas_info(kauth_cred_t cred, int selector) argument
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebufferUserClient.cpp155 IOReturn IOFramebufferUserClient::externalMethod( uint32_t selector, IOExternalMethodArguments * args, argument
/macosx-10.10/IONetworkingFamily-101/
H A DIONetworkUserClient.cpp121 externalMethod( uint32_t selector, IOExternalMethodArguments * arguments, IOExternalMethodDispatch * dispatch, OSObject * target, void * reference ) argument
/macosx-10.10/IOPCIFamily-239.1.2/AppleSamplePCI/
H A DAppleSamplePCIUserClient.cpp129 externalMethod( uint32_t selector, IOExternalMethodArguments * arguments, IOExternalMethodDispatch * dispatch, OSObject * target, void * reference ) argument
/macosx-10.10/OpenSSH-189/osslshim/ossl-asn1/
H A Dcs-tasn-utl.c235 long selector; local
/macosx-10.10/OpenSSL098-52/src/crypto/asn1/
H A Dtasn_utl.c225 long selector; local
/macosx-10.10/Security-57031.1.35/securityd/src/
H A Dacl_keychain.cpp260 CSSM_ACL_KEYCHAIN_PROMPT_SELECTOR selector; local
[all...]
/macosx-10.10/WebCore-7600.1.25/bridge/objc/
H A Dobjc_runtime.h69 SEL selector() const { return _selector; } function in class:JSC::Bindings::ObjcMethod
/macosx-10.10/WebCore-7600.1.25/dom/
H A DSelectorQuery.h57 SelectorData(const CSSSelector* selector, bool isFastCheckable) argument
66 const CSSSelector* selector; member in struct:WebCore::SelectorDataList::SelectorData
H A DSelectorQuery.cpp39 static bool isSingleTagNameSelector(const CSSSelector& selector) argument
44 static bool isSingleClassNameSelector(const CSSSelector& selector) argument
82 const CSSSelector& selector = *m_selectors.first().selector; local
233 const CSSSelector* selector = &firstSelector; local
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/dev/chud/
H A Dchud_bsd_callback.c236 chudxnu_dtrace_callback(uint64_t selector, uint64_t *args, uint32_t count) argument
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DRootDomainUserClient.cpp229 externalMethod( uint32_t selector, IOExternalMethodArguments * arguments, IOExternalMethodDispatch * dispatch __unused, OSObject * target __unused, void * reference __unused ) argument
/macosx-10.10/objc4-646/runtime/Messengers.subproj/
H A Dobjc-msg-simulator-i386.s158 #define selector 8 define
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dplurfmt.cpp395 findSubMessage(const MessagePattern& pattern, int32_t partIndex, const PluralSelector& selector, void *context, double number, UErrorCode& ec) argument
/macosx-10.10/IOFWDVComponents-207.4.1/
H A DDVControlComponent.c302 FWDVCComponentCanDo(ControlComponentInstancePtr storage, short selector) argument
/macosx-10.10/IOHIDFamily-606.1.7/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
H A DIOHIDResourceUserClient.h144 uint32_t selector; member in struct:IOHIDResourceDeviceUserClient::__anon2057
/macosx-10.10/IOKitUser-1050.1.21/graphics.subproj/
H A DIOAccelSurfaceControl.c252 IOAccelSurfaceControl( IOAccelConnect connect, UInt32 selector, UInt32 arg, UInt32 * result) argument
/macosx-10.10/IOKitUser-1050.1.21/hidsystem.subproj/
H A DIOHIDLib.c215 IOHIDGetStateForSelector( io_connect_t handle, int selector, UInt32 *state ) argument
230 IOHIDSetStateForSelector( io_connect_t handle, int selector, UInt32 state ) argument
244 IOHIDGetModifierLockState( io_connect_t handle, int selector, bool *state ) argument
253 IOHIDSetModifierLockState( io_connect_t handle, int selector, bool state ) argument
/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSParserValues.cpp210 auto selector = std::make_unique<CSSParserSelector>(); local
216 auto selector = std::make_unique<CSSParserSelector>(); local
241 std::unique_ptr<CSSParserSelector> selector = WTF::move(m_tagHistory); local
286 insertTagHistory(CSSSelector::Relation before, std::unique_ptr<CSSParserSelector> selector, CSSSelector::Relation after) argument
295 appendTagHistory(CSSSelector::Relation relation, std::unique_ptr<CSSParserSelector> selector) argument
[all...]
H A DCSSSelector.cpp231 static void appendPseudoClassFunctionTail(StringBuilder& str, const CSSSelector* selector) argument
H A DCSSStyleSheet.cpp335 int CSSStyleSheet::addRule(const String& selector, const String& style, int index, ExceptionCode& ec) argument
350 int CSSStyleSheet::addRule(const String& selector, const String& style, ExceptionCode& ec) argument
H A DRuleSet.cpp56 static inline bool isSelectorMatchingHTMLBasedOnRuleHash(const CSSSelector& selector) argument
72 const CSSSelector* selector = &rootSelector; local
89 selectorListContainsAttributeSelector(const CSSSelector* selector) argument
109 containsUncommonAttributeSelector(const CSSSelector* selector) argument
132 determinePropertyWhitelistType(const AddRuleFlags addRuleFlags, const CSSSelector* selector) argument
215 const CSSSelector* selector = ruleData.selector(); local
[all...]
H A DSelectorChecker.cpp359 anyAttributeMatches(Element* element, const CSSSelector* selector, const QualifiedName& selectorAttr, bool caseSensitive) argument
431 const CSSSelector* const & selector = context.selector; local
803 const CSSSelector* const & selector = context.selector; local
899 determineLinkMatchType(const CSSSelector* selector) argument
[all...]
H A DSelectorChecker.h58 SelectorCheckingContext(const CSSSelector* selector, Element* element, VisitedMatchType visitedMatchType) argument
73 const CSSSelector* selector; member in struct:WebCore::SelectorChecker::SelectorCheckingContext
108 inline bool SelectorChecker::isCommonPseudoClassSelector(const CSSSelector* selector) argument
130 inline bool SelectorChecker::checkExactAttribute(const Element* element, const CSSSelector* selector, cons argument
[all...]

Completed in 404 milliseconds

12345