Home
last modified time | relevance | path

Searched refs:OnCreate (Results 1 – 25 of 34) sorted by relevance

12

/external/chromium_org/remoting/host/win/
Drdp_client_window.h92 MSG_WM_CREATE(OnCreate)
101 LRESULT OnCreate(CREATESTRUCT* create_struct);
Drdp_client_window.cc236 LRESULT RdpClientWindow::OnCreate(CREATESTRUCT* create_struct) { in OnCreate() function in remoting::RdpClientWindow
/external/chromium_org/ui/platform_window/win/
Dwin_window.h56 CR_MSG_WM_CREATE(OnCreate) in NON_EXPORTED_BASE()
67 LRESULT OnCreate(CREATESTRUCT* create_struct); in NON_EXPORTED_BASE()
Dwin_window.cc145 LRESULT WinWindow::OnCreate(CREATESTRUCT* create_struct) { in OnCreate() function in ui::WinWindow
/external/chromium_org/ui/views/widget/desktop_aura/
Ddesktop_cursor_loader_updater_auralinux.h20 virtual void OnCreate(float device_scale_factor,
Ddesktop_cursor_loader_updater.h36 virtual void OnCreate(float device_scale_factor,
Ddesktop_cursor_loader_updater_auralinux.cc55 void DesktopCursorLoaderUpdaterAuraLinux::OnCreate( in OnCreate() function in views::DesktopCursorLoaderUpdaterAuraLinux
Ddesktop_native_cursor_manager.cc19 cursor_loader_updater_->OnCreate(1.0f, cursor_loader_.get()); in DesktopNativeCursorManager()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_ScrollBar.h47 virtual void OnCreate(PWL_CREATEPARAM & cp);
106 virtual void OnCreate(PWL_CREATEPARAM & cp);
DPWL_Button.h18 virtual void OnCreate(PWL_CREATEPARAM & cp);
DPWL_ComboBox.h55 virtual void OnCreate(PWL_CREATEPARAM & cp);
DPWL_EditCtrl.h62 virtual void OnCreate(PWL_CREATEPARAM & cp);
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Button.cpp29 void CPWL_Button::OnCreate(PWL_CREATEPARAM & cp) in OnCreate() function in CPWL_Button
DPWL_Wnd.cpp244 OnCreate(m_sPrivateParam); in Create()
272 void CPWL_Wnd::OnCreate(PWL_CREATEPARAM & cp) in OnCreate() function in CPWL_Wnd
/external/chromium_org/sandbox/win/sandbox_poc/
Dmain_ui_window.h92 static BOOL OnCreate(HWND parent_window, LPCREATESTRUCT);
Dmain_ui_window.cc130 return HANDLE_WM_CREATE(window, wparam, lparam, OnCreate); in WndProc()
241 BOOL MainUIWindow::OnCreate(HWND parent_window, LPCREATESTRUCT) { in OnCreate() function in MainUIWindow
/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_encrypt.cpp498 void CPDF_StandardSecurityHandler::OnCreate(CPDF_Dictionary* pEncryptDict, CPDF_Array* pIdArray, in OnCreate() function in CPDF_StandardSecurityHandler
583 void CPDF_StandardSecurityHandler::OnCreate(CPDF_Dictionary* pEncryptDict, CPDF_Array* pIdArray, in OnCreate() function in CPDF_StandardSecurityHandler
587 OnCreate(pEncryptDict, pIdArray, user_pass, user_size, owner_pass, owner_size, TRUE, type); in OnCreate()
589 void CPDF_StandardSecurityHandler::OnCreate(CPDF_Dictionary* pEncryptDict, CPDF_Array* pIdArray, FX… in OnCreate() function in CPDF_StandardSecurityHandler
591 OnCreate(pEncryptDict, pIdArray, user_pass, user_size, NULL, 0, FALSE, type); in OnCreate()
/external/chromium_org/ui/views/win/
Dhwnd_message_handler.h377 CR_MSG_WM_CREATE(OnCreate)
420 LRESULT OnCreate(CREATESTRUCT* create_struct);
/external/pdfium/fpdfsdk/include/
Dfsdk_annothandler.h50 virtual void OnCreate(CPDFSDK_Annot* pAnnot) = 0;
119 virtual void OnCreate(CPDFSDK_Annot* pAnnot) ;
/external/pdfium/fpdfsdk/src/
Dfsdk_annothandler.cpp103 pAnnotHandler->OnCreate(pAnnot); in Annot_OnCreate()
644 void CPDFSDK_BFAnnotHandler::OnCreate(CPDFSDK_Annot* pAnnot) in OnCreate() function in CPDFSDK_BFAnnotHandler
655 m_pFormFiller->OnCreate(pAnnot); in OnCreate()
/external/chromium_org/content/browser/fileapi/
Dfileapi_message_filter.h106 void OnCreate(int request_id,
Dfileapi_message_filter.cc157 IPC_MESSAGE_HANDLER(FileSystemHostMsg_Create, OnCreate) in OnMessageReceived()
325 void FileAPIMessageFilter::OnCreate( in OnCreate() function in content::FileAPIMessageFilter
/external/pdfium/fpdfsdk/include/formfiller/
DFFL_IFormFiller.h43 virtual void OnCreate(CPDFSDK_Annot* pAnnot);
DFFL_FormFiller.h48 virtual void OnCreate(CPDFSDK_Annot* pAnnot);
/external/pdfium/core/include/fpdfapi/
Dfpdf_parser.h656 void OnCreate(CPDF_Dictionary* pEncryptDict, CPDF_Array* pIdArray,
660 void OnCreate(CPDF_Dictionary* pEncryptDict, CPDF_Array* pIdArray,
696 void OnCreate(CPDF_Dictionary* pEncryptDict, CPDF_Array* pIdArray,

12