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

  /external/libweave/src/notification/
pull_channel.cc 44 base::Bind(&PullChannel::OnTimer, weak_ptr_factory_.GetWeakPtr()),
59 void PullChannel::OnTimer() {
pull_channel.h 40 void OnTimer();
  /external/opencv3/modules/viz/src/vtk/
vtkVizInteractorStyle.hpp 75 virtual void OnTimer();
vtkVizInteractorStyle.cpp 799 void cv::viz::vtkVizInteractorStyle::OnTimer()
    [all...]
  /external/libbrillo/brillo/http/
http_transport_curl.h 97 void OnTimer();
http_transport_curl.cc 400 base::Bind(&Transport::OnTimer,
407 void Transport::OnTimer() {
  /external/lzma/CPP/7zip/UI/FileManager/
ProgressDialog.cpp 101 bool CProgressDialog::OnTimer(WPARAM /* timerID */, LPARAM /* callback */)
ProgressDialog.h 95 bool OnTimer(WPARAM timerID, LPARAM callback);
ProgressDialog2.h 205 bool OnTimer(WPARAM timerID, LPARAM callback);
ProgressDialog2.cpp 887 bool CProgressDialog::OnTimer(WPARAM /* timerID */, LPARAM /* callback */)
  /external/lzma/CPP/Windows/Control/
Dialog.cpp 40 case WM_TIMER: return OnTimer(wParam, lParam);
Dialog.h 109 virtual bool OnTimer(WPARAM /* timerID */, LPARAM /* callback */) { return false; }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ocmm.h 219 virtual HRESULT WINAPI OnTimer(VARIANT vtimeAdvise) = 0;
227 HRESULT (WINAPI *OnTimer)(ITimerSink *This,VARIANT vtimeAdvise);
237 #define ITimerSink_OnTimer(This,vtimeAdvise) (This)->lpVtbl->OnTimer(This,vtimeAdvise)

Completed in 1511 milliseconds