Searched refs:selector (Results 51 - 75 of 299) sorted by relevance

1234567891011>>

/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebCachedFramePlatformData.h37 virtual void clear() { objc_msgSend(m_webDocumentView.get(), @selector(closeIfNotCurrentView)); }
/external/webkit/Tools/DumpRenderTree/
H A DStorageTrackerDelegate.mm41 [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(originModified:) name:WebStorageDidModifyOriginNotification object:nil];
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
H A DSelectionKeyTest.java36 Selector selector; field in class:SelectionKeyTest
46 selector = Selector.open();
49 selectionKey = sc.register(selector, SelectionKey.OP_CONNECT);
55 selector.close();
56 selector = null;
91 public Selector selector() { method in class:SelectionKeyTest.MockSelectionKey
198 selector.close();
304 selector.select();
314 * @tests java.nio.channels.SelectionKey#selector()
317 assertSame(selector, selectionKe
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
H A DSDL_QuartzWindow.m189 selector:@selector(appDidHide:) name:NSApplicationDidHideNotification object:NSApp ];
192 selector:@selector(appDidUnhide:) name:NSApplicationDidUnhideNotification object:NSApp ];
195 selector:@selector(appWillUnhide:) name:NSApplicationWillUnhideNotification object:NSApp ];
/external/webkit/Tools/DumpRenderTree/mac/
H A DEventSendingController.mm123 if (aSelector == @selector(beginDragWithFiles:)
124 || aSelector == @selector(clearKillRing)
125 || aSelector == @selector(contextClick)
126 || aSelector == @selector(enableDOMUIEventLogging:)
127 || aSelector == @selector(fireKeyboardEventsToElement:)
128 || aSelector == @selector(keyDown:withModifiers:withLocation:)
129 || aSelector == @selector(leapForward:)
130 || aSelector == @selector(mouseDown:withModifiers:)
131 || aSelector == @selector(mouseMoveToX:Y:)
132 || aSelector == @selector(mouseU
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwpa_auth_ie.c371 u32 selector; local
395 selector = RSN_AUTH_KEY_MGMT_UNSPEC_802_1X;
400 selector = RSN_AUTH_KEY_MGMT_FT_802_1X;
402 selector = RSN_AUTH_KEY_MGMT_FT_PSK;
406 selector = RSN_AUTH_KEY_MGMT_802_1X_SHA256;
408 selector = RSN_AUTH_KEY_MGMT_PSK_SHA256;
411 selector = RSN_AUTH_KEY_MGMT_UNSPEC_802_1X;
413 selector = RSN_AUTH_KEY_MGMT_PSK_OVER_802_1X;
414 wpa_auth->dot11RSNAAuthenticationSuiteSelected = selector;
416 selector
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dwpa_auth_ie.c371 u32 selector; local
395 selector = RSN_AUTH_KEY_MGMT_UNSPEC_802_1X;
400 selector = RSN_AUTH_KEY_MGMT_FT_802_1X;
402 selector = RSN_AUTH_KEY_MGMT_FT_PSK;
406 selector = RSN_AUTH_KEY_MGMT_802_1X_SHA256;
408 selector = RSN_AUTH_KEY_MGMT_PSK_SHA256;
411 selector = RSN_AUTH_KEY_MGMT_UNSPEC_802_1X;
413 selector = RSN_AUTH_KEY_MGMT_PSK_OVER_802_1X;
414 wpa_auth->dot11RSNAAuthenticationSuiteSelected = selector;
416 selector
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwpa_auth_ie.c371 u32 selector; local
395 selector = RSN_AUTH_KEY_MGMT_UNSPEC_802_1X;
400 selector = RSN_AUTH_KEY_MGMT_FT_802_1X;
402 selector = RSN_AUTH_KEY_MGMT_FT_PSK;
406 selector = RSN_AUTH_KEY_MGMT_802_1X_SHA256;
408 selector = RSN_AUTH_KEY_MGMT_PSK_SHA256;
411 selector = RSN_AUTH_KEY_MGMT_UNSPEC_802_1X;
413 selector = RSN_AUTH_KEY_MGMT_PSK_OVER_802_1X;
414 wpa_auth->dot11RSNAAuthenticationSuiteSelected = selector;
416 selector
[all...]
/external/webkit/Source/WebKit/mac/DefaultDelegates/
H A DWebDefaultContextMenuDelegate.mm68 action = @selector(copy:);
72 action = @selector(goBack:);
76 action = @selector(goForward:);
80 action = @selector(stopLoading:);
84 action = @selector(reload:);
88 action = @selector(_searchWithSpotlightFromMenu:);
92 action = @selector(_searchWithGoogleFromMenu:);
96 action = @selector(_lookUpInDictionaryFromMenu:);
100 action = @selector(_openFrameInNewWindowFromMenu:);
/external/webkit/Source/WebCore/platform/network/mac/
H A DCookieStorageMac.mm61 [self performSelectorOnMainThread:@selector(notifyCookiesChangedOnMainThread) withObject:nil waitUntilDone:FALSE];
66 [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(cookiesChangedNotificationHandler:) name:NSHTTPCookieManagerCookiesChangedNotification object:[NSHTTPCookieStorage sharedHTTPCookieStorage]];
/external/webkit/Source/WebCore/svg/
H A DSVGFEDisplacementMapElement.cpp101 ChannelSelectorType selector = static_cast<ChannelSelectorType>(xChannelSelector()); local
102 if (CHANNEL_UNKNOWN > selector || selector > CHANNEL_A)
106 ChannelSelectorType selector = static_cast<ChannelSelectorType>(yChannelSelector()); local
107 if (CHANNEL_UNKNOWN > selector || selector > CHANNEL_A)
/external/webkit/Source/WebKit/mac/Misc/
H A DWebNSObjectExtras.mm58 [invocation performSelectorOnMainThread:@selector(_webkit_invokeAndHandleException:) withObject:self waitUntilDone:YES];
72 - (NSMethodSignature *)methodSignatureForSelector:(SEL)selector
74 return [target methodSignatureForSelector:selector];
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
H A DX509CertSelectorTest.java126 X509CertSelector selector = new X509CertSelector();
128 selector.setSubjectPublicKey(enc);
129 PublicKey key = selector.getSubjectPublicKey();
/external/webkit/Source/WebKit/mac/WebInspector/
H A DWebNodeHighlight.mm95 [notificationCenter addObserver:self selector:@selector(_repositionHighlightWindow) name:NSViewFrameDidChangeNotification object:v];
96 [notificationCenter addObserver:self selector:@selector(_repositionHighlightWindow) name:NSViewBoundsDidChangeNotification object:v];
99 if (_delegate && [_delegate respondsToSelector:@selector(didAttachWebNodeHighlight:)])
115 if (_delegate && [_delegate respondsToSelector:@selector(willDetachWebNodeHighlight:)])
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/selector/
H A DMSOutlookKeyIdCalculator.java1 package org.bouncycastle.cert.selector;
/external/chromium/chrome/browser/ui/cocoa/
H A Drwhvm_editcommand_helper.h44 // Each selector is connected to a single c method which forwards the message
52 // SEL - the objc selector currently associated with an NSMenuItem.
58 // Converts an editing selector into a command name that can be sent to
60 static NSString* CommandNameForSelector(SEL selector);
/external/doclava/res/assets/templates/components/
H A Dapi_filter.cs1 <?cs # The default API filter selector that goes in the header ?><?cs
/external/webkit/Source/WebCore/css/
H A DCSSParserValues.cpp100 CSSParserSelector* selector = m_tagHistory.leakPtr(); local
102 toDelete.append(selector);
103 CSSParserSelector* next = selector->m_tagHistory.leakPtr();
106 selector = next;
H A DCSSStyleSheet.idl37 long addRule(in DOMString selector,
/external/webkit/Source/WebCore/platform/mac/
H A DWebCoreObjCExtras.mm68 Method method = class_getInstanceMethod(pair->first, @selector(dealloc));
71 imp(pair->second, @selector(dealloc));
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/
H A DFuzzy.m51 SEL synpred9_FuzzySelector = @selector(synpred9_Fuzzy_fragment);
53 SEL synpred2_FuzzySelector = @selector(synpred2_Fuzzy_fragment);
55 SEL synpred7_FuzzySelector = @selector(synpred7_Fuzzy_fragment);
57 SEL synpred4_FuzzySelector = @selector(synpred4_Fuzzy_fragment);
59 SEL synpred8_FuzzySelector = @selector(synpred8_Fuzzy_fragment);
61 SEL synpred6_FuzzySelector = @selector(synpred6_Fuzzy_fragment);
63 SEL synpred5_FuzzySelector = @selector(synpred5_Fuzzy_fragment);
65 SEL synpred3_FuzzySelector = @selector(synpred3_Fuzzy_fragment);
67 SEL synpred1_FuzzySelector = @selector(synpred1_Fuzzy_fragment);
1912 if ( ([self evaluateSyntacticPredicate:@selector(synpred1_Fuzzy_fragmen
[all...]
/external/webkit/Source/WebKit/mac/WebView/
H A DWebVideoFullscreenHUDWindowController.mm226 [NSObject cancelPreviousPerformRequestsWithTarget:self selector:@selector(unscheduleTimeUpdate) object:self];
236 _timelineUpdateTimer = [[NSTimer timerWithTimeInterval:0.25 target:self selector:@selector(updateTime) userInfo:nil repeats:YES] retain];
246 [NSObject cancelPreviousPerformRequestsWithTarget:self selector:@selector(unscheduleTimeUpdate) object:nil];
267 [NSObject cancelPreviousPerformRequestsWithTarget:self selector:@selector(fadeWindowOut) object:nil];
269 [self performSelector:@selector(fadeWindowOut) withObject:nil afterDelay:HUDWindowFadeOutDelay];
280 [self performSelector:@selector(unscheduleTimeUpdat
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
H A DX509Store.java75 public Collection getMatches(Selector selector) argument
77 return _spi.engineGetMatches(selector);
/external/webkit/Source/WebCore/bindings/objc/
H A DWebScriptObject.h108 @param selector The selector that will be exposed to the script environment.
109 @discussion Use the returned string as the exported name for the selector
112 method is not implemented the default name for the selector will
114 Objective-C selector name and replaces ':' with '_'. '_' characters
121 @result Returns the name to be used to represent the specified selector in the
124 + (NSString *)webScriptNameForSelector:(SEL)selector;
128 @param selector The selector the will be exposed to the script environment.
129 @discussion Return NO to export the selector t
[all...]
/external/webkit/Source/WebKit/mac/Panels/
H A DWebAuthenticationPanel.h47 SEL selector; variable
51 -(id)initWithCallback:(id)cb selector:(SEL)sel;

Completed in 1272 milliseconds

1234567891011>>