Home
last modified time | relevance | path

Searched refs:OnStop (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebKit/wx/
DWebBrowserShell.h71 void OnStop(wxCommandEvent& event);
DWebBrowserShell.cpp82 EVT_MENU(ID_STOP, wxWebBrowserShell::OnStop) in BEGIN_EVENT_TABLE()
288 void wxWebBrowserShell::OnStop(wxCommandEvent& myEvent) in OnStop() function in wxWebBrowserShell
DChangeLog1844 (wxWebBrowserShell::OnStop):
/external/sonivox/jet_tools/JetCreator/
DJetAudition.py128 self.Bind(wx.EVT_BUTTON, self.OnStop, id=self.btnStop.GetId())
245 def OnStop(self, event): member in Audition