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

<<111213141516171819

  /external/chromium_org/chrome/browser/ui/cocoa/content_settings/
collected_cookies_mac.mm 212 [allowedOutlineView_ setDelegate:nil];
213 [blockedOutlineView_ setDelegate:nil];
  /external/chromium_org/chrome/browser/ui/cocoa/location_bar/
autocomplete_text_field_editor.mm 129 - (void)setDelegate:(AutocompleteTextField*)delegate {
143 [super setDelegate:delegate];
  /external/chromium_org/content/browser/
browser_thread_impl.cc 109 // by this array, rather by whoever calls BrowserThread::SetDelegate.
528 void BrowserThread::SetDelegate(ID identifier,
plugin_browsertest.cc 560 ResourceDispatcherHostImpl::Get()->SetDelegate(&test_delegate);
564 ResourceDispatcherHostImpl::Get()->SetDelegate(old_delegate);
  /external/chromium_org/ui/app_list/cocoa/
apps_grid_controller.mm 185 - (void)setDelegate:(app_list::AppListViewDelegate*)newDelegate {
356 [scrollView setDelegate:self];
apps_search_results_controller.mm 99 - (void)setDelegate:(id<AppsSearchResultsDelegate>)newDelegate {
139 [tableView_ setDelegate:self];
  /external/chromium_org/ui/shell_dialogs/
select_file_dialog_mac.mm 146 [dialog setDelegate:nil];
305 [open_dialog setDelegate:bridge_.get()];
  /external/clang/test/ARCMT/
checking.m 76 [[a delegate] release]; // expected-error {{it is not safe to remove 'retain' message on the result of a 'delegate' message; the object that was passed to 'setDelegate:' may not be properly retained}} \
78 [a.delegate release]; // expected-error {{it is not safe to remove 'retain' message on the result of a 'delegate' message; the object that was passed to 'setDelegate:' may not be properly retained}} \
  /external/jmdns/src/javax/jmdns/impl/
JmmDNSImpl.java 342 ((ServiceInfoImpl) info).setDelegate(this);
357 ((ServiceInfoImpl) info).setDelegate(null);
  /external/chromium_org/chrome/browser/devtools/
devtools_window.cc 556 main_web_contents_->SetDelegate(this);
683 main_web_contents_->SetDelegate(this);
693 bindings_->SetDelegate(this);
837 toolbox_web_contents_->SetDelegate(
    [all...]
  /external/chromium_org/chrome/browser/renderer_host/
chrome_render_widget_host_view_mac_delegate.mm 94 [historySwiper_ setDelegate:nil];
  /external/chromium_org/chrome/browser/speech/
tts_mac.mm 126 [speech_synthesizer_ setDelegate:delegate_];
  /external/chromium_org/chrome/browser/ui/apps/
chrome_app_delegate.cc 211 new_contents->SetDelegate(new_window_contents_delegate_.get());
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_notification_controller.mm 124 [textview_ setDelegate:self];
password_generation_popup_view_cocoa.mm 112 [helpTextView_ setDelegate:self];
  /external/chromium_org/chrome/browser/ui/cocoa/
info_bubble_window.mm 130 [alphaAnimation setDelegate:delegate];
one_click_signin_view_controller.mm 230 [informativeTextView_.get() setDelegate:self];
screen_capture_notification_ui_cocoa.mm 90 [window setDelegate:self];
  /external/chromium_org/chrome/browser/ui/cocoa/infobars/
extension_infobar_controller.mm 138 [contextMenu setDelegate:self];
  /external/chromium_org/chrome/browser/ui/cocoa/profiles/
avatar_menu_bubble_controller_unittest.mm 169 [anim setDelegate:self];
  /external/chromium_org/chrome/browser/ui/panels/
panel_host.cc 57 web_contents_->SetDelegate(this);
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
error_screen_handler.cc 54 void ErrorScreenHandler::SetDelegate(ErrorScreenActorDelegate* delegate) {
hid_detection_screen_handler.h 48 virtual void SetDelegate(Delegate* delegate) OVERRIDE;
  /external/chromium_org/components/nacl/browser/
nacl_browser.h 128 static void SetDelegate(NaClBrowserDelegate* delegate);
  /external/chromium_org/components/web_modal/
web_contents_modal_dialog_manager_unittest.cc 105 manager->SetDelegate(delegate.get());

Completed in 385 milliseconds

<<111213141516171819