Searched refs:GetParentWindow (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/chrome/browser/ui/cocoa/constrained_window/ |
D | constrained_window_mac.mm | 44 NSWindow* parent_window = GetParentWindow(); 81 NSWindow* ConstrainedWindowMac::GetParentWindow() const { function
|
D | constrained_window_mac.h | 46 NSWindow* GetParentWindow() const;
|
/external/chromium_org/chrome/browser/ui/webui/options/ |
D | certificate_manager_handler.cc | 538 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
|
D | certificate_manager_handler.h | 167 gfx::NativeWindow GetParentWindow() const;
|
/external/chromium_org/ui/base/gtk/ |
D | gtk_windowing.cc | 33 XID window_parent = ui::GetParentWindow(window_xid); in StackPopupWindow()
|
/external/chromium/chrome/browser/ui/webui/options/ |
D | certificate_manager_handler.cc | 457 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
|
D | certificate_manager_handler.h | 144 gfx::NativeWindow GetParentWindow() const;
|
/external/chromium_org/ui/base/x/ |
D | x11_util.h | 217 UI_EXPORT XID GetParentWindow(XID window);
|
D | x11_util.cc | 966 XID GetParentWindow(XID window) { in GetParentWindow() function 979 XID parent = GetParentWindow(window); in GetHighestAncestorWindow()
|