HomeSort by relevance Sort by last modified time
    Searched refs:OnCreate (Results 1 - 25 of 34) sorted by null

1 2

  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_cursor_loader_updater.h 36 virtual void OnCreate(float device_scale_factor,
desktop_cursor_loader_updater_auralinux.h 20 virtual void OnCreate(float device_scale_factor,
desktop_cursor_loader_updater_auralinux.cc 55 void DesktopCursorLoaderUpdaterAuraLinux::OnCreate(
desktop_native_cursor_manager.cc 19 cursor_loader_updater_->OnCreate(1.0f, cursor_loader_.get());
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Button.h 18 virtual void OnCreate(PWL_CREATEPARAM & cp);
PWL_ScrollBar.h 47 virtual void OnCreate(PWL_CREATEPARAM & cp);
106 virtual void OnCreate(PWL_CREATEPARAM & cp);
PWL_ComboBox.h 55 virtual void OnCreate(PWL_CREATEPARAM & cp);
PWL_EditCtrl.h 62 virtual void OnCreate(PWL_CREATEPARAM & cp);
PWL_Wnd.h 408 virtual void OnCreate(PWL_CREATEPARAM & cp);
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Button.cpp 29 void CPWL_Button::OnCreate(PWL_CREATEPARAM & cp)
  /external/chromium_org/remoting/host/win/
rdp_client_window.h 92 MSG_WM_CREATE(OnCreate)
101 LRESULT OnCreate(CREATESTRUCT* create_struct);
rdp_client_window.cc 236 LRESULT RdpClientWindow::OnCreate(CREATESTRUCT* create_struct) {
  /external/chromium_org/sandbox/win/sandbox_poc/
main_ui_window.h 92 static BOOL OnCreate(HWND parent_window, LPCREATESTRUCT);
main_ui_window.cc 130 return HANDLE_WM_CREATE(window, wparam, lparam, OnCreate);
241 BOOL MainUIWindow::OnCreate(HWND parent_window, LPCREATESTRUCT) {
  /external/chromium_org/mojo/services/native_viewport/
native_viewport_win.cc 104 CR_MSG_WM_CREATE(OnCreate)
123 LRESULT OnCreate(CREATESTRUCT* create_struct) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
htiframe.h 77 virtual HRESULT WINAPI OnCreate(IUnknown *pUnkDestination,ULONG cbCookie) = 0;
86 HRESULT (WINAPI *OnCreate)(ITargetNotify *This,IUnknown *pUnkDestination,ULONG cbCookie);
97 #define ITargetNotify_OnCreate(This,pUnkDestination,cbCookie) (This)->lpVtbl->OnCreate(This,pUnkDestination,cbCookie)
123 HRESULT (WINAPI *OnCreate)(ITargetNotify2 *This,IUnknown *pUnkDestination,ULONG cbCookie);
135 #define ITargetNotify2_OnCreate(This,pUnkDestination,cbCookie) (This)->lpVtbl->OnCreate(This,pUnkDestination,cbCookie)
  /external/chromium_org/ui/views/win/
hwnd_message_handler.h 367 CR_MSG_WM_CREATE(OnCreate)
410 LRESULT OnCreate(CREATESTRUCT* create_struct);
  /external/pdfium/fpdfsdk/include/
fsdk_annothandler.h 50 virtual void OnCreate(CPDFSDK_Annot* pAnnot) = 0;
119 virtual void OnCreate(CPDFSDK_Annot* pAnnot) ;
  /external/chromium_org/content/browser/fileapi/
fileapi_message_filter.h 108 void OnCreate(int request_id,
fileapi_message_filter.cc 157 IPC_MESSAGE_HANDLER(FileSystemHostMsg_Create, OnCreate)
324 void FileAPIMessageFilter::OnCreate(
  /external/pdfium/fpdfsdk/include/formfiller/
FFL_FormFiller.h 48 virtual void OnCreate(CPDFSDK_Annot* pAnnot);
FFL_IFormFiller.h 43 virtual void OnCreate(CPDFSDK_Annot* pAnnot);
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_encrypt.cpp 498 void CPDF_StandardSecurityHandler::OnCreate(CPDF_Dictionary* pEncryptDict, CPDF_Array* pIdArray,
583 void CPDF_StandardSecurityHandler::OnCreate(CPDF_Dictionary* pEncryptDict, CPDF_Array* pIdArray,
587 OnCreate(pEncryptDict, pIdArray, user_pass, user_size, owner_pass, owner_size, TRUE, type);
589 void CPDF_StandardSecurityHandler::OnCreate(CPDF_Dictionary* pEncryptDict, CPDF_Array* pIdArray, FX_LPCBYTE user_pass, FX_DWORD user_size, FX_DWORD type)
591 OnCreate(pEncryptDict, pIdArray, user_pass, user_size, NULL, 0, FALSE, type);
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_parser.h 656 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,
  /external/pdfium/fpdfsdk/src/
fsdk_annothandler.cpp 103 pAnnotHandler->OnCreate(pAnnot);
644 void CPDFSDK_BFAnnotHandler::OnCreate(CPDFSDK_Annot* pAnnot)
655 m_pFormFiller->OnCreate(pAnnot);

Completed in 986 milliseconds

1 2