HomeSort by relevance Sort by last modified time
    Searched refs:selector (Results 76 - 100 of 313) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzWindow.m 190 selector:@selector(appDidHide:) name:NSApplicationDidHideNotification object:NSApp ];
193 selector:@selector(appDidUnhide:) name:NSApplicationDidUnhideNotification object:NSApp ];
196 selector:@selector(appWillUnhide:) name:NSApplicationWillUnhideNotification object:NSApp ];
  /external/webkit/Source/WebKit/mac/WebInspector/
WebNodeHighlight.mm 95 [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:)])
  /packages/apps/Exchange/src/com/android/exchange/
EmailSyncAlarmReceiver.java 68 // Get a selector for EAS accounts (we don't want to sync on changes to POP/IMAP messages)
69 String selector = ExchangeService.getEasAccountSelector(); local
73 Cursor c = cr.query(Message.DELETED_CONTENT_URI, MAILBOX_DATA_PROJECTION, selector,
90 c = cr.query(Message.UPDATED_CONTENT_URI, MAILBOX_DATA_PROJECTION, selector,
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
find.h 52 * @param selector Functionality (e. g. std::find_if (), std::equal(),...)
58 typename Selector>
61 RandomAccessIterator2 begin2, Pred pred, Selector selector)
66 return find_template(begin1, end1, begin2, pred, selector,
69 return find_template(begin1, end1, begin2, pred, selector,
72 return find_template(begin1, end1, begin2, pred, selector,
89 * @param selector Functionality (e. g. std::find_if (), std::equal(),...)
95 typename Selector>
101 Selector selector
    [all...]
  /external/webkit/Source/WebCore/css/
CSSParserValues.cpp 100 CSSParserSelector* selector = m_tagHistory.leakPtr(); local
102 toDelete.append(selector);
103 CSSParserSelector* next = selector->m_tagHistory.leakPtr();
106 selector = next;
CSSStyleSheet.idl 37 long addRule(in DOMString selector,
  /external/webkit/Source/WebCore/platform/mac/
WebCoreObjCExtras.mm 68 Method method = class_getInstanceMethod(pair->first, @selector(dealloc));
71 imp(pair->second, @selector(dealloc));
  /libcore/luni/src/main/java/java/nio/channels/
SelectionKey.java 21 * selector for which the channel is registered.
97 * another ongoing call to a method of this selector has finished. The
98 * reason is that it is synchronizing on the key set of the selector. After
101 * selector.
213 * Gets the selector for which this key's channel is registered.
215 * @return the related selector.
217 public abstract Selector selector(); method in class:SelectionKey
  /libcore/luni/src/main/java/java/security/cert/
CertStore.java 230 * @param selector
231 * the selector containing the criteria to search for
234 * specified selector.
238 public final Collection<? extends Certificate> getCertificates(CertSelector selector)
240 return spiImpl.engineGetCertificates(selector);
247 * @param selector
248 * the selector containing the criteria to search for certificate
251 * selector
255 public final Collection<? extends CRL> getCRLs(CRLSelector selector)
257 return spiImpl.engineGetCRLs(selector);
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebVideoFullscreenHUDWindowController.mm 226 [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(unscheduleTimeUpdate) withObject:nil afterDelay:1]
    [all...]
WebPDFView.mm 251 // was using the old jumpToSelection selector in its menu. Newer versions of Safari will us the
252 // selector centerSelectionInVisibleArea. We'll leave this old selector in place for two reasons:
254 // might be using the jumpToSelection: selector, and we don't want to break them.
325 PDFSubview = [[previewView performSelector:@selector(pdfView)] retain];
363 NSMenuItem *item = [[NSMenuItem alloc] initWithTitle:title action:@selector(_openWithFinder:) keyEquivalent:@""];
432 selector:@selector(_trackFirstResponder)
437 selector:@selector(_scaleOrDisplayModeOrPageChanged:)
    [all...]
WebScriptDebugger.mm 101 CallScriptDebugDelegate(implementations->didEnterCallFrameFunc, webView, @selector(webView:didEnterCallFrame:sourceId:line:forWebFrame:), m_topCallFrame.get(), static_cast<NSInteger>(0), -1, webFrame);
125 CallScriptDebugDelegate(implementations->didParseSourceFunc, webView, @selector(webView:didParseSource:baseLineNumber:fromURL:sourceId:forWebFrame:), nsSource, firstLine, nsURL, sourceProvider->asID(), webFrame);
127 CallScriptDebugDelegate(implementations->didParseSourceFunc, webView, @selector(webView:didParseSource:fromURL:sourceId:forWebFrame:), nsSource, [nsURL absoluteString], sourceProvider->asID(), webFrame);
135 CallScriptDebugDelegate(implementations->failedToParseSourceFunc, webView, @selector(webView:failedToParseSource:baseLineNumber:fromURL:withError:forWebFrame:), nsSource, firstLine, nsURL, error, webFrame);
158 CallScriptDebugDelegate(implementations->didEnterCallFrameFunc, webView, @selector(webView:didEnterCallFrame:sourceId:line:forWebFrame:), m_topCallFrame.get(), sourceID, lineNumber, webFrame);
177 CallScriptDebugDelegate(implementations->willExecuteStatementFunc, webView, @selector(webView:willExecuteStatement:sourceId:line:forWebFrame:), m_topCallFrame.get(), sourceID, lineNumber, webFrame);
196 CallScriptDebugDelegate(implementations->willLeaveCallFrameFunc, webView, @selector(webView:willLeaveCallFrame:sourceId:line:forWebFrame:), m_topCallFrame.get(), sourceID, lineNumber, webFrame);
218 CallScriptDebugDelegate(cache->exceptionWasRaisedFunc, webView, @selector(webView:exceptionWasRaised:hasHandler:sourceId:line:forWebFrame:), m_topCallFrame.get(), hasHandler, sourceID, lineNumber, webFrame);
220 CallScriptDebugDelegate(cache->exceptionWasRaisedFunc, webView, @selector(webView:exceptionWasRaised:sourceId:line:forWebFrame:), m_topCallFrame.get(), sourceID, lineNumber, webFrame);
WebVideoFullscreenController.mm 135 [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(applicationDidResignActive:) name:NSApplicationDidResignActiveNotification object:NSApp];
136 [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(applicationDidChangeScreenParameters:) name:NSApplicationDidChangeScreenParametersNotification object:NSApp];
161 selector:@selector(rateChanged:)
237 BOOL isOnActiveSpace = ([fullscreenWindow respondsToSelector:@selector(isOnActiveSpace)] ? [fullscreenWindow isOnActiveSpace] : YES);
310 [[self fullscreenWindow] animateFromRect:frame toRect:endFrame withSubAnimation:_fadeAnimation controllerAction:@selector(windowDidEnterFullscreen)];
335 [[self fullscreenWindow] animateFromRect:[[self window] frame] toRect:endFrame withSubAnimation:_fadeAnimation controllerAction:@selector(windowDidExitFullscreen)];
368 if ([NSApp respondsToSelector:@selector(setPresentationOptions:)]
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/x509/
X509Store.java 3 import org.bouncycastle.util.Selector;
75 public Collection getMatches(Selector selector)
77 return _spi.engineGetMatches(selector);
  /external/webkit/Source/WebCore/bindings/objc/
WebScriptObject.h 108 @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 to the script environment
    [all...]
  /external/webkit/Source/WebKit/mac/Panels/
WebAuthenticationPanel.h 47 SEL selector; variable
51 -(id)initWithCallback:(id)cb selector:(SEL)sel;
WebAuthenticationPanel.m 45 -(id)initWithCallback:(id)cb selector:(SEL)sel
50 selector = sel;
232 [callback performSelector:selector withObject:chall withObject:credential];
246 [[NSApplication sharedApplication] beginSheet:panel modalForWindow:window modalDelegate:self didEndSelector:@selector(sheetDidEnd:returnCode:contextInfo:) contextInfo:NULL];
265 [callback performSelector:selector withObject:chall withObject:credential];
283 if (theAction == @selector(terminate:)) {
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 58 /// [LIBUNWIND] Look for the 'best' llvm.eh.selector instruction for
69 // Immediately accept an eh.selector in the same block as the
73 // Otherwise, use the first selector we see.
80 /// [LIBUNWIND] Find the (possibly absent) call to @llvm.eh.selector
111 // *anything* to the CFG, including leaving the selector
113 // to (1) prohibit transforms which move the exception or selector
145 // Look for a selector call for the exception we found.
146 EHSelectorInst *selector = findSelectorForException(exn); local
147 if (!selector) return 0;
153 selector->moveBefore(lpad->getFirstNonPHI())
    [all...]
  /external/qemu/target-i386/
op_helper.c 138 int selector)
144 if (selector & 0x4)
148 index = selector & ~7;
179 static inline void load_seg_vm(int seg, int selector)
181 selector &= 0xffff;
182 cpu_x86_load_seg_cache(env, seg, selector,
183 (selector << 4), 0xffff, 0);
211 raise_exception_err(EXCP0A_TSS, env->tr.selector & 0xfffc);
222 static void tss_load_seg(int seg_reg, int selector)
227 if ((selector & 0xfffc) != 0)
662 int type, dpl, selector, ss_dpl, cpl; local
887 int type, dpl, selector, cpl, ist; local
1010 int selector; local
1065 int cpl, selector; local
1132 int selector; local
2316 uint32_t e1, e2, cpl, dpl, rpl, selector, offset, param_count; local
3302 uint32_t e1, e2, eflags, selector; local
3346 uint32_t e1, e2, eflags, selector; local
3392 uint32_t e1, e2, eflags, selector; local
3425 uint32_t e1, e2, eflags, selector; local
    [all...]
  /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/spi/
AbstractSelectionKeyTest.java 21 import java.nio.channels.Selector;
29 * @tests AbstractSelectionKey#isValid() without selector
45 // expected: no selector available
60 public Selector selector() { method in class:AbstractSelectionKeyTest.MockSelectionKey
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_model_observer_for_cocoa.h 5 // C++ bridge class to send a selector to a Cocoa object when the
32 // When |node| in |model| changes, send |selector| to |object|.
33 // Assumes |selector| is a selector that takes one arg, like an
44 SEL selector);
  /external/chromium/chrome/browser/ui/cocoa/
test_event_utils.h 15 // Within a given scope, replace the selector |selector| on |target| with that
19 ScopedClassSwizzler(Class target, Class source, SEL selector);
  /external/openssl/crypto/asn1/
tasn_utl.c 73 * the selector value
83 * the selector value, return old value.
216 /* Handle ANY DEFINED BY template, find the selector, look up
225 long selector; local
234 /* Get the selector field */
250 selector = OBJ_obj2nid((ASN1_OBJECT *)*sfld);
252 selector = ASN1_INTEGER_get((ASN1_INTEGER *)*sfld);
263 if (atbl->value == selector)
  /external/webkit/Source/JavaScriptCore/wtf/mac/
MainThreadMac.mm 116 [staticMainThreadCaller performSelectorOnMainThread:@selector(call) withObject:nil waitUntilDone:NO];
122 [staticMainThreadCaller performSelector:@selector(call) onThread:mainThreadNSThread withObject:nil waitUntilDone:NO];
  /external/webkit/Source/WebCore/bridge/jni/
jni_objc.mm 57 if ([view respondsToSelector:@selector(webPlugInCallJava:isStatic:returnType:method:arguments:callingURL:exceptionDescription:)]) {
74 else if ([view respondsToSelector:@selector(webPlugInCallJava:method:returnType:arguments:)]) {

Completed in 799 milliseconds

1 2 34 5 6 7 8 91011>>