HomeSort by relevance Sort by last modified time
    Searched full:setdelegate (Results 1 - 25 of 460) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/SemaObjC/
class-conforming-protocol-2.m 9 - (void)setDelegate:(id <NSWindowDelegate>)anObject; // expected-note {{previous definition is here}}
18 - (void)setDelegate:(id <IBStringsTableWindowDelegate>)delegate { // expected-warning {{conflicting parameter types in implementation of 'setDelegate:'}}
  /external/chromium_org/content/browser/web_contents/
web_contents_delegate_unittest.cc 33 contents_a->SetDelegate(delegate.get());
38 contents_b->SetDelegate(delegate.get());
43 contents_b->SetDelegate(delegate.get());
48 contents_b->SetDelegate(NULL);
54 contents_b->SetDelegate(delegate.get());
  /external/chromium_org/chrome/browser/chromeos/login/enrollment/
auto_enrollment_check_screen_actor.h 23 // is destroyed earlier then it has to call SetDelegate(NULL).
30 virtual void SetDelegate(Delegate* delegate) = 0;
mock_auto_enrollment_check_screen.cc 32 void MockAutoEnrollmentCheckScreenActor::SetDelegate(Delegate* screen) {
mock_auto_enrollment_check_screen.h 28 virtual void SetDelegate(Delegate* screen) OVERRIDE;
  /external/chromium_org/chrome/browser/chromeos/login/screens/
hid_detection_screen.cc 17 actor_->SetDelegate(this);
22 actor_->SetDelegate(NULL);
kiosk_autolaunch_screen_actor.h 25 // is destroyed earlier then it has to call SetDelegate(NULL).
32 virtual void SetDelegate(Delegate* delegate) = 0;
kiosk_autostart_screen_actor.h 25 // is destroyed earlier then it has to call SetDelegate(NULL).
34 virtual void SetDelegate(Delegate* delegate) = 0;
kiosk_enable_screen.cc 19 actor_->SetDelegate(this);
24 actor_->SetDelegate(NULL);
kiosk_enable_screen_actor.h 25 // is destroyed earlier then it has to call SetDelegate(NULL).
32 virtual void SetDelegate(Delegate* delegate) = 0;
reset_screen_actor.h 25 // is destroyed earlier then it has to call SetDelegate(NULL).
34 virtual void SetDelegate(Delegate* delegate) = 0;
wrong_hwid_screen_actor.h 25 // is destroyed earlier then it has to call SetDelegate(NULL).
34 virtual void SetDelegate(Delegate* delegate) = 0;
mock_eula_screen.cc 20 void MockEulaScreenActor::SetDelegate(Delegate* delegate) {
mock_network_screen.cc 30 void MockNetworkScreenActor::SetDelegate(Delegate* delegate) {
eula_screen_actor.h 40 // is destroyed earlier then it has to call SetDelegate(NULL).
49 virtual void SetDelegate(Delegate* delegate) = 0;
hid_detection_screen_actor.h 27 // is destroyed earlier then it has to call SetDelegate(NULL).
35 virtual void SetDelegate(Delegate* delegate) = 0;
kiosk_autolaunch_screen.cc 19 actor_->SetDelegate(this);
24 actor_->SetDelegate(NULL);
reset_screen.cc 17 actor_->SetDelegate(this);
22 actor_->SetDelegate(NULL);
wrong_hwid_screen.cc 17 actor_->SetDelegate(this);
22 actor_->SetDelegate(NULL);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
Percolator.py 19 self.bottom.setdelegate(None); self.bottom = None
35 filter.setdelegate(self.top)
45 filter.setdelegate(None)
51 f.setdelegate(filter.delegate)
52 filter.setdelegate(None)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
Percolator.py 19 self.bottom.setdelegate(None); self.bottom = None
35 filter.setdelegate(self.top)
45 filter.setdelegate(None)
51 f.setdelegate(filter.delegate)
52 filter.setdelegate(None)
  /external/clang/test/Analysis/
pr_2542_rdar_6793404.m 30 - (void)setDelegate:(id)delegate;
47 // 'animation' when it is sent the message 'setDelegate:'.
52 [animation setDelegate:self];
  /external/chromium_org/chrome/browser/ui/cocoa/
chrome_event_processing_window_unittest.mm 78 [window_ setDelegate:delegate];
82 [window_ setDelegate:nil];
95 [window_ setDelegate:delegate];
99 [window_ setDelegate:nil];
  /external/chromium_org/ui/app_list/cocoa/
app_list_view_controller_unittest.mm 23 [app_list_view_controller_ setDelegate:delegate_.get()];
29 [app_list_view_controller_ setDelegate:NULL];
35 [app_list_view_controller_ setDelegate:NULL];
38 [app_list_view_controller_ setDelegate:delegate_.get()];
  /external/chromium_org/chrome/browser/ui/cocoa/applescript/
bookmark_applescript_utils_unittest.mm 56 [NSApp setDelegate:nil];
66 [NSApp setDelegate:appDelegate_];

Completed in 823 milliseconds

1 2 3 4 5 6 7 8 91011>>