HomeSort by relevance Sort by last modified time
    Searched refs:GetParentWindow (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/chrome/browser/ui/cocoa/constrained_window/
constrained_window_mac.h 46 NSWindow* GetParentWindow() const;
  /external/chromium_org/chrome/browser/ui/webui/options/
certificate_manager_handler.h 160 gfx::NativeWindow GetParentWindow() const;
certificate_manager_handler.cc 547 GetParentWindow(),
552 ShowCertificateViewer(web_ui()->GetWebContents(), GetParentWindow(), cert);
627 GetParentWindow(),
660 GetParentWindow(),
719 GetParentWindow(),
770 GetParentWindow(),
839 GetParentWindow(),
    [all...]
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Note.cpp 167 if (CPWL_Wnd* pParent = this->GetParentWindow())
169 if (CPWL_Wnd* pGrand = pParent->GetParentWindow())
197 if (CPWL_Wnd * pParent = this->GetParentWindow())
225 if (CPWL_Wnd * pParent = this->GetParentWindow())
568 if (CPWL_Wnd * pParent = this->GetParentWindow())
587 if (CPWL_Wnd * pParent = this->GetParentWindow())
838 if (CPWL_Wnd* pParent = this->GetParentWindow())
897 if (CPWL_Wnd* pParent = this->GetParentWindow())
899 if (CPWL_Wnd* pGrand = pParent->GetParentWindow())
1023 if (CPWL_Wnd* pParent = pWnd->GetParentWindow())
    [all...]
PWL_ComboBox.cpp 36 if (CPWL_Wnd * pParent = GetParentWindow())
102 if (CPWL_ComboBox* pComboBox = (CPWL_ComboBox*)GetParentWindow())
186 if (CPWL_Wnd * pParent = GetParentWindow())
PWL_IconList.cpp 179 if (CPWL_Wnd * pParent = this->GetParentWindow())
298 if (CPWL_Wnd* pParent = this->GetParentWindow())
PWL_Wnd.cpp 167 pParent = pParent->GetParentWindow();
196 pParent = pParent->GetParentWindow();
657 CPWL_Wnd* CPWL_Wnd::GetParentWindow() const
1239 pParent = pParent->GetParentWindow();
PWL_ScrollBar.cpp 572 if (CPWL_Wnd * pParent = GetParentWindow())
585 if (CPWL_Wnd * pParent = GetParentWindow())
598 if (CPWL_Wnd * pParent = GetParentWindow())
1205 if (CPWL_Wnd * pParent = this->GetParentWindow())
    [all...]
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Wnd.h 357 CPWL_Wnd* GetParentWindow() const;

Completed in 94 milliseconds