Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/webui/options/
Dcertificate_manager_handler.cc547 GetParentWindow(), in View()
552 ShowCertificateViewer(web_ui()->GetWebContents(), GetParentWindow(), cert); in View()
627 GetParentWindow(), in ExportPersonal()
660 GetParentWindow(), in ExportPersonalPasswordSelected()
719 GetParentWindow(), in StartImportPersonal()
770 GetParentWindow(), in ImportPersonalFileRead()
839 GetParentWindow(), in ImportServer()
898 GetParentWindow(), in ImportCA()
986 ShowCertExportDialog(web_ui()->GetWebContents(), GetParentWindow(), cert); in Export()
1154 gfx::NativeWindow CertificateManagerHandler::GetParentWindow() const { in GetParentWindow() function in options::CertificateManagerHandler
Dcertificate_manager_handler.h160 gfx::NativeWindow GetParentWindow() const;
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Note.cpp167 if (CPWL_Wnd* pParent = this->GetParentWindow()) in OnKillFocus()
169 if (CPWL_Wnd* pGrand = pParent->GetParentWindow()) in OnKillFocus()
197 if (CPWL_Wnd * pParent = this->GetParentWindow()) in OnNotify()
225 if (CPWL_Wnd * pParent = this->GetParentWindow()) in OnNotify()
568 if (CPWL_Wnd * pParent = this->GetParentWindow()) in OnNotify()
587 if (CPWL_Wnd * pParent = this->GetParentWindow()) in OnNotify()
838 if (CPWL_Wnd* pParent = this->GetParentWindow()) in ResetSubjectName()
897 if (CPWL_Wnd* pParent = this->GetParentWindow()) in GetParentNoteItem()
899 if (CPWL_Wnd* pGrand = pParent->GetParentWindow()) in GetParentNoteItem()
1023 if (CPWL_Wnd* pParent = pWnd->GetParentWindow()) in GetFocusedNoteItem()
[all …]
DPWL_ComboBox.cpp36 if (CPWL_Wnd * pParent = GetParentWindow()) in OnLButtonUp()
102 if (CPWL_ComboBox* pComboBox = (CPWL_ComboBox*)GetParentWindow()) in OnChar()
186 if (CPWL_Wnd * pParent = GetParentWindow()) in OnLButtonDown()
DPWL_Wnd.cpp167 pParent = pParent->GetParentWindow(); in SetFocus()
196 pParent = pParent->GetParentWindow(); in SetCapture()
657 CPWL_Wnd* CPWL_Wnd::GetParentWindow() const in GetParentWindow() function in CPWL_Wnd
1239 pParent = pParent->GetParentWindow(); in GetChildToRoot()
DPWL_IconList.cpp179 if (CPWL_Wnd * pParent = this->GetParentWindow()) in CreateChildWnd()
298 if (CPWL_Wnd* pParent = this->GetParentWindow()) in ScrollToItem()
DPWL_ScrollBar.cpp572 if (CPWL_Wnd * pParent = GetParentWindow()) in OnLButtonDown()
585 if (CPWL_Wnd * pParent = GetParentWindow()) in OnLButtonUp()
598 if (CPWL_Wnd * pParent = GetParentWindow()) in OnMouseMove()
1205 if (CPWL_Wnd * pParent = this->GetParentWindow()) in NotifyScrollWindow()
/external/chromium_org/chrome/browser/ui/cocoa/constrained_window/
Dconstrained_window_mac.mm52 NSWindow* parent_window = GetParentWindow();
94 NSWindow* ConstrainedWindowMac::GetParentWindow() const { function
Dconstrained_window_mac.h46 NSWindow* GetParentWindow() const;
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Wnd.h357 CPWL_Wnd* GetParentWindow() const;