OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OnTimer
(Results
1 - 7
of
7
) sorted by null
/external/libweave/src/notification/
pull_channel.cc
44
base::Bind(&PullChannel::
OnTimer
, weak_ptr_factory_.GetWeakPtr()),
59
void PullChannel::
OnTimer
() {
/external/lzma/CPP/7zip/UI/FileManager/
ProgressDialog.cpp
101
bool CProgressDialog::
OnTimer
(WPARAM /* timerID */, LPARAM /* callback */)
ProgressDialog2.cpp
887
bool CProgressDialog::
OnTimer
(WPARAM /* timerID */, LPARAM /* callback */)
/external/libbrillo/brillo/http/
http_transport_curl.cc
400
base::Bind(&Transport::
OnTimer
,
407
void Transport::
OnTimer
() {
/external/lzma/CPP/Windows/Control/
Dialog.h
109
virtual bool
OnTimer
(WPARAM /* timerID */, LPARAM /* callback */) { return false; }
/external/opencv3/modules/viz/src/vtk/
vtkVizInteractorStyle.cpp
799
void cv::viz::vtkVizInteractorStyle::
OnTimer
()
[
all
...]
/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 1104 milliseconds