Home
last modified time | relevance | path

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

/external/grpc-grpc/examples/csharp/HelloworldXamarin/Droid/Assets/
DAboutAssets.txt9 protected override void OnCreate (Bundle bundle)
11 base.OnCreate (bundle);
/external/grpc-grpc/examples/csharp/HelloworldXamarin/Droid/
DMainActivity.cs34 protected override void OnCreate(Bundle savedInstanceState) in OnCreate() method in HelloworldXamarin.Droid.MainActivity
36 base.OnCreate(savedInstanceState); in OnCreate()
/external/pdfium/core/fpdfapi/parser/
Dcpdf_security_handler.h34 void OnCreate(CPDF_Dictionary* pEncryptDict,
38 void OnCreate(CPDF_Dictionary* pEncryptDict,
Dcpdf_security_handler.cpp623 void CPDF_SecurityHandler::OnCreate(CPDF_Dictionary* pEncryptDict, in OnCreate() function in CPDF_SecurityHandler
631 void CPDF_SecurityHandler::OnCreate(CPDF_Dictionary* pEncryptDict, in OnCreate() function in CPDF_SecurityHandler
/external/openscreen/platform/impl/
Dudp_socket_reader_posix.h37 void OnCreate(UdpSocket* socket);
Dudp_socket_reader_posix.cc38 void UdpSocketReaderPosix::OnCreate(UdpSocket* socket) { in OnCreate() function in openscreen::UdpSocketReaderPosix
Dudp_socket_reader_posix_unittest.cc131 network_waiter.OnCreate(socket.get()); in TEST()
Dudp_socket_posix.cc79 platform_client_->udp_socket_reader()->OnCreate(this); in UdpSocketPosix()
/external/lzma/CPP/Windows/Control/
DWindow2.h29 virtual bool OnCreate(CREATESTRUCT * /* createStruct */) { return true; } in OnCreate() function
DWindow2.cpp139 if (!OnCreate((CREATESTRUCT *)lParam)) in OnMessage()
/external/pdfium/core/fpdfapi/edit/
Dcpdf_creator.cpp628 m_pSecurityHandler->OnCreate(m_pNewEncryptDict.Get(), m_pIDArray.Get(), in InitID()
/external/python/cpython3/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp1878 if (!pBA->OnCreate(hWnd)) { in WndProc()
1991 BOOL OnCreate(__in HWND hWnd) { in OnCreate() function in PythonBootstrapperApplication