Searched refs:GetParentWindow (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/chrome/browser/ui/webui/options/ |
D | certificate_manager_handler.cc | 547 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
|
D | certificate_manager_handler.h | 160 gfx::NativeWindow GetParentWindow() const;
|
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_Note.cpp | 167 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 …]
|
D | PWL_ComboBox.cpp | 36 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()
|
D | PWL_Wnd.cpp | 167 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()
|
D | PWL_IconList.cpp | 179 if (CPWL_Wnd * pParent = this->GetParentWindow()) in CreateChildWnd() 298 if (CPWL_Wnd* pParent = this->GetParentWindow()) in ScrollToItem()
|
D | PWL_ScrollBar.cpp | 572 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/ |
D | constrained_window_mac.mm | 52 NSWindow* parent_window = GetParentWindow(); 94 NSWindow* ConstrainedWindowMac::GetParentWindow() const { function
|
D | constrained_window_mac.h | 46 NSWindow* GetParentWindow() const;
|
/external/pdfium/fpdfsdk/include/pdfwindow/ |
D | PWL_Wnd.h | 357 CPWL_Wnd* GetParentWindow() const;
|