OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnTimer
(Results
1 - 9
of
9
) sorted by null
/external/libbrillo/brillo/http/
http_transport_curl.h
97
void
OnTimer
();
http_transport_curl.cc
403
base::Bind(&Transport::
OnTimer
,
410
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
206
bool
OnTimer
(WPARAM timerID, LPARAM callback);
ProgressDialog2.cpp
906
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 644 milliseconds