Home
last modified time | relevance | path

Searched refs:GetParentWindow (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/ui/cocoa/constrained_window/
Dconstrained_window_mac.mm44 NSWindow* parent_window = GetParentWindow();
81 NSWindow* ConstrainedWindowMac::GetParentWindow() const { function
Dconstrained_window_mac.h46 NSWindow* GetParentWindow() const;
/external/chromium_org/chrome/browser/ui/webui/options/
Dcertificate_manager_handler.cc538 ShowCertificateViewer(web_ui()->GetWebContents(), GetParentWindow(), cert); in View()
613 GetParentWindow(), in ExportPersonal()
646 GetParentWindow(), in ExportPersonalPasswordSelected()
704 GetParentWindow(), in StartImportPersonal()
755 GetParentWindow(), in ImportPersonalFileRead()
824 GetParentWindow(), in ImportServer()
883 GetParentWindow(), in ImportCA()
970 ShowCertExportDialog(web_ui()->GetWebContents(), GetParentWindow(), in Export()
1122 gfx::NativeWindow CertificateManagerHandler::GetParentWindow() const { in GetParentWindow() function in options::CertificateManagerHandler
Dcertificate_manager_handler.h167 gfx::NativeWindow GetParentWindow() const;
/external/chromium_org/ui/base/gtk/
Dgtk_windowing.cc33 XID window_parent = ui::GetParentWindow(window_xid); in StackPopupWindow()
/external/chromium/chrome/browser/ui/webui/options/
Dcertificate_manager_handler.cc457 ShowCertificateViewer(GetParentWindow(), cert); in View()
529 web_ui_->tab_contents(), GetParentWindow(), in ExportPersonal()
617 web_ui_->tab_contents(), GetParentWindow(), in StartImportPersonal()
721 GetParentWindow(), in ImportServer()
776 GetParentWindow(), in ImportCA()
858 ShowCertExportDialog(web_ui_->tab_contents(), GetParentWindow(), in Export()
988 gfx::NativeWindow CertificateManagerHandler::GetParentWindow() const { in GetParentWindow() function in CertificateManagerHandler
Dcertificate_manager_handler.h144 gfx::NativeWindow GetParentWindow() const;
/external/chromium_org/ui/base/x/
Dx11_util.h217 UI_EXPORT XID GetParentWindow(XID window);
Dx11_util.cc966 XID GetParentWindow(XID window) { in GetParentWindow() function
979 XID parent = GetParentWindow(window); in GetHighestAncestorWindow()