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

1 2 3

  /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];
  /external/webkit/Source/WebKit/mac/Misc/
WebIconDatabase.h 141 - (void)setDelegate:(id)delegate;
  /packages/apps/Gallery2/src/com/android/photos/
AlbumActivity.java 36 mMultiChoiceManager.setDelegate(albumFragment);
GalleryActivity.java 154 mActivity.mMultiChoiceManager.setDelegate((MultiChoiceManager.Delegate) object);
  /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) {
  /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.15/Xcode/TemplatesForXcodeLeopard/SDL Application/
SDLMain.m 225 [NSApp setDelegate:sdlMain];
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Cocoa Application/
SDLMain.m 225 [NSApp setDelegate:sdlMain];
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/
SDLMain.m 225 [NSApp setDelegate:sdlMain];
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Application/
SDLMain.m 225 [NSApp setDelegate:sdlMain];

Completed in 923 milliseconds

1 2 3