HomeSort by relevance Sort by last modified time
    Searched refs:setDelegate (Results 1 - 25 of 41) sorted by null

1 2

  /external/chromium/chrome/browser/ui/cocoa/location_bar/
autocomplete_text_field_editor.h 45 - (void)setDelegate:(AutocompleteTextField*)delegate;
  /external/webkit/Source/WebKit/mac/WebInspector/
WebNodeHighlighter.mm 66 [_currentHighlight setDelegate:self];
75 [_currentHighlight setDelegate:nil];
WebNodeHighlight.h 44 - (void)setDelegate:(id)delegate;
WebNodeHighlight.mm 141 - (void)setDelegate:(id)delegate
  /external/webkit/Source/WebKit/mac/WebView/
WebVideoFullscreenHUDWindowController.h 53 - (void)setDelegate:(id <WebVideoFullscreenHUDWindowControllerDelegate>)delegate;
WebVideoFullscreenController.h 60 - (void)setDelegate:(id <WebVideoFullscreenControllerDelegate>)delegate;
WebVideoFullscreenController.mm 174 - (void)setDelegate:(id <WebVideoFullscreenControllerDelegate>)delegate
200 [_hudController setDelegate:nil];
217 [_hudController setDelegate:self];
586 [_fullscreenAnimation setDelegate:self];
WebVideoFullscreenHUDWindowController.mm 153 [window setDelegate:self];
219 - (void)setDelegate:(id <WebVideoFullscreenHUDWindowControllerDelegate>)delegate
293 [window setDelegate:nil];
WebFullScreenController.mm 479 [zoomAnimation setDelegate:self];
613 [zoomAnimation setDelegate:self];
    [all...]
  /external/webkit/Source/WebKit/mac/Misc/
WebIconDatabase.h 141 - (void)setDelegate:(id)delegate;
  /external/webkit/Source/WebKit2/UIProcess/mac/
WebInspectorProxyMac.mm 104 [window setDelegate:m_inspectorProxyObjCAdapter.get()];
129 [m_inspectorWindow.get() setDelegate:nil];
  /external/emma/core/java12/com/vladium/util/
IProperties.java 120 ((PropertiesImpl) result).getLastProperties ().setDelegate ((PropertiesImpl) base);
201 scan.setDelegate (_delegateClone);
345 void setDelegate (final PropertiesImpl delegate)
  /external/jmdns/src/javax/jmdns/
JmDNS.java 431 public abstract Delegate setDelegate(Delegate value);
  /packages/apps/Email/src/com/android/email/view/
CertificateSelector.java 70 public void setDelegate(String uri) {
  /external/webkit/Source/WebKit2/WebProcess/FullScreen/mac/
WebFullScreenManagerMac.mm 210 [zoomAnimation setDelegate:m_enterFullScreenListener.get()];
262 [zoomAnimation setDelegate:m_exitFullScreenListener.get()];
  /packages/apps/Contacts/src/com/android/contacts/interactions/
TestLoaderManager.java 50 * mTestLoaderManager.setDelegate(loaderManager);
106 public void setDelegate(LoaderManager delegate) {
ContactDeletionInteraction.java 142 mTestLoaderManager.setDelegate(loaderManager);
  /external/webkit/Tools/WebKitLauncher/
WebKitNightlyEnablerSparkle.m 73 [panel setDelegate:self];
  /external/jmdns/src/javax/jmdns/impl/
JmmDNSImpl.java 342 ((ServiceInfoImpl) info).setDelegate(this);
357 ((ServiceInfoImpl) info).setDelegate(null);
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
FindIndicatorWindow.mm 93 [self setDelegate:self];
  /external/qemu/android/camera/
camera-capture-mac.m 193 [output_device setDelegate:self];
  /external/qemu/distrib/sdl-1.2.12/src/main/macosx/
SDLMain.m 226 [NSApp setDelegate:sdlMain];
  /external/webkit/Source/WebCore/platform/graphics/mac/
MediaPlayerPrivateQTKit.mm 473 // setDelegate: isn't a public call in Tiger, so use performSelector to keep the compiler happy
474 [m_qtMovieView.get() performSelector:@selector(setDelegate:) withObject:m_objcObserver.get()];
476 [m_qtMovieView.get() setDelegate:m_objcObserver.get()];
499 // setDelegate: isn't a public call in Tiger, so use performSelector to keep the compiler happy
500 [m_qtMovieView.get() performSelector:@selector(setDelegate:) withObject:nil];
502 [m_qtMovieView.get() setDelegate:nil];
    [all...]
  /external/webkit/Source/WebCore/platform/network/mac/
ResourceHandleMac.mm 71 // to disambiguate the argument type in the -setDelegate: call. This avoids a spurious
74 - (void)setDelegate:(id<NSURLConnectionDelegate>)delegate;
311 [static_cast<WebCoreNSURLConnectionDelegateProxy*>(d->m_proxy.get()) setDelegate:ResourceHandle::delegate()];
430 [d->m_proxy.get() setDelegate:nil];
453 [proxy setDelegate:nil];
    [all...]
  /external/webkit/Tools/DumpRenderTree/
LayoutTestController.h 97 void setCustomPolicyDelegate(bool setDelegate, bool permissive);

Completed in 1651 milliseconds

1 2