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

12

/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DSettingsDelegate.cpp42 m_settings->setDelegate(this);
48 m_settings->setDelegate(0);
H A DSettings.h70 void setDelegate(SettingsDelegate*);
H A DSettings.cpp86 void Settings::setDelegate(SettingsDelegate* delegate) function in class:blink::Settings
/external/chromium_org/third_party/libjingle/source/talk/examples/objc/AppRTCDemo/mac/
H A Dmain.m36 [NSApp setDelegate:delegate];
H A DAPPRTCViewController.m171 [_roomField setDelegate:self];
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/
H A Dautocomplete_text_field_editor.h45 - (void)setDelegate:(AutocompleteTextField*)delegate;
/external/chromium_org/chrome/browser/ui/cocoa/omnibox/
H A Domnibox_popup_matrix.h39 - (void)setDelegate:(OmniboxPopupMatrixDelegate*)delegate;
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
H A DAwLayoutSizerTest.java67 layoutSizer.setDelegate(delegate);
88 layoutSizer.setDelegate(delegate);
104 layoutSizer.setDelegate(delegate);
122 layoutSizer.setDelegate(delegate);
140 layoutSizer.setDelegate(delegate);
164 layoutSizer.setDelegate(delegate);
190 layoutSizer.setDelegate(delegate);
228 layoutSizer.setDelegate(delegate);
247 layoutSizer.setDelegate(delegate);
265 layoutSizer.setDelegate(delegat
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/mac/
H A DNSScrollerImpDetails.h65 - (void)setDelegate:(id)delegate;
86 - (void)setDelegate:(id)delegate;
H A DScrollAnimatorMac.mm679 [m_scrollbarPainterController.get() setDelegate:m_scrollbarPainterControllerDelegate.get()];
689 [m_scrollbarPainterController.get() setDelegate:nil];
964 [painter setDelegate:m_verticalScrollbarPainterDelegate.get()];
983 [painter setDelegate:nil];
999 [painter setDelegate:m_horizontalScrollbarPainterDelegate.get()];
1018 [painter setDelegate:nil];
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/password_manager/
H A DPasswordAuthenticationManager.java99 public static void setDelegate(PasswordAuthenticationDelegate delegate) { method in class:PasswordAuthenticationManager
/external/chromium_org/ui/app_list/cocoa/
H A Dapp_list_view_controller.h60 - (void)setDelegate:(app_list::AppListViewDelegate*)newDelegate;
H A Dapps_grid_controller.h68 - (void)setDelegate:(app_list::AppListViewDelegate*)newDelegate;
/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/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAwLayoutSizer.java53 * Default constructor. Note: both setDelegate and setDIPScale must be called before the class
59 public void setDelegate(Delegate delegate) { method in class:AwLayoutSizer
/external/chromium_org/chromecast/shell/android/apk/src/org/chromium/chromecast/shell/
H A DCastWindowManager.java52 public void setDelegate(Delegate delegate) { method in class:CastWindowManager
H A DCastShellActivity.java87 mCastWindowManager.setDelegate(new CastWindowManager.Delegate() {
95 mCastWindowManager.setDelegate(null);
/external/jmdns/src/javax/jmdns/
H A DJmDNS.java431 public abstract Delegate setDelegate(Delegate value); method in class:JmDNS
/external/llvm/include/llvm/CodeGen/
H A DLiveRangeEdit.h125 ScannedRemattable(false) { MRI.setDelegate(this); }
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
H A DRTCDataChannel.mm231 - (void)setDelegate:(id<RTCDataChannelDelegate>)delegate {
/external/chromium_org/third_party/webrtc/modules/video_capture/mac/qtkit/
H A Dvideo_capture_qtkit_objc.mm177 [_captureDecompressedVideoOutput setDelegate:self];
/external/jmdns/src/javax/jmdns/impl/
H A DJmmDNSImpl.java342 ((ServiceInfoImpl) info).setDelegate(this);
357 ((ServiceInfoImpl) info).setDelegate(null);
/external/qemu/android/camera/
H A Dcamera-capture-mac.m205 [output_device setDelegate:self];
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Application/
H A DSDLMain.m225 [NSApp setDelegate:sdlMain];
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Cocoa Application/
H A DSDLMain.m225 [NSApp setDelegate:sdlMain];

Completed in 4514 milliseconds

12