Home
last modified time | relevance | path

Searched refs:withObject (Results 1 – 24 of 24) sorted by relevance

/third_party/openh264/codec/build/iOS/dec/demo/demo/
DDEMOViewController.m70 [NSThread detachNewThreadSelector:@selector(processDecoderAll) toTarget:self withObject:nil];
76 [NSThread detachNewThreadSelector:@selector(processDecoderOne) toTarget:self withObject:nil];
82 … [self performSelectorOnMainThread:@selector(showAlertWnd) withObject:nil waitUntilDone:NO];
88 [self performSelectorOnMainThread:@selector(showAlertWnd) withObject:nil waitUntilDone:NO];
/third_party/skia/experimental/tskit/build/
Dexterns.js6 Module.withObject = function() {}; function
/third_party/skia/experimental/tskit/interface/
Dextension.ts24 CanvasKit.withObject = (obj: public_api.CompoundObj) => {
Dpublic_api.d.ts6 withObject(obj: CompoundObj): void; method
/third_party/skia/experimental/tskit/npm_build/types/
Dindex.d.ts24 withObject(obj: CompoundObj): void; method
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/
DSDL_cocoamessagebox.m115 withObject:alert
DSDL_cocoamouse.m191 withObject:[driverdata->nswindow contentView]
DSDL_cocoawindow.m383 …[nswindow performSelectorOnMainThread: @selector(toggleFullScreen:) withObject:nswindow waitUntilD…
/third_party/cef/tests/shared/browser/
Dmain_message_loop_external_pump_mac.mm135 withObject:number
/third_party/python/Mac/PythonLauncher/
DMyDocument.m120 [self performSelector:@selector(close) withObject:nil afterDelay:0.0];
/third_party/gstreamer/gstplugins_base/tests/examples/gl/cocoa/
Dcocoa-videooverlay.m143 [window performSelectorOnMainThread:@selector(customClose) withObject:nil waitUntilDone:YES];
/third_party/flutter/skia/third_party/externals/sdl/src/video/uikit/
DSDL_uikitappdelegate.m343 [self performSelector:@selector(hideLaunchScreen) withObject:nil afterDelay:0.0];
420 [self performSelector:@selector(postFinishLaunch) withObject:nil afterDelay:0.0];
/third_party/cef/libcef/browser/native/
Dbrowser_platform_delegate_native_mac.mm96 withObject:window
248 withObject:nil
/third_party/gstreamer/gstplugins_good/sys/osxvideo/
Dcocoawindow.m681 withObject:(id)closure waitUntilDone:YES];
697 withObject:superview waitUntilDone:YES];
Dosxvideosink.m110 withObject:data waitUntilDone:waitUntilDone];
156 withObject:nil waitUntilDone:NO];
/third_party/cef/tests/cefsimple/
Dcefsimple_mac.mm166 withObject:nil
/third_party/protobuf/objectivec/Tests/
DGPBTestUtilities.m1554 [message.repeatedStringArray replaceObjectAtIndex:1 withObject:@"515"];
1557 [message.repeatedBytesArray replaceObjectAtIndex:1 withObject:data];
1563 [message.repeatedGroupArray replaceObjectAtIndex:1 withObject:testAll];
1570 withObject:nestedMessage];
1576 withObject:foreignMessage];
1582 withObject:importMessage];
1589 [message.repeatedStringPieceArray replaceObjectAtIndex:1 withObject:@"524"];
1590 [message.repeatedCordArray replaceObjectAtIndex:1 withObject:@"525"];
DGPBArrayTests.m3601 [array2 replaceObjectAtIndex:0 withObject:@"foo"];
/third_party/skia/tools/sk_app/mac/
DWindow_mac.mm368 [self performSelector:@selector(keyUp:) withObject:event afterDelay:0.1];
/third_party/cef/tests/cefclient/
Dcefclient_mac.mm417 withObject:nil
/third_party/flutter/glfw/src/
Dcocoa_window.m899 [NSApp performSelector:setAppleMenuSelector withObject:appMenu];
917 withObject:nil];
/third_party/flutter/engine/flutter/shell/platform/darwin/ios/framework/Source/
Daccessibility_bridge.mm750 [object.parent.children replaceObjectAtIndex:positionInChildlist withObject:object];
/third_party/protobuf/objectivec/
DGPBArray.m2538 - (void)replaceObjectAtIndex:(NSUInteger)idx withObject:(id)anObject {
2539 [_array replaceObjectAtIndex:idx withObject:anObject];
DGPBMessage.m1934 [list replaceObjectAtIndex:idx withObject:value];