Searched refs:timerEvent (Results 1 - 20 of 20) sorted by relevance

/external/webkit/Source/WebCore/platform/efl/
H A DSharedTimerEfl.cpp48 static Eina_Bool timerEvent(void*) function in namespace:WebCore
71 _sharedTimer = ecore_timer_loop_add(interval, timerEvent, 0);
/external/webkit/Tools/QtTestBrowser/
H A Dfpstimer.h47 virtual void timerEvent(QTimerEvent*);
H A Dfpstimer.cpp73 void FpsTimer::timerEvent(QTimerEvent* event) function in class:FpsTimer
/external/webkit/Source/WebCore/platform/qt/
H A DSharedTimerQt.cpp52 void timerEvent(QTimerEvent* ev);
114 void SharedTimerQt::timerEvent(QTimerEvent* ev) function in class:WebCore::SharedTimerQt
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DContextShadowQt.cpp51 void timerEvent(QTimerEvent* event);
97 void ShadowBuffer::timerEvent(QTimerEvent* event) function in class:WebCore::ShadowBuffer
103 QObject::timerEvent(event);
/external/oprofile/gui/
H A Doprof_start.h78 void timerEvent(QTimerEvent * e);
H A Doprof_start.cpp190 timerEvent(0);
402 void oprof_start::timerEvent(QTimerEvent *) function in class:oprof_start
927 timerEvent(0);
1029 timerEvent(0);
/external/webkit/Tools/WebKitTestRunner/qt/
H A DTestControllerQt.cpp68 void timerEvent(QTimerEvent*) function in class:WTR::TestControllerRunLoop
/external/webkit/Source/WebKit2/Platform/qt/
H A DRunLoopQt.cpp53 virtual void timerEvent(QTimerEvent* event) function in class:RunLoop::TimerObject
H A DWorkQueueQt.cpp68 virtual void timerEvent(QTimerEvent*) function in class:WorkQueue::WorkItemQt
/external/webkit/Tools/DumpRenderTree/qt/
H A DEventSenderQt.h84 void timerEvent(QTimerEvent*);
H A DLayoutTestControllerQt.h83 void timerEvent(QTimerEvent*);
H A DLayoutTestControllerQt.cpp351 void LayoutTestController::timerEvent(QTimerEvent *ev) function in class:LayoutTestController
359 QObject::timerEvent(ev);
H A DEventSenderQt.cpp609 void EventSender::timerEvent(QTimerEvent* ev) function in class:EventSender
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebpage_p.h96 void timerEvent(QTimerEvent*);
H A Dqwebpage.cpp652 void QWebPagePrivate::timerEvent(QTimerEvent *ev) function in class:QWebPagePrivate
658 q->timerEvent(ev);
3025 d->timerEvent(static_cast<QTimerEvent*>(ev));
/external/webkit/Source/WebKit2/UIProcess/API/qt/
H A Dqwkpage.h143 void timerEvent(QTimerEvent*);
H A Dqwkpage.cpp585 void QWKPage::timerEvent(QTimerEvent* ev) function in class:QWKPage
591 QObject::timerEvent(ev);
/external/webkit/Source/WebKit/qt/declarative/
H A Dqdeclarativewebview_p.h72 void timerEvent(QTimerEvent* event);
H A Dqdeclarativewebview.cpp125 void GraphicsWebView::timerEvent(QTimerEvent* event) function in class:GraphicsWebView

Completed in 865 milliseconds