Searched refs:setDelegate (Results 1 - 23 of 23) sorted by relevance

/external/webkit/WebKit/mac/WebInspector/
H A DWebNodeHighlight.h44 - (void)setDelegate:(id)delegate;
H A DWebNodeHighlight.mm141 - (void)setDelegate:(id)delegate
/external/webkit/WebKit/mac/WebView/
H A DWebVideoFullscreenHUDWindowController.h53 - (void)setDelegate:(id <WebVideoFullscreenHUDWindowControllerDelegate>)delegate;
H A DWebVideoFullscreenController.h56 - (void)setDelegate:(id <WebVideoFullscreenControllerDelegate>)delegate;
H A DWebVideoFullscreenController.mm128 - (void)setDelegate:(id <WebVideoFullscreenControllerDelegate>)delegate;
149 [_hudController setDelegate:nil];
166 [_hudController setDelegate:self];
407 [_fullscreenAnimation setDelegate:self];
H A DWebVideoFullscreenHUDWindowController.mm154 [window setDelegate:self];
220 - (void)setDelegate:(id <WebVideoFullscreenHUDWindowControllerDelegate>)delegate
294 [window setDelegate:nil];
H A DWebTextCompletionController.mm100 [_tableView setDelegate:self];
H A DWebPDFView.mm328 [PDFSubview setDelegate:self];
/external/webkit/WebKit/mac/Misc/
H A DWebIconDatabase.h141 - (void)setDelegate:(id)delegate;
H A DWebIconDatabase.mm203 - (void)setDelegate:(id)delegate
/external/emma/core/java12/com/vladium/util/
H A DIProperties.java120 ((PropertiesImpl) result).getLastProperties ().setDelegate ((PropertiesImpl) base);
201 scan.setDelegate (_delegateClone);
345 void setDelegate (final PropertiesImpl delegate) method in class:IProperties.Factory.PropertiesImpl
/external/webkit/WebKitTools/WebKitLauncher/
H A DWebKitNightlyEnablerSparkle.m73 [panel setDelegate:self];
/external/webkit/WebKit/mac/WebCoreSupport/
H A DWebInspectorClient.mm256 [window setDelegate:self];
418 [_currentHighlight setDelegate:self];
427 [_currentHighlight setDelegate:nil];
/external/webkit/WebKitTools/DumpRenderTree/
H A DLayoutTestController.h75 void setCustomPolicyDelegate(bool setDelegate, bool permissive);
/external/qemu/distrib/sdl-1.2.12/src/main/macosx/
H A DSDLMain.m226 [NSApp setDelegate:sdlMain];
/external/webkit/WebCore/platform/graphics/mac/
H A DMediaPlayerPrivateQTKit.mm359 // setDelegate: isn't a public call in Tiger, so use performSelector to keep the compiler happy
360 [m_qtMovieView.get() performSelector:@selector(setDelegate:) withObject:m_objcObserver.get()];
362 [m_qtMovieView.get() setDelegate:m_objcObserver.get()];
385 // setDelegate: isn't a public call in Tiger, so use performSelector to keep the compiler happy
386 [m_qtMovieView.get() performSelector:@selector(setDelegate:) withObject:nil];
388 [m_qtMovieView.get() setDelegate:nil];
H A DGraphicsLayerCA.mm1869 [propertyAnim setDelegate:m_animationDelegate.get()];
/external/webkit/WebKitTools/DumpRenderTree/mac/
H A DLayoutTestControllerMac.mm255 void LayoutTestController::setCustomPolicyDelegate(bool setDelegate, bool permissive)
257 if (setDelegate) {
/external/webkit/WebCore/platform/network/mac/
H A DResourceHandleMac.mm174 [d->m_proxy.get() setDelegate:ResourceHandle::delegate()];
350 [d->m_proxy.get() setDelegate:nil];
373 [proxy setDelegate:nil];
/external/webkit/WebKitTools/DumpRenderTree/gtk/
H A DLayoutTestControllerGtk.cpp216 void LayoutTestController::setCustomPolicyDelegate(bool setDelegate, bool permissive) argument
/external/webkit/WebKitTools/DumpRenderTree/win/
H A DLayoutTestControllerWin.cpp302 void LayoutTestController::setCustomPolicyDelegate(bool setDelegate, bool permissive) argument
308 if (setDelegate) {
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/
H A DSDL_QuartzVideo.m759 [ qz_window setDelegate:
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 99 milliseconds