Searched refs:GetDelegate (Results 1 - 25 of 125) sorted by relevance

12345

/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_delegate_unittest.cc27 EXPECT_EQ(NULL, contents_a->GetDelegate());
28 EXPECT_EQ(NULL, contents_b->GetDelegate());
34 EXPECT_EQ(delegate.get(), contents_a->GetDelegate());
35 EXPECT_TRUE(contents_b->GetDelegate() == NULL);
39 EXPECT_EQ(delegate.get(), contents_a->GetDelegate());
40 EXPECT_EQ(delegate.get(), contents_b->GetDelegate());
44 EXPECT_EQ(delegate.get(), contents_a->GetDelegate());
45 EXPECT_EQ(delegate.get(), contents_b->GetDelegate());
49 EXPECT_EQ(delegate.get(), contents_a->GetDelegate());
50 EXPECT_TRUE(contents_b->GetDelegate()
[all...]
/external/chromium_org/content/public/browser/
H A Dbrowser_child_process_host_iterator.h37 BrowserChildProcessHostDelegate* GetDelegate();
56 return static_cast<T*>(GetDelegate());
59 return static_cast<T*>(GetDelegate());
H A Dbrowser_child_process_host_iterator.cc66 BrowserChildProcessHostIterator::GetDelegate() { function in class:content::BrowserChildProcessHostIterator
/external/chromium_org/content/shell/renderer/test_runner/
H A Dmock_webrtc_peer_connection_handler.cc163 interfaces_->GetDelegate()->PostTask(new RTCPeerConnectionStateTask(
182 interfaces_->GetDelegate()->PostTask(
186 interfaces_->GetDelegate()->PostTask(
193 interfaces_->GetDelegate()->PostTask(
203 interfaces_->GetDelegate()->PostTask(
207 interfaces_->GetDelegate()->PostTask(
216 interfaces_->GetDelegate()->PostTask(
219 interfaces_->GetDelegate()->PostTask(
228 interfaces_->GetDelegate()->PostTask(
231 interfaces_->GetDelegate()
[all...]
H A Dmock_web_midi_accessor.cc57 interfaces_->GetDelegate()->PostTask(new DidStartSessionTask(
/external/chromium_org/chrome/browser/extensions/
H A Dgpu_browsertest.cc25 ASSERT_TRUE(host->host_contents()->GetDelegate()->IsNeverVisible(
/external/chromium_org/chrome/browser/ui/android/infobars/
H A Dconfirm_infobar.cc42 ConfirmInfoBarDelegate* delegate = GetDelegate();
60 if (GetDelegate()->LinkClicked(NEW_FOREGROUND_TAB))
71 ConfirmInfoBarDelegate* delegate = GetDelegate();
77 ConfirmInfoBarDelegate* ConfirmInfoBar::GetDelegate() { function in class:ConfirmInfoBar
83 ConfirmInfoBarDelegate* delegate = GetDelegate();
H A Dsave_password_infobar.cc37 GetDelegate()->SetUseAdditionalPasswordAuthentication(
51 SavePasswordInfoBarDelegate* delegate = GetDelegate();
67 SavePasswordInfoBarDelegate* SavePasswordInfoBar::GetDelegate() { function in class:SavePasswordInfoBar
H A Dtranslate_infobar.cc36 translate::TranslateInfoBarDelegate* delegate = GetDelegate();
57 translate::TranslateInfoBarDelegate* delegate = GetDelegate();
74 translate::TranslateInfoBarDelegate* delegate = GetDelegate();
91 translate::TranslateInfoBarDelegate* delegate = GetDelegate();
122 translate::TranslateInfoBarDelegate* delegate = GetDelegate();
128 translate::TranslateInfoBarDelegate* TranslateInfoBar::GetDelegate() { function in class:TranslateInfoBar
H A Ddata_reduction_proxy_infobar.h32 DataReductionProxyInfoBarDelegate* GetDelegate();
H A Dsave_password_infobar.h29 SavePasswordInfoBarDelegate* GetDelegate();
H A Dconfirm_infobar.h29 ConfirmInfoBarDelegate* GetDelegate();
H A Dtranslate_infobar.h45 translate::TranslateInfoBarDelegate* GetDelegate();
/external/chromium_org/chrome/browser/extensions/api/mdns/
H A Ddns_sd_registry_unittest.cc37 DnsSdDelegate* GetDelegate() { function in class:extensions::TestDnsSdRegistry
123 registry_->GetDelegate()->ServiceChanged(service_type, true, service);
125 registry_->GetDelegate()->ServiceChanged(service_type, false, service);
146 registry_->GetDelegate()->ServiceChanged(service_type, true, service);
147 registry_->GetDelegate()->ServiceRemoved(service_type, service.service_name);
148 registry_->GetDelegate()->ServiceChanged(service_type, true, service);
171 registry_->GetDelegate()->ServiceChanged(service_type, true, service);
172 registry_->GetDelegate()->ServiceChanged(service_type, true, service2);
198 registry_->GetDelegate()->ServiceChanged(service_type, true, service);
199 registry_->GetDelegate()
[all...]
/external/chromium_org/athena/resource_manager/
H A Dmemory_pressure_notifier.cc25 int time_in_ms = listener_->GetDelegate()->MemoryPressureIntervalInMS();
40 listener_->GetDelegate()->GetUsedMemoryInPercent());
H A Dmemory_pressure_notifier.h44 virtual ResourceManagerDelegate* GetDelegate() = 0;
/external/chromium_org/chrome/browser/ui/views/infobars/
H A Dextension_infobar.h41 ExtensionInfoBarDelegate* GetDelegate();
42 const ExtensionInfoBarDelegate* GetDelegate() const;
H A Dextension_infobar.cc112 GetDelegate()->height())));
127 GetDelegate()->extension_view_host();
146 GetExtensionView()->SetSize(gfx::Size(0, GetDelegate()->height()));
174 GetDelegate()->extension_view_host()->view())->GetMinimumSize().width();
182 GetDelegate()->extension_view_host()->extension();
193 if (!GetDelegate())
221 ExtensionInfoBarDelegate* ExtensionInfoBar::GetDelegate() { function in class:ExtensionInfoBar
225 const ExtensionInfoBarDelegate* ExtensionInfoBar::GetDelegate() const { function in class:ExtensionInfoBar
231 GetDelegate()->extension_view_host()->view());
H A Dalternate_nav_infobar_view.h42 AlternateNavInfoBarDelegate* GetDelegate();
H A Dconfirm_infobar.cc67 ConfirmInfoBarDelegate* delegate = GetDelegate();
100 ConfirmInfoBarDelegate* delegate = GetDelegate();
121 if (GetDelegate()->LinkClicked(ui::DispositionFromEventFlags(event_flags)))
125 ConfirmInfoBarDelegate* ConfirmInfoBar::GetDelegate() { function in class:ConfirmInfoBar
H A Dconfirm_infobar.h42 ConfirmInfoBarDelegate* GetDelegate();
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dsync_file_system_backend.cc78 GetDelegate()->file_task_runner()->DeleteSoon(
106 storage::SandboxFileSystemBackendDelegate* delegate = GetDelegate();
118 GetDelegate()->OpenFileSystem(url.origin(),
140 return GetDelegate()->file_util();
166 GetDelegate()->CreateFileSystemOperationContext(url, context, error_code);
197 return GetDelegate()->CreateFileStreamReader(
207 return GetDelegate()->CreateFileStreamWriter(
212 return GetDelegate();
217 return GetDelegate()->GetUpdateObservers(type);
222 return GetDelegate()
260 storage::SandboxFileSystemBackendDelegate* SyncFileSystemBackend::GetDelegate() function in class:sync_file_system::SyncFileSystemBackend
[all...]
/external/chromium_org/ui/web_dialogs/
H A Dweb_dialog_ui.cc69 WebDialogDelegate* WebDialogUI::GetDelegate( function in class:ui::WebDialogUI
88 WebDialogDelegate* delegate = GetDelegate(web_ui()->GetWebContents());
106 WebDialogDelegate* delegate = GetDelegate(web_ui()->GetWebContents());
/external/chromium_org/chrome/browser/extensions/api/networking_private/
H A Dnetworking_private_api.cc19 extensions::NetworkingPrivateDelegate* GetDelegate( function in namespace:__anon3780
54 GetDelegate(browser_context())->GetProperties(
84 GetDelegate(browser_context())->GetManagedProperties(
115 GetDelegate(browser_context())->GetState(
148 GetDelegate(browser_context())->SetProperties(
180 GetDelegate(browser_context())->CreateNetwork(
217 GetDelegate(browser_context())->GetNetworks(
254 GetDelegate(browser_context())->GetNetworks(
285 GetDelegate(browser_context())->GetEnabledNetworkTypes());
328 return GetDelegate(browser_contex
[all...]
/external/chromium_org/chrome/browser/ui/app_modal_dialogs/
H A Dapp_modal_dialog.cc31 web_contents_->GetDelegate()->ActivateContents(web_contents_);

Completed in 305 milliseconds

12345