Searched +refs:class +refs:selector (Results 1 - 25 of 82) sorted by relevance

1234

/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DMVChatPluginManager.h4 @class NSMutableDictionary;
5 @class NSArray;
6 @class NSSet;
7 @class NSEnumerator;
19 - (NSSet *) pluginsThatRespondToSelector:(SEL) selector;
20 - (NSSet *) pluginsOfClass:(Class) class thatRespondToSelector:(SEL) selector;
23 - (NSEnumerator *) enumeratorOfPluginsThatRespondToSelector:(SEL) selector;
24 - (NSEnumerator *) enumeratorOfPluginsOfClass:(Class) class thatRespondToSelector:(SEL) selector;
[all...]
H A DJVAppearancePreferences.h4 @class WebView;
5 @class NSPopUpButton;
6 @class NSTextView;
7 @class JVFontPreviewField;
8 @class NSTextField;
9 @class NSStepper;
10 @class NSSet;
11 @class NSDrawer;
12 @class NSTableView;
13 @class JVStyl
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DMVChatPluginManager.h4 @class NSMutableDictionary;
5 @class NSArray;
6 @class NSSet;
7 @class NSEnumerator;
19 - (NSSet *) pluginsThatRespondToSelector:(SEL) selector;
20 - (NSSet *) pluginsOfClass:(Class) class thatRespondToSelector:(SEL) selector;
23 - (NSEnumerator *) enumeratorOfPluginsThatRespondToSelector:(SEL) selector;
24 - (NSEnumerator *) enumeratorOfPluginsOfClass:(Class) class thatRespondToSelector:(SEL) selector;
[all...]
H A DJVAppearancePreferences.h4 @class WebView;
5 @class NSPopUpButton;
6 @class NSTextView;
7 @class JVFontPreviewField;
8 @class NSTextField;
9 @class NSStepper;
10 @class NSSet;
11 @class NSDrawer;
12 @class NSTableView;
13 @class JVStyl
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DMVChatPluginManager.h4 @class NSMutableDictionary;
5 @class NSArray;
6 @class NSSet;
7 @class NSEnumerator;
19 - (NSSet *) pluginsThatRespondToSelector:(SEL) selector;
20 - (NSSet *) pluginsOfClass:(Class) class thatRespondToSelector:(SEL) selector;
23 - (NSEnumerator *) enumeratorOfPluginsThatRespondToSelector:(SEL) selector;
24 - (NSEnumerator *) enumeratorOfPluginsOfClass:(Class) class thatRespondToSelector:(SEL) selector;
[all...]
H A DJVAppearancePreferences.h4 @class WebView;
5 @class NSPopUpButton;
6 @class NSTextView;
7 @class JVFontPreviewField;
8 @class NSTextField;
9 @class NSStepper;
10 @class NSSet;
11 @class NSDrawer;
12 @class NSTableView;
13 @class JVStyl
[all...]
/macosx-10.10/WebCore-7600.1.25/css/
H A DSelectorChecker.h39 class CSSSelector;
40 class Element;
41 class RenderScrollbar;
42 class RenderStyle;
44 class SelectorChecker {
50 enum class Mode : unsigned char {
57 // Initial selector constructor
58 SelectorCheckingContext(const CSSSelector* selector, Element* element, VisitedMatchType visitedMatchType) argument
59 : selector(selector)
73 const CSSSelector* selector; member in struct:WebCore::SelectorChecker::SelectorCheckingContext
108 isCommonPseudoClassSelector(const CSSSelector* selector) argument
130 checkExactAttribute(const Element* element, const CSSSelector* selector, const QualifiedName& selectorAttributeName, const AtomicStringImpl* value) argument
[all...]
H A DCSSSegmentedFontFace.h36 class CSSFontFace;
37 class CSSFontSelector;
38 class FontData;
39 class FontDescription;
40 class SegmentedFontData;
42 class CSSSegmentedFontFace : public RefCounted<CSSSegmentedFontFace> {
44 static PassRefPtr<CSSSegmentedFontFace> create(CSSFontSelector* selector) { return adoptRef(new CSSSegmentedFontFace(selector)); } argument
56 class LoadFontCallback : public RefCounted<LoadFontCallback> {
H A DRuleSet.h50 class CSSSelector;
51 class ContainerNode;
52 class MediaQueryEvaluator;
53 class StyleResolver;
54 class StyleRuleRegion;
55 class StyleSheetContents;
57 class RuleData {
65 const CSSSelector* selector() const { return m_rule->selectorList().selectorAt(m_selectorIndex); } function in class:WebCore::RuleData
91 dataLogF("RuleData compiled selector %d \"%s\"\n", m_compiledSelectorUseCount, selector()
143 RuleSetSelectorPair(const CSSSelector* selector, std::unique_ptr<RuleSet> ruleSet) argument
146 const CSSSelector* selector; member in struct:WebCore::RuleSet::RuleSetSelectorPair
[all...]
H A DCSSStyleSheet.h34 class CSSCharsetRule;
35 class CSSImportRule;
36 class CSSParser;
37 class CSSRule;
38 class CSSRuleList;
39 class CSSStyleSheet;
40 class CachedCSSStyleSheet;
41 class Document;
42 class MediaQuerySet;
43 class SecurityOrigi
[all...]
/macosx-10.10/WebKit-7600.1.25/mac/Plugins/
H A DWebPluginContainerCheck.h31 @class NSURLRequest;
32 @class NSString;
33 @class WebFrame;
34 @class WebView;
35 @class WebPolicyDecisionListener;
55 + (id)checkWithRequest:(NSURLRequest *)request target:(NSString *)target resultObject:(id)obj selector:(SEL)selector controller:(id <WebPluginContainerCheckController>)controller contextInfo:(id)/*optional*/contextInfo;
/macosx-10.10/WebKit-7600.1.25/mac/WebCoreSupport/
H A DWebCachedFramePlatformData.h33 class WebCachedFramePlatformData : public WebCore::CachedFramePlatformData {
37 virtual void clear() { wtfObjcMsgSend<void>(m_webDocumentView.get(), @selector(closeIfNotCurrentView)); }
/macosx-10.10/Security-57031.1.35/securityd/src/
H A Dacl_keychain.h38 // This is the actual subject implementation class
40 class KeychainPromptAclSubject : public SimpleAclSubject {
41 static const Version pumaVersion = 0; // 10.0, 10.1 -> default selector (not stored)
42 static const Version jaguarVersion = 1; // 10.2 et al -> first version selector
49 KeychainPromptAclSubject(string description, const CSSM_ACL_KEYCHAIN_PROMPT_SELECTOR &selector);
54 uint32_t selectorFlags() const { return selector.flags; }
60 class Maker : public AclSubject::Maker {
61 friend class KeychainPromptAclSubject;
73 CSSM_ACL_KEYCHAIN_PROMPT_SELECTOR selector; // selector structur member in class:KeychainPromptAclSubject
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A Dacl_process.h43 class AclProcessSubjectSelector
57 class ProcessAclSubject : public AclSubject {
62 ProcessAclSubject(const AclProcessSubjectSelector &selector) argument
64 select(selector) { }
72 class Environment : public virtual AclValidationEnvironment {
79 class Maker : public AclSubject::Maker {
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A Dacl_process.h43 class AclProcessSubjectSelector
57 class ProcessAclSubject : public AclSubject {
62 ProcessAclSubject(const AclProcessSubjectSelector &selector) argument
64 select(selector) { }
72 class Environment : public virtual AclValidationEnvironment {
79 class Maker : public AclSubject::Maker {
/macosx-10.10/WebCore-7600.1.25/dom/
H A DSelectorQuery.h41 class CSSSelector;
42 class ContainerNode;
43 class Document;
44 class Element;
45 class Node;
46 class NodeList;
48 class SelectorDataList {
57 SelectorData(const CSSSelector* selector, bool isFastCheckable) argument
58 : selector(selector)
66 const CSSSelector* selector; member in struct:WebCore::SelectorDataList::SelectorData
[all...]
/macosx-10.10/WebCore-7600.1.25/bindings/objc/
H A DWebScriptObject.h39 By default, no properties or functions are exported. A class must implement
109 @param selector The selector that will be exposed to the script environment.
110 @discussion Use the returned string as the exported name for the selector
111 in the script environment. It is the responsibility of the class to ensure
113 method is not implemented the default name for the selector will
115 Objective-C selector name and replaces ':' with '_'. '_' characters
122 @result Returns the name to be used to represent the specified selector in the
125 + (NSString *)webScriptNameForSelector:(SEL)selector WEBKIT_AVAILABLE_MAC(10_4);
129 @param selector Th
[all...]
/macosx-10.10/PowerManagement-494.1.2/AppleSmartBatteryManager/
H A DAppleSmartBatteryManagerUserClient.h52 class AppleSmartBatteryManager;
54 class AppleSmartBatteryManagerUserClient : public IOUserClient
58 friend class AppleSmartBatteryManager;
73 virtual IOReturn externalMethod( uint32_t selector,
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Modules/objc/
H A Dselector.h4 /* We have a small class-tree for selector/objective-C methods: A base type
26 * @param meth A selector object
64 int ObjC_SignatureForSelector(char* class_name, SEL selector, char* signature);
69 PyObject* PyObjCSelector_NewNative(Class class, SEL selector, const char* signature, int class_method) ;
75 PyObject* PyObjCSelector_New(PyObject* callable, SEL selector, char* signature, int class_method, Class class) ;
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/
H A Dselector.h4 /* We have a small class-tree for selector/objective-C methods: A base type
27 * @param meth A selector object
67 int ObjC_SignatureForSelector(char* class_name, SEL selector, char* signature);
72 PyObject* PyObjCSelector_NewNative(Class class, SEL selector, const char* signature, int class_method) ;
78 PyObject* PyObjCSelector_New(PyObject* callable, SEL selector, const char* signature, int class_method, Class class) ;
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/
H A Dselector.h4 /* We have a small class-tree for selector/objective-C methods: A base type
27 * @param meth A selector object
67 int ObjC_SignatureForSelector(char* class_name, SEL selector, char* signature);
72 PyObject* PyObjCSelector_NewNative(Class class, SEL selector, const char* signature, int class_method) ;
78 PyObject* PyObjCSelector_New(PyObject* callable, SEL selector, const char* signature, int class_method, Class class) ;
/macosx-10.10/tcl-105/tk/tk/macosx/
H A DtkMacOSXMenus.c44 action:@selector(preferences:) keyEquivalent:@","],
50 action:@selector(hide:) keyEquivalent:@"h"],
52 action:@selector(hideOtherApplications:) keyEquivalent:@"h"
56 action:@selector(unhideAllApplications:)],
60 action: @selector(terminate:) keyEquivalent:@"q"],
67 action:@selector(orderFrontStandardAboutPanel:)] atIndex:0];
72 action:@selector(tkSource:)],
74 action:@selector(tkDemo:)],
75 [NSMenuItem itemWithTitle:@"Close" action:@selector(performClose:)
80 [NSMenuItem itemWithTitle:@"Undo" action:@selector(und
[all...]
/macosx-10.10/WebKit-7600.1.25/mac/Panels/
H A DWebAuthenticationPanel.h34 @class NSURLAuthenticationChallenge;
49 SEL selector; variable
53 -(id)initWithCallback:(id)cb selector:(SEL)sel;
/macosx-10.10/objc4-646/runtime/Messengers.subproj/
H A Dobjc-msg-simulator-i386.s158 #define selector 8 define
173 #define class 4 define
175 // Selected field offsets in class structure
228 // Locate the implementation for a selector in a class method cache.
232 // ecx = selector to search for
233 // edx = class to search
237 // (not found) jumps to LCacheMiss, class still in edx
369 // ecx = selector
370 // edx = class t
[all...]
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebufferUserClient.h33 class IOFramebufferUserClient : public IOUserClient
49 virtual IOReturn externalMethod( uint32_t selector, IOExternalMethodArguments * args,
68 class IOFramebufferSharedUserClient : public IOUserClient

Completed in 210 milliseconds

1234