HomeSort by relevance Sort by last modified time
    Searched full:timer (Results 301 - 325 of 1190) sorted by null

<<11121314151617181920>>

  /external/webkit/WebCore/wml/
WMLCardElement.cpp 111 void WMLCardElement::setIntrinsicEventTimer(WMLTimerElement* timer)
113 // Only one timer is allowed in a card
119 m_eventTimer = timer;
170 // Start the timer if it exists in current card
WMLPrevElement.cpp 58 // Stop the timer of the current card if it is active
  /external/webkit/WebKit/android/WebCoreSupport/
GeolocationPermissions.h 33 #include "Timer.h"
123 void timerFired(WebCore::Timer<GeolocationPermissions>* timer);
160 WebCore::Timer<GeolocationPermissions> m_timer;
  /external/webkit/WebKit/android/plugins/
PluginTimer.h 30 #include "Timer.h"
  /external/webkit/WebKit/mac/WebView/
WebViewEventHandling.mm 115 // to start the autoscroll timer if appropriate.
220 NSTimer *timer = _private->autoscrollTimer;
224 [timer invalidate];
225 [timer release];
  /external/webkit/WebKit/wx/
WebViewPrivate.h 38 #include <wx/timer.h>
  /hardware/ti/wlan/wl1271/TWD/MacServices/
MeasurementSrvSM.c 46 #include "timer.h"
255 /* check if request time has expired (note: timer wrap-around is also handled)*/
332 /* start the FW guard timer */
363 /* check if request time has expired (note: timer wrap-around is also handled)*/
400 TRACE0( pMeasurementSRV->hReport, REPORT_SEVERITY_INFORMATION, ": Medium Usage has been nullified, starting timer.\n");
402 /* Start Timer */
453 TRACE0( pMeasurementSRV->hReport, REPORT_SEVERITY_INFORMATION, ": Sent noise histogram command. Starting timer\n");
455 /* Start Timer */
493 TRACE7( pMeasurementSRV->hReport, REPORT_SEVERITY_INFORMATION, ": AP discovery command sent. Params:\n scanDuration=%d, scanOptions=%d, numOfProbRqst=%d, txdRateSet=%d, txPowerDbm=%d, configOptions=%d, filterOptions=%d\n Starting timer...\n", pApDiscoveryParams.scanDuration, pApDiscoveryParams.scanOptions, pApDiscoveryParams.numOfProbRqst, pApDiscoveryParams.txdRateSet, pApDiscoveryParams.txPowerDbm, pApDiscoveryParams.ConfigOptions, pApDiscoveryParams.FilterOptions);
495 /* Start Timer */
    [all...]
PowerSrvSM.h 106 TI_HANDLE hTimer; /**< Handle to the Timer module. */
108 TI_HANDLE hPwrSrvSmTimer; /**< Guard timer for PS commands sent to the FW */
179 * 4) TI_HANDLE - handle to the Timer module object.
270 * \brief Registers a failure event callback for power save error notifications (timer expiry).\n
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/sunrpc/
clnt.h 21 #include <linux/sunrpc/timer.h>
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/sunrpc/
clnt.h 21 #include <linux/sunrpc/timer.h>
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/sunrpc/
clnt.h 21 #include <linux/sunrpc/timer.h>
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/sunrpc/
clnt.h 21 #include <linux/sunrpc/timer.h>
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/sunrpc/
clnt.h 21 #include <linux/sunrpc/timer.h>
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/sunrpc/
clnt.h 21 #include <linux/sunrpc/timer.h>
  /packages/apps/Browser/src/com/android/browser/
LogTag.java 38 * Note that a redirect will restart the timer, so this time is not
  /packages/apps/Mms/src/com/android/mms/ui/
ClassZeroActivity.java 60 /** Default timer to dismiss the dialog. */
63 /** To remember the exact time when the timer should fire. */
71 /** The timer to dismiss the dialog automatically. */
136 // Save the message if the timer already expired.
  /packages/apps/Phone/src/com/android/phone/
EmergencyCallbackModeExitDialog.java 94 // Register ECM timer reset notfication
108 // Unregister ECM timer reset notification
167 * Shows Emergency Callback Mode dialog and starts countdown timer
333 * Class for receiving framework timer reset notifications
  /system/wlan/ti/wilink_6_1/TWD/MacServices/
MeasurementSrvSM.c 46 #include "timer.h"
255 /* check if request time has expired (note: timer wrap-around is also handled)*/
332 /* start the FW guard timer */
363 /* check if request time has expired (note: timer wrap-around is also handled)*/
400 TRACE0( pMeasurementSRV->hReport, REPORT_SEVERITY_INFORMATION, ": Medium Usage has been nullified, starting timer.\n");
402 /* Start Timer */
453 TRACE0( pMeasurementSRV->hReport, REPORT_SEVERITY_INFORMATION, ": Sent noise histogram command. Starting timer\n");
455 /* Start Timer */
493 TRACE7( pMeasurementSRV->hReport, REPORT_SEVERITY_INFORMATION, ": AP discovery command sent. Params:\n scanDuration=%d, scanOptions=%d, numOfProbRqst=%d, txdRateSet=%d, txPowerDbm=%d, configOptions=%d, filterOptions=%d\n Starting timer...\n", pApDiscoveryParams.scanDuration, pApDiscoveryParams.scanOptions, pApDiscoveryParams.numOfProbRqst, pApDiscoveryParams.txdRateSet, pApDiscoveryParams.txPowerDbm, pApDiscoveryParams.ConfigOptions, pApDiscoveryParams.FilterOptions);
495 /* Start Timer */
    [all...]
PowerSrvSM.h 106 TI_HANDLE hTimer; /**< Handle to the Timer module. */
108 TI_HANDLE hPwrSrvSmTimer; /**< Guard timer for PS commands sent to the FW */
179 * 4) TI_HANDLE - handle to the Timer module object.
270 * \brief Registers a failure event callback for power save error notifications (timer expiry).\n
  /external/opencore/doc/oscl_html/
classOsclTimerObserver.html 85 This function will be called when the timer associated with this observer is executed<dl compact><dt><b>Parameters: </b></dt><dd>
88 The ID given at timer request. </td></tr>
90 Any extra info given at timer request. </td></tr>
  /external/webkit/WebCore/editing/
SelectionController.h 31 #include "Timer.h"
164 void caretBlinkTimerFired(Timer<SelectionController>*);
172 Timer<SelectionController> m_caretBlinkTimer;
  /external/webkit/WebCore/history/
PageCache.cpp 157 void PageCache::releaseAutoreleasedPagesNowOrReschedule(Timer<PageCache>* timer)
165 timer->startOneShot(autoreleaseInterval);
  /external/webkit/WebCore/inspector/
JavaScriptDebugServer.h 34 #include "Timer.h"
86 void recompileAllJSFunctions(Timer<JavaScriptDebugServer>* = 0);
151 Timer<JavaScriptDebugServer> m_recompileTimer;
  /external/webkit/WebCore/loader/icon/
IconDatabase.h 31 #include "Timer.h"
117 void syncTimerFired(Timer<IconDatabase>*);
119 Timer<IconDatabase> m_syncTimer;
  /external/webkit/WebCore/page/
Geolocation.h 40 #include "Timer.h"
106 void timerFired(Timer<GeoNotifier>*);
112 Timer<GeoNotifier> m_timer;

Completed in 237 milliseconds

<<11121314151617181920>>