/external/webkit/WebCore/page/animation/ |
AnimationBase.h | 66 AnimationStateStartWaitTimer, // start timer running, waiting for fire 69 AnimationStateLooping, // response received, animation running, loop timer running, waiting for fire 70 AnimationStateEnding, // received, animation running, end timer running, waiting for fire
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/ |
ToSAXHandler.java | 150 // time to fire off comment event 203 // fire off the start element event 320 // fire off the start element event 336 // fire off the start element event
|
SerializerBase.java | 92 * To fire off the end element trace event 221 * other fire... methods can flush this writer when tracing. 924 // to fire trace events. 989 * To fire off start entity trace event 1018 * various fire...() trace events. Due to the writer being wrapped with [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/os/ |
SmsMessageReceiver.java | 65 // Trigger the main activity to fire up a dialog that shows/reads the received messages
|
/external/dbus/test/ |
test-utils.c | 44 /* Can return FALSE on OOM but we just let it fire again later */
|
/external/netcat/scripts/ |
irc | 20 # top level: fire ourselves off as the keepalive process, and keep track of it
|
/external/webkit/WebCore/platform/ |
SharedTimer.h | 41 // The fire time is relative to the classic POSIX epoch of January 1, 1970,
|
Timer.h | 79 unsigned m_heapInsertionOrder; // Used to keep order among equal-fire-time timers
|
/external/webkit/WebCore/platform/android/ |
SharedTimerAndroid.cpp | 48 // The fire time is relative to the classic POSIX epoch of January 1, 1970,
|
/external/webkit/WebCore/platform/haiku/ |
SharedTimerHaiku.cpp | 36 #define FIRE_MESSAGE 'fire'
|
/external/webkit/WebKit/mac/WebCoreSupport/ |
WebIconDatabaseClient.mm | 53 // This is a quick notification that is likely to fire in a rapidly iterating loop
|
/external/webkit/WebCore/workers/ |
WorkerRunLoop.cpp | 60 void fire() { m_sharedTimerFunction(); } function in class:WebCore::WorkerSharedTimer 167 m_sharedTimer->fire();
|
DefaultSharedWorkerRepository.h | 58 // Invoked once the worker script has been loaded to fire up the worker thread.
|
/frameworks/base/core/java/android/webkit/ |
JWebCoreJavaBridge.java | 35 // Instant timer is used to implement a timer that needs to fire almost 218 * @param timemillis The relative time when the timer should fire
|
/packages/apps/Browser/src/com/android/browser/ |
WebStorageSizeManager.java | 237 // There definitely isn't any more space. Fire notifications 240 // We only fire the notification if there are some other websites 319 // There definitely isn't any more space. Fire notifications 322 // We only fire the notification if there are some other websites 412 // Fire away.
|
/dalvik/libcore/awt-kernel/src/main/java/java/beans/ |
PropertyChangeSupport.java | 434 * the event to fire 469 * Copy the listeners collections so they can be modified while we fire 490 // Fire the listeners
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/ |
EditableDialogCellEditor.java | 136 * nothing to delete) has changed and if so fire an 149 * has changed and if so fire an enablement changed notification. 161 * no selection) has changed and if so fire an
|
/development/pdk/docs/community/ |
groups-charter.jd | 28 <p>If you see anyone being rude, call them out on it. This is your group too, and you don't have to accept someone else being disrespectful just because it wasn't directed at you. Just remember to be polite and courteous yourself! Don't add fuel to the fire.
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
VoiceRecognition.java | 82 * Fire an intent to start the speech recognition activity.
|
/external/webkit/LayoutTests/storage/domstorage/events/ |
basic-body-attribute-expected.txt | 1 This is a test to make sure DOM Storage mutations fire StorageEvents that are caught by the event listener specified as an attribute on the body.
|
basic-expected.txt | 1 This is a test to make sure DOM Storage mutations fire StorageEvents that are caught by the event listener set via window.onstorage.
|
basic-setattribute-expected.txt | 1 This is a test to make sure DOM Storage mutations fire StorageEvents that are caught by the event listener attached via setattribute.
|
/external/webkit/WebCore/accessibility/ |
AccessibilitySlider.cpp | 126 // Fire change event manually, as RenderSlider::setValueForPosition does.
|
/external/webkit/WebCore/page/ |
PluginHalter.cpp | 91 // the timer's next fire time.
|
/external/quake/quake/src/QW/progs/ |
subs.qc | 215 // create a temp object to fire at a later time 254 // fire targets
|