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

  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
ScheduledAction.cpp 32 #include "bindings/core/v8/ScheduledAction.h"
49 ScheduledAction::ScheduledAction(ScriptState* scriptState, v8::Handle<v8::Function> function, int argc, v8::Handle<v8::Value> argv[], v8::Isolate* isolate)
60 ScheduledAction::ScheduledAction(ScriptState* scriptState, const String& code, const KURL& url, v8::Isolate* isolate)
67 ScheduledAction::~ScheduledAction()
71 void ScheduledAction::execute(ExecutionContext* context)
76 WTF_LOG(Timers, "ScheduledAction::execute %p: no frame", this);
80 WTF_LOG(Timers, "ScheduledAction::execute %p: frame can not execute scripts", this)
    [all...]
ScheduledAction.h 47 class ScheduledAction {
48 WTF_MAKE_NONCOPYABLE(ScheduledAction);
50 ScheduledAction(ScriptState*, v8::Handle<v8::Function>, int argc, v8::Handle<v8::Value> argv[], v8::Isolate*);
51 ScheduledAction(ScriptState*, const String&, const KURL&, v8::Isolate*);
52 ~ScheduledAction();
69 #endif // ScheduledAction

Completed in 62 milliseconds