Home
last modified time | relevance | path

Searched refs:setDelegate (Results 1 – 25 of 25) sorted by relevance

/external/emma/core/java12/com/vladium/util/
DIProperties.java120 ((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/
DWebNodeHighlight.h44 - (void)setDelegate:(id)delegate;
DWebNodeHighlight.mm141 - (void)setDelegate:(id)delegate
/external/webkit/WebKit/mac/Misc/
DWebIconDatabase.h141 - (void)setDelegate:(id)delegate;
DWebNSFileManagerExtras.m277 …// 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,
DWebIconDatabase.mm203 - (void)setDelegate:(id)delegate
/external/webkit/WebKit/mac/WebCoreSupport/
DWebInspectorClient.mm255 [window setDelegate:self];
417 [_currentHighlight setDelegate:self];
426 [_currentHighlight setDelegate:nil];
/external/webkit/WebKitTools/DumpRenderTree/
DLayoutTestController.h67 void setCustomPolicyDelegate(bool setDelegate, bool permissive);
/external/webkit/WebKitTools/DumpRenderTree/gtk/
DLayoutTestControllerGtk.cpp155 void LayoutTestController::setCustomPolicyDelegate(bool setDelegate, bool permissive) in setCustomPolicyDelegate() argument
/external/webkit/WebKitTools/DumpRenderTree/mac/
DLayoutTestControllerMac.mm205 void LayoutTestController::setCustomPolicyDelegate(bool setDelegate, bool permissive)
207 if (setDelegate) {
/external/webkit/WebKitTools/DumpRenderTree/win/
DLayoutTestControllerWin.cpp280 void LayoutTestController::setCustomPolicyDelegate(bool setDelegate, bool permissive) in setCustomPolicyDelegate() argument
286 if (setDelegate) { in setCustomPolicyDelegate()
/external/webkit/WebCore/platform/graphics/mac/
DMediaPlayerPrivateQTKit.mm355 // 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];
DGraphicsLayerCA.mm1382 [propertyAnim setDelegate:m_animationDelegate.get()];
/external/webkit/WebKitTools/WebKitLauncher/
DWebKitNightlyEnablerSparkle.m80 [panel setDelegate:self];
/external/webkit/WebCore/platform/network/mac/
DResourceHandleMac.mm160 [d->m_proxy.get() setDelegate:ResourceHandle::delegate()];
307 [d->m_proxy.get() setDelegate:nil];
330 [proxy setDelegate:nil];
/external/webkit/WebKitTools/DrawTest/
DDrawTestToolbarController.m213 [toolbar setDelegate:self];
/external/webkit/WebKit/mac/WebView/
DWebTextCompletionController.mm99 [_tableView setDelegate:self];
DWebPDFView.mm328 [PDFSubview setDelegate:self];
/external/qemu/distrib/sdl-1.2.12/src/main/macosx/
DSDLMain.m226 [NSApp setDelegate:sdlMain];
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/
DSDL_QuartzVideo.m759 [ qz_window setDelegate:
/external/webkit/WebKit/mac/
DWebKit.order2446 -[WebNodeHighlight setDelegate:]
DChangeLog-2007-10-143056 (-[WebNodeHighlight setDelegate:]):
10962 (-[WebIconDatabase setDelegate:]):
13741 (-[WebIconDatabase setDelegate:]):
DChangeLog-2006-02-0927755 (-[WebResourceDelegateProxy setDelegate:]):
28319 (-[WebResourceDelegateProxy setDelegate:]):
30315 (-[WebResourceDelegateProxy setDelegate:]): don't retain the delegate
30607 (-[WebResourceDelegateProxy setDelegate:]): switches the resource delegate
DChangeLog-2002-12-0310802 (-[WebIconLoader setDelegate:]):
/external/webkit/WebCore/
DChangeLog-2008-08-1066650 Tiger build fix -- don't call QTMovieView setDelegate: directly because it's not public