Searched defs:delegate (Results 1 - 25 of 1363) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/public/
H A DRTCVideoRenderer.h36 @property(nonatomic, strong) id<RTCVideoRendererDelegate> delegate; variable
42 // Initialize the renderer. Requires a delegate which does the actual drawing
44 - (id)initWithDelegate:(id<RTCVideoRendererDelegate>)delegate;
/external/chromium/net/base/
H A Dkeygen_handler_nss.cc42 crypto::CryptoModuleBlockingPasswordDelegate* delegate) {
43 crypto_module_password_delegate_.reset(delegate);
41 set_crypto_module_password_delegate( crypto::CryptoModuleBlockingPasswordDelegate* delegate) argument
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_command_controller_browsertest.cc24 MockTabModalConfirmDialogDelegate* delegate = local
26 TabModalConfirmDialog::Create(delegate, web_contents);
38 delegate->Cancel();
/external/chromium_org/content/shell/app/
H A Dshell_content_main.cc13 content::ShellMainDelegate delegate; local
14 return content::ContentMain(argc, argv, &delegate);
H A Dshell_main.cc23 content::ShellMainDelegate delegate; local
24 return content::ContentMain(instance, &sandbox_info, &delegate);
31 // Do the delegate work in shell_content_main to avoid having to export the
32 // delegate types.
35 content::ShellMainDelegate delegate;
36 return content::ContentMain(argc, argv, &delegate);
/external/chromium_org/net/base/
H A Dkeygen_handler_nss.cc42 crypto::CryptoModuleBlockingPasswordDelegate* delegate) {
43 crypto_module_password_delegate_.reset(delegate);
41 set_crypto_module_password_delegate( crypto::CryptoModuleBlockingPasswordDelegate* delegate) argument
/external/chromium_org/remoting/host/mac/
H A Dme2me_preference_pane_disable.h15 @property (retain) id delegate; variable
H A Dme2me_preference_pane_confirm_pin.h18 @property (retain) id delegate; variable
/external/chromium_org/ui/app_list/cocoa/
H A Dscroll_view_with_no_scrollbars.h26 @property(assign, nonatomic) id<GestureScrollDelegate> delegate; variable
/external/chromium/chrome/browser/ui/views/
H A Dwindow.cc18 views::WindowDelegate* delegate) {
23 delegate);
25 return views::Window::CreateChromeWindow(parent, gfx::Rect(), delegate);
16 CreateViewsWindow(gfx::NativeWindow parent, const gfx::Rect& bounds, views::WindowDelegate* delegate) argument
/external/chromium_org/ash/shell/
H A Dwindow_watcher_unittest.cc24 shell::ShellDelegateImpl* delegate = new ash::shell::ShellDelegateImpl; local
25 Shell::CreateInstance(delegate);
33 delegate->SetWatcher(window_watcher.get());
36 delegate->SetWatcher(NULL);
H A Dshell_main.cc17 ash::shell::ShellMainDelegate delegate; local
18 return content::ContentMain(instance, &sandbox_info, &delegate);
22 ash::shell::ShellMainDelegate delegate; local
23 return content::ContentMain(argc, argv, &delegate);
/external/chromium_org/chrome/browser/ui/android/extensions/
H A Dextension_install_dialog_android.cc12 ExtensionInstallPrompt::Delegate* delegate,
10 ShowExtensionInstallDialogImpl( const ExtensionInstallPrompt::ShowParams& show_params, ExtensionInstallPrompt::Delegate* delegate, const ExtensionInstallPrompt::Prompt& prompt) argument
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_view.cc18 AutofillDialogViewDelegate* delegate) {
17 Create( AutofillDialogViewDelegate* delegate) argument
/external/chromium/chrome/browser/ui/cocoa/
H A Danimatable_view.h20 // AnimatableView sends an |animationDidEnd:| message to its delegate when the
34 @property(assign, nonatomic) id delegate; variable
/external/chromium_org/chrome/browser/extensions/api/page_capture/
H A Dpage_capture_apitest.cc45 PageCaptureSaveAsMHTMLDelegate delegate; local
47 ASSERT_FALSE(delegate.temp_file_.empty());
51 ASSERT_FALSE(base::PathExists(delegate.temp_file_));
/external/chromium_org/chrome/browser/ui/bookmarks/
H A Dbookmark_bubble_sign_in_delegate_unittest.cc21 scoped_ptr<BookmarkBubbleDelegate> delegate; local
22 delegate.reset(new BookmarkBubbleSignInDelegate(browser()));
24 delegate->OnSignInLinkClicked();
46 scoped_ptr<BookmarkBubbleDelegate> delegate; local
47 delegate.reset(new BookmarkBubbleSignInDelegate(browser()));
54 delegate->OnSignInLinkClicked();
/external/chromium_org/chrome/browser/ui/cocoa/
H A Danimatable_view.h18 // AnimatableView sends an |animationDidEnd:| message to its delegate when the
32 @property(assign, nonatomic) id delegate; variable
/external/chromium_org/chrome/browser/ui/cocoa/autofill/
H A Dautofill_input_field.h41 @property(nonatomic, assign) id<AutofillInputDelegate> delegate; variable
/external/chromium_org/chrome/browser/ui/cocoa/infobars/
H A Dinfobar.h28 // scoped_ptr<InfoBar> infobar(delegate->CreateInfoBar());
35 InfoBar(InfoBarController* controller, InfoBarDelegate* delegate) argument
36 : controller_(controller), delegate_(delegate) {
38 DCHECK(delegate);
45 InfoBarDelegate* delegate() { function in class:InfoBar
/external/chromium_org/chrome/browser/ui/toolbar/
H A Dbookmark_sub_menu_model.cc10 // For views and cocoa, we have complex delegate systems to handle
20 ui::SimpleMenuModel::Delegate* delegate, Browser* browser)
21 : SimpleMenuModel(delegate) {
19 BookmarkSubMenuModel( ui::SimpleMenuModel::Delegate* delegate, Browser* browser) argument
/external/chromium_org/chrome/browser/ui/views/
H A Dchrome_web_dialog_view.cc15 ui::WebDialogDelegate* delegate) {
20 delegate,
27 delegate,
13 ShowWebDialog(gfx::NativeWindow parent, content::BrowserContext* context, ui::WebDialogDelegate* delegate) argument
/external/chromium_org/chrome_frame/
H A Dbind_status_callback_impl.h17 // If initialized with delegate, it will hand over all the calls
18 // to the delegate. This can also be used as a base class to
19 // provide the base implementation by not providing any delegate.
47 IBindStatusCallback* delegate() const { function in class:BSCBImpl
/external/chromium_org/components/autofill/content/browser/wallet/
H A Dmock_wallet_client.cc11 wallet::WalletClientDelegate* delegate)
12 : wallet::WalletClient(context, delegate) {}
10 MockWalletClient(net::URLRequestContextGetter* context, wallet::WalletClientDelegate* delegate) argument
/external/chromium_org/content/app/
H A Dcontent_main.cc15 ContentMainDelegate* delegate) {
19 ContentMainDelegate* delegate) {
27 exit_code = main_runner->Initialize(instance, sandbox_info, delegate);
29 exit_code = main_runner->Initialize(argc, argv, delegate);
13 ContentMain(HINSTANCE instance, sandbox::SandboxInterfaceInfo* sandbox_info, ContentMainDelegate* delegate) argument

Completed in 874 milliseconds

1234567891011>>