Searched refs:GetParentWindow (Results 1 - 8 of 8) sorted by relevance
/external/chromium_org/chrome/browser/ui/cocoa/constrained_window/ |
H A D | constrained_window_mac.h | 46 NSWindow* GetParentWindow() const;
|
/external/chromium_org/ui/base/gtk/ |
H A D | gtk_windowing.cc | 33 XID window_parent = ui::GetParentWindow(window_xid);
|
/external/chromium/chrome/browser/ui/webui/options/ |
H A D | certificate_manager_handler.h | 144 gfx::NativeWindow GetParentWindow() const;
|
H A D | certificate_manager_handler.cc | 457 ShowCertificateViewer(GetParentWindow(), cert); 529 web_ui_->tab_contents(), GetParentWindow(), 617 web_ui_->tab_contents(), GetParentWindow(), 721 GetParentWindow(), 776 GetParentWindow(), 858 ShowCertExportDialog(web_ui_->tab_contents(), GetParentWindow(), 988 gfx::NativeWindow CertificateManagerHandler::GetParentWindow() const { function in class:CertificateManagerHandler
|
/external/chromium_org/chrome/browser/ui/webui/options/ |
H A D | certificate_manager_handler.cc | 538 ShowCertificateViewer(web_ui()->GetWebContents(), GetParentWindow(), cert); 613 GetParentWindow(), 646 GetParentWindow(), 704 GetParentWindow(), 755 GetParentWindow(), 824 GetParentWindow(), 883 GetParentWindow(), 970 ShowCertExportDialog(web_ui()->GetWebContents(), GetParentWindow(), 1122 gfx::NativeWindow CertificateManagerHandler::GetParentWindow() const { function in class:options::CertificateManagerHandler
|
H A D | certificate_manager_handler.h | 167 gfx::NativeWindow GetParentWindow() const;
|
/external/chromium_org/ui/base/x/ |
H A D | x11_util.h | 217 UI_EXPORT XID GetParentWindow(XID window);
|
H A D | x11_util.cc | 966 XID GetParentWindow(XID window) { function in namespace:ui 979 XID parent = GetParentWindow(window);
|
Completed in 137 milliseconds