/external/emma/core/java12/com/vladium/util/ |
D | IProperties.java | 120 ((PropertiesImpl) result).getLastProperties ().setDelegate ((PropertiesImpl) base); in combine() 201 scan.setDelegate (_delegateClone); in copy() 345 void setDelegate (final PropertiesImpl delegate) in setDelegate() method in IProperties.Factory.PropertiesImpl
|
/external/webkit/WebKit/mac/WebInspector/ |
D | WebNodeHighlight.h | 44 - (void)setDelegate:(id)delegate;
|
D | WebNodeHighlight.mm | 141 - (void)setDelegate:(id)delegate
|
/external/webkit/WebKit/mac/Misc/ |
D | WebIconDatabase.h | 141 - (void)setDelegate:(id)delegate;
|
D | WebNSFileManagerExtras.m | 277 …// expecting that would need to call setDelegate: first which will generate a compile-time warning, 286 …// expecting that would need to call setDelegate: first which will generate a compile-time warning,
|
D | WebIconDatabase.mm | 203 - (void)setDelegate:(id)delegate
|
/external/webkit/WebKit/mac/WebCoreSupport/ |
D | WebInspectorClient.mm | 255 [window setDelegate:self]; 417 [_currentHighlight setDelegate:self]; 426 [_currentHighlight setDelegate:nil];
|
/external/webkit/WebKitTools/DumpRenderTree/ |
D | LayoutTestController.h | 67 void setCustomPolicyDelegate(bool setDelegate, bool permissive);
|
/external/webkit/WebKitTools/DumpRenderTree/gtk/ |
D | LayoutTestControllerGtk.cpp | 155 void LayoutTestController::setCustomPolicyDelegate(bool setDelegate, bool permissive) in setCustomPolicyDelegate() argument
|
/external/webkit/WebKitTools/DumpRenderTree/mac/ |
D | LayoutTestControllerMac.mm | 205 void LayoutTestController::setCustomPolicyDelegate(bool setDelegate, bool permissive) 207 if (setDelegate) {
|
/external/webkit/WebKitTools/DumpRenderTree/win/ |
D | LayoutTestControllerWin.cpp | 280 void LayoutTestController::setCustomPolicyDelegate(bool setDelegate, bool permissive) in setCustomPolicyDelegate() argument 286 if (setDelegate) { in setCustomPolicyDelegate()
|
/external/webkit/WebCore/platform/graphics/mac/ |
D | MediaPlayerPrivateQTKit.mm | 355 // setDelegate: isn't a public call in Tiger, so use performSelector to keep the compiler happy 356 … [m_qtMovieView.get() performSelector:@selector(setDelegate:) withObject:m_objcObserver.get()]; 358 [m_qtMovieView.get() setDelegate:m_objcObserver.get()]; 381 … // setDelegate: isn't a public call in Tiger, so use performSelector to keep the compiler happy 382 [m_qtMovieView.get() performSelector:@selector(setDelegate:) withObject:nil]; 384 [m_qtMovieView.get() setDelegate:nil];
|
D | GraphicsLayerCA.mm | 1382 [propertyAnim setDelegate:m_animationDelegate.get()];
|
/external/webkit/WebKitTools/WebKitLauncher/ |
D | WebKitNightlyEnablerSparkle.m | 80 [panel setDelegate:self];
|
/external/webkit/WebCore/platform/network/mac/ |
D | ResourceHandleMac.mm | 160 [d->m_proxy.get() setDelegate:ResourceHandle::delegate()]; 307 [d->m_proxy.get() setDelegate:nil]; 330 [proxy setDelegate:nil];
|
/external/webkit/WebKitTools/DrawTest/ |
D | DrawTestToolbarController.m | 213 [toolbar setDelegate:self];
|
/external/webkit/WebKit/mac/WebView/ |
D | WebTextCompletionController.mm | 99 [_tableView setDelegate:self];
|
D | WebPDFView.mm | 328 [PDFSubview setDelegate:self];
|
/external/qemu/distrib/sdl-1.2.12/src/main/macosx/ |
D | SDLMain.m | 226 [NSApp setDelegate:sdlMain];
|
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/ |
D | SDL_QuartzVideo.m | 759 [ qz_window setDelegate:
|
/external/webkit/WebKit/mac/ |
D | WebKit.order | 2446 -[WebNodeHighlight setDelegate:]
|
D | ChangeLog-2007-10-14 | 3056 (-[WebNodeHighlight setDelegate:]): 10962 (-[WebIconDatabase setDelegate:]): 13741 (-[WebIconDatabase setDelegate:]):
|
D | ChangeLog-2006-02-09 | 27755 (-[WebResourceDelegateProxy setDelegate:]): 28319 (-[WebResourceDelegateProxy setDelegate:]): 30315 (-[WebResourceDelegateProxy setDelegate:]): don't retain the delegate 30607 (-[WebResourceDelegateProxy setDelegate:]): switches the resource delegate
|
D | ChangeLog-2002-12-03 | 10802 (-[WebIconLoader setDelegate:]):
|
/external/webkit/WebCore/ |
D | ChangeLog-2008-08-10 | 66650 Tiger build fix -- don't call QTMovieView setDelegate: directly because it's not public
|