Home
last modified time | relevance | path

Searched refs:FrameAction (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/page/
DFrameActionScheduler.h40 class FrameAction {
42 WTF_MAKE_NONCOPYABLE(FrameAction);
44 FrameAction() {} in FrameAction() function
45 virtual ~FrameAction() {} in ~FrameAction()
60 void scheduleAction(PassOwnPtr<FrameAction>);
67 Vector< OwnPtr<FrameAction> > m_scheduledActions;
DFrameActionScheduler.cpp35 class EventFrameAction : public FrameAction {
93 Vector< OwnPtr<FrameAction> > snapshot; in dispatch()
96 for (Vector< OwnPtr<FrameAction> >::iterator i = snapshot.begin(); i != snapshot.end(); ++i) in dispatch()
100 void FrameActionScheduler::scheduleAction(PassOwnPtr<FrameAction> action) in scheduleAction()
/external/webkit/Source/WebCore/
DChangeLog54515 - Extracted FrameAction abstract class from ScheduledEvent,
54543 (WebCore::FrameAction::FrameAction):
54544 (WebCore::FrameAction::~FrameAction):