HomeSort by relevance Sort by last modified time
    Searched defs:fired (Results 1 - 10 of 10) sorted by null

  /external/webkit/WebCore/platform/
RunLoopTimer.h 55 virtual void fired() = 0;
70 virtual void fired() { (m_object->*m_function)(this); } function in class:WebCore::RunLoopTimer
Timer.h 59 virtual void fired() = 0;
98 virtual void fired() { (m_object->*m_function)(this); } function in class:WebCore::Timer
  /external/webkit/WebKit/android/plugins/
PluginTimer.cpp 64 void PluginTimer::fired() function in class:WebCore::PluginTimer
113 // the plugin can call us while we are in the fired() method,
  /external/webkit/WebCore/platform/network/cf/
DNSCFNet.cpp 69 virtual void fired();
105 void DNSResolveQueue::fired() function in class:WebCore::DNSResolveQueue
  /external/chromium/third_party/libevent/test/
bench.c 61 static int count, writes, fired; variable
78 fired++;
97 fired = 0;
100 for (i = 0; i < num_active; i++, fired++)
110 } while (count != fired);
  /external/webkit/WebCore/page/
DOMTimer.cpp 89 // or if it is a one-time timer and it has fired (DOMTimer::fired).
116 void DOMTimer::fired() function in class:WebCore::DOMTimer
DOMWindow.cpp 103 virtual void fired() function in class:WebCore::PostMessageTimer
    [all...]
  /external/chromium/base/
waitable_event_posix.cc 80 // variable and the fired flag in this object.
124 bool fired() const { function in class:base::SyncWaiter
180 if (sw.fired() || (finite_time && current_time >= end_time)) {
181 const bool return_value = sw.fired();
184 // of locking order), however, in between the two a signal could be fired
267 if (sw.fired())
274 // The address of the WaitableEvent which fired is stored in the SyncWaiter.
276 // This will store the index of the raw_waitables which fired.
  /external/webkit/WebCore/loader/appcache/
ApplicationCacheGroup.cpp 930 virtual void fired() function in class:WebCore::ChromeClientCallbackTimer
    [all...]
  /external/webkit/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeWin.cpp 119 void fired();
150 void TaskTimer::fired() function in class:WebCore::TaskTimer

Completed in 107 milliseconds