Searched defs:GetDelegate (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/chrome/browser/ui/android/infobars/
H A Ddata_reduction_proxy_infobar.cc53 DataReductionProxyInfoBarDelegate* DataReductionProxyInfoBar::GetDelegate() { function in class:DataReductionProxyInfoBar
H A Dsave_password_infobar.cc37 GetDelegate()->SetUseAdditionalPasswordAuthentication(
51 SavePasswordInfoBarDelegate* delegate = GetDelegate();
67 SavePasswordInfoBarDelegate* SavePasswordInfoBar::GetDelegate() { function in class:SavePasswordInfoBar
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 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
/external/chromium_org/content/public/browser/
H A Dbrowser_child_process_host_iterator.cc66 BrowserChildProcessHostIterator::GetDelegate() { function in class:content::BrowserChildProcessHostIterator
/external/chromium_org/net/quic/
H A Dquic_reliable_client_stream.h73 Delegate* GetDelegate() { return delegate_; } function in class:net::QuicReliableClientStream
/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/chrome/browser/ui/views/infobars/
H A Dalternate_nav_infobar_view.cc76 AlternateNavInfoBarDelegate* delegate = GetDelegate();
109 if (GetDelegate()->LinkClicked(ui::DispositionFromEventFlags(event_flags)))
113 AlternateNavInfoBarDelegate* AlternateNavInfoBarView::GetDelegate() { function in class:AlternateNavInfoBarView
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 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());
/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/content/shell/renderer/test_runner/
H A Dtest_interfaces.cc160 WebTestDelegate* TestInterfaces::GetDelegate() { function in class:content::TestInterfaces
/external/chromium_org/athena/resource_manager/
H A Dresource_manager_impl.cc74 virtual ResourceManagerDelegate* GetDelegate() OVERRIDE;
269 ResourceManagerDelegate* ResourceManagerImpl::GetDelegate() { function in class:athena::__anon2144::ResourceManagerImpl
/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/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/content/browser/android/in_process/
H A Dsynchronous_compositor_output_surface.cc87 // Cannot call out to GetDelegate() here as the output surface is not
96 SynchronousCompositorOutputSurfaceDelegate* delegate = GetDelegate();
112 SynchronousCompositorOutputSurfaceDelegate* delegate = GetDelegate();
127 SynchronousCompositorOutputSurfaceDelegate* delegate = GetDelegate();
261 SynchronousCompositorOutputSurfaceDelegate* delegate = GetDelegate();
297 SynchronousCompositorOutputSurface::GetDelegate() { function in class:content::SynchronousCompositorOutputSurface
/external/chromium_org/components/nacl/browser/
H A Dnacl_browser.cc158 NaClBrowserDelegate* NaClBrowser::GetDelegate() { function in class:nacl::NaClBrowser
/external/chromium_org/content/browser/download/
H A Ddownload_manager_impl.cc322 DownloadManagerDelegate* DownloadManagerImpl::GetDelegate() const { function in class:content::DownloadManagerImpl
/external/chromium_org/components/visitedlink/browser/
H A Dvisitedlink_master.cc333 VisitedLinkDelegate* VisitedLinkMaster::GetDelegate() { function in class:visitedlink::VisitedLinkMaster
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_item_view.cc144 const MenuDelegate* delegate = GetDelegate();
174 if (GetDelegate()->IsItemChecked(GetCommand()))
246 if (label.empty() && GetDelegate())
247 item->SetTitle(GetDelegate()->GetLabel(item_id));
256 if (GetDelegate() && !GetDelegate()->IsCommandVisible(item_id))
441 MenuDelegate* MenuItemView::GetDelegate() { function in class:views::MenuItemView
445 const MenuDelegate* MenuItemView::GetDelegate() const { function in class:views::MenuItemView
661 MenuDelegate* root_delegate = GetDelegate();
707 const MenuDelegate* delegate = GetDelegate();
[all...]
/external/chromium_org/content/browser/renderer_host/
H A Drender_view_host_impl.cc245 RenderViewHostDelegate* RenderViewHostImpl::GetDelegate() const { function in class:content::RenderViewHostImpl
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.cc292 return rvh->GetDelegate()->GetAsWebContents();
649 WebContentsDelegate* WebContentsImpl::GetDelegate() { function in class:content::WebContentsImpl
1680 WebContentsDelegate* delegate = GetDelegate();
3892 source_rvh->GetDelegate()->GetAsWebContents());

Completed in 2809 milliseconds