Searched defs:delegate (Results 426 - 450 of 1356) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/chrome/browser/ui/search/
H A Dinstant_page.cc46 InstantPage::InstantPage(Delegate* delegate, const std::string& instant_url, argument
49 delegate_(delegate),
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautofill_dialog_views_unittest.cc34 explicit TestAutofillDialogViews(AutofillDialogViewDelegate* delegate) argument
35 : AutofillDialogViews(delegate) {}
88 MockAutofillDialogViewDelegate* delegate() { return &view_delegate_; } function in class:autofill::AutofillDialogViewsTest
102 // Fake dialog delegate and host to isolate test behavior.
106 // Mock view delegate as this file only tests the view.
135 EXPECT_CALL(*delegate(), ShouldShowSpinner()).WillRepeatedly(Return(false));
151 EXPECT_CALL(*delegate(), ShouldShowSpinner()).WillRepeatedly(Return(true));
170 EXPECT_CALL(*delegate(), ShouldShowSpinner()).WillRepeatedly(Return(true));
179 EXPECT_CALL(*delegate(), ShouldShowSpinner()).WillRepeatedly(Return(false));
/external/chromium_org/chrome/browser/ui/views/
H A Dconstrained_web_dialog_delegate_views.cc65 ui::WebDialogDelegate* delegate,
68 : ConstrainedWebDialogDelegateBase(context, delegate,
108 ui::WebDialogDelegate* delegate,
111 impl_(new ConstrainedWebDialogDelegateViews(browser_context, delegate,
199 ui::WebDialogDelegate* delegate,
203 browser_context, delegate, web_contents);
64 ConstrainedWebDialogDelegateViews(content::BrowserContext* context, ui::WebDialogDelegate* delegate, content::WebContents* web_contents, views::WebView* view) argument
106 ConstrainedWebDialogDelegateViewViews( content::BrowserContext* browser_context, ui::WebDialogDelegate* delegate, content::WebContents* web_contents) argument
197 CreateConstrainedWebDialog( content::BrowserContext* browser_context, ui::WebDialogDelegate* delegate, content::WebContents* web_contents) argument
H A Dfirst_run_bubble.cc34 FirstRunBubble* delegate = new FirstRunBubble(browser, anchor_view); local
35 views::BubbleDelegateView::CreateBubble(delegate)->Show();
36 return delegate;
H A Dtab_modal_confirm_dialog_views.cc22 TabModalConfirmDialogDelegate* delegate,
24 return new TabModalConfirmDialogViews(delegate, web_contents);
31 TabModalConfirmDialogDelegate* delegate,
33 : delegate_(delegate) {
34 views::MessageBoxView::InitParams init_params(delegate->GetDialogMessage());
39 base::string16 link_text(delegate->GetLinkText());
21 Create( TabModalConfirmDialogDelegate* delegate, content::WebContents* web_contents) argument
30 TabModalConfirmDialogViews( TabModalConfirmDialogDelegate* delegate, content::WebContents* web_contents) argument
/external/chromium_org/chrome/browser/ui/views/infobars/
H A Dalternate_nav_infobar_view.cc19 scoped_ptr<AlternateNavInfoBarDelegate> delegate) {
21 new AlternateNavInfoBarView(delegate.Pass()));
28 scoped_ptr<AlternateNavInfoBarDelegate> delegate)
29 : InfoBarView(delegate.PassAs<infobars::InfoBarDelegate>()),
76 AlternateNavInfoBarDelegate* delegate = GetDelegate(); local
78 base::string16 message_text = delegate->GetMessageTextWithOffset(&offset);
84 link_text_ = delegate->GetLinkText();
114 return static_cast<AlternateNavInfoBarDelegate*>(delegate());
18 CreateInfoBar( scoped_ptr<AlternateNavInfoBarDelegate> delegate) argument
27 AlternateNavInfoBarView( scoped_ptr<AlternateNavInfoBarDelegate> delegate) argument
H A Dconfirm_infobar.cc20 scoped_ptr<ConfirmInfoBarDelegate> delegate) {
21 return scoped_ptr<infobars::InfoBar>(new ConfirmInfoBar(delegate.Pass()));
27 ConfirmInfoBar::ConfirmInfoBar(scoped_ptr<ConfirmInfoBarDelegate> delegate) argument
28 : InfoBarView(delegate.PassAs<infobars::InfoBarDelegate>()),
67 ConfirmInfoBarDelegate* delegate = GetDelegate(); local
68 label_ = CreateLabel(delegate->GetMessageText());
71 if (delegate->GetButtons() & ConfirmInfoBarDelegate::BUTTON_OK) {
73 this, delegate->GetButtonLabel(ConfirmInfoBarDelegate::BUTTON_OK));
74 if (delegate->OKButtonTriggersUACPrompt())
79 if (delegate
19 CreateInfoBar( scoped_ptr<ConfirmInfoBarDelegate> delegate) argument
[all...]
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dcontroller_pairing_screen_handler.cc123 void ControllerPairingScreenHandler::SetDelegate(Delegate* delegate) { argument
124 delegate_ = delegate;
H A Dkiosk_autolaunch_screen_handler.cc60 void KioskAutolaunchScreenHandler::SetDelegate(Delegate* delegate) { argument
61 delegate_ = delegate;
/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Drecently_closed_tabs_handler.cc81 TabRestoreServiceDelegate* delegate = local
84 if (!delegate)
90 tab_restore_service_->RestoreEntryById(delegate,
/external/chromium_org/chrome/installer/util/
H A Dl10n_string_util.cc36 void SetTranslationDelegate(TranslationDelegate* delegate) { argument
37 g_translation_delegate = delegate;
/external/chromium_org/chrome/service/cloud_print/
H A Djob_status_updater.cc33 Delegate* delegate)
40 delegate_(delegate),
28 JobStatusUpdater(const std::string& printer_name, const std::string& job_id, PlatformJobId& local_job_id, const GURL& cloud_print_server_url, PrintSystem* print_system, Delegate* delegate) argument
/external/chromium_org/chromeos/dbus/
H A Dfake_bluetooth_agent_service_provider.cc15 Delegate* delegate)
17 delegate_(delegate) {
13 FakeBluetoothAgentServiceProvider( const dbus::ObjectPath& object_path, Delegate* delegate) argument
/external/chromium_org/cloud_print/gcp20/prototype/
H A Dcloud_print_request.cc28 Delegate* delegate)
30 delegate_(delegate) {
44 Delegate* delegate) {
46 new CloudPrintRequest(url, URLFetcher::GET, delegate));
53 Delegate* delegate) {
55 new CloudPrintRequest(url, URLFetcher::POST, delegate));
26 CloudPrintRequest(const GURL& url, URLFetcher::RequestType method, Delegate* delegate) argument
42 CreateGet( const GURL& url, Delegate* delegate) argument
49 CreatePost( const GURL& url, const std::string& content, const std::string& mimetype, Delegate* delegate) argument
/external/chromium_org/components/cronet/android/
H A Durl_request_context_adapter.cc116 URLRequestContextAdapterDelegate* delegate,
118 delegate_ = delegate;
115 URLRequestContextAdapter( URLRequestContextAdapterDelegate* delegate, std::string user_agent) argument
/external/chromium_org/components/nacl/renderer/
H A Dmanifest_service_channel.cc23 scoped_ptr<Delegate> delegate,
26 delegate_(delegate.Pass()),
20 ManifestServiceChannel( const IPC::ChannelHandle& handle, const base::Callback<void(int32_t)>& connected_callback, scoped_ptr<Delegate> delegate, base::WaitableEvent* waitable_event) argument
/external/chromium_org/components/policy/core/common/cloud/
H A Dcomponent_cloud_policy_service_stub.cc15 Delegate* delegate,
14 ComponentCloudPolicyService( Delegate* delegate, SchemaRegistry* schema_registry, CloudPolicyCore* core, scoped_refptr<net::URLRequestContextGetter> request_context, scoped_refptr<base::SequencedTaskRunner> backend_task_runner, scoped_refptr<base::SequencedTaskRunner> io_task_runner) argument
/external/chromium_org/components/policy/core/common/
H A Dpolicy_provider_android_unittest.cc104 MockPolicyProviderAndroidDelegate delegate; local
107 provider.Get()->SetDelegate(&delegate);
116 EXPECT_CALL(delegate, RefreshPolicies()).Times(1);
125 EXPECT_CALL(delegate, PolicyProviderShutdown()).Times(1);
/external/chromium_org/content/browser/accessibility/
H A Dbrowser_accessibility_manager.h94 BrowserAccessibilityDelegate* delegate,
197 BrowserAccessibilityDelegate* delegate() const { return delegate_; } function in class:content::BrowserAccessibilityManager
198 void set_delegate(BrowserAccessibilityDelegate* delegate) { argument
199 delegate_ = delegate;
207 BrowserAccessibilityDelegate* delegate,
212 BrowserAccessibilityDelegate* delegate,
/external/chromium_org/content/browser/renderer_host/
H A Doverscroll_controller.h57 void set_delegate(OverscrollControllerDelegate* delegate) { argument
58 delegate_ = delegate;
65 // delegate if necessary), and resets internal states.
95 // delegate.
103 // Sets the overscroll mode (and triggers callback in the delegate when
122 // The delegate that receives the overscroll updates. The delegate is not
/external/chromium_org/content/browser/speech/
H A Dspeech_recognition_engine.h27 // No delegate callbacks are allowed before StartRecognition or after
95 void set_delegate(Delegate* delegate) { delegate_ = delegate; } argument
98 Delegate* delegate() const { return delegate_; } function in class:content::SpeechRecognitionEngine
/external/chromium_org/content/browser/ssl/
H A Dssl_error_handler.cc21 SSLErrorHandler::SSLErrorHandler(const base::WeakPtr<Delegate>& delegate, argument
29 delegate_(delegate),
36 DCHECK(delegate.get());
/external/chromium_org/content/browser/streams/
H A Dstream_url_request_job_unittest.cc77 net::TestDelegate delegate; local
79 url, net::DEFAULT_PRIORITY, &delegate, NULL);
92 EXPECT_EQ(expected_response, delegate.data_received());
135 net::TestDelegate delegate; local
137 kStreamURL, net::DEFAULT_PRIORITY, &delegate, NULL);
/external/chromium_org/content/public/test/
H A Dnested_message_pump_android.cc27 RunState(base::MessagePump::Delegate* delegate, int run_depth) argument
28 : delegate(delegate),
34 base::MessagePump::Delegate* delegate; member in struct:content::NestedMessagePumpAndroid::RunState
56 void NestedMessagePumpAndroid::Run(Delegate* delegate) { argument
57 RunState state(delegate, state_ ? state_->run_depth + 1 : 1);
73 bool did_work = state_->delegate->DoWork();
77 did_work |= state_->delegate->DoDelayedWork(&state_->delayed_work_time);
85 did_work = state_->delegate->DoIdleWork();
121 base::MessagePump::Delegate* delegate) {
120 Start( base::MessagePump::Delegate* delegate) argument
[all...]
/external/chromium_org/content/renderer/media/android/
H A Drenderer_demuxer_android.cc31 MediaSourceDelegate* delegate) {
33 delegates_.AddWithID(delegate, demuxer_client_id);
89 MediaSourceDelegate* delegate = delegates_.Lookup(demuxer_client_id); local
90 if (delegate)
91 delegate->OnReadFromDemuxer(type);
98 MediaSourceDelegate* delegate = delegates_.Lookup(demuxer_client_id); local
99 if (delegate)
100 delegate->Seek(time_to_seek, is_browser_seek);
30 AddDelegate(int demuxer_client_id, MediaSourceDelegate* delegate) argument

Completed in 461 milliseconds

<<11121314151617181920>>