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/v8/
ScheduledAction.cpp 32 #include "bindings/v8/ScheduledAction.h"
48 ScheduledAction::ScheduledAction(v8::Handle<v8::Context> context, v8::Handle<v8::Function> function, int argc, v8::Handle<v8::Value> argv[], v8::Isolate* isolate)
59 ScheduledAction::ScheduledAction(v8::Handle<v8::Context> context, const String& code, const KURL& url, v8::Isolate* isolate)
66 ScheduledAction::~ScheduledAction()
72 void ScheduledAction::execute(ScriptExecutionContext* context)
86 void ScheduledAction::execute(Frame* frame)
95 TRACE_EVENT0("v8", "ScheduledAction::execute")
    [all...]
ScheduledAction.h 46 class ScheduledAction {
47 WTF_MAKE_NONCOPYABLE(ScheduledAction);
49 ScheduledAction(v8::Handle<v8::Context>, v8::Handle<v8::Function>, int argc, v8::Handle<v8::Value> argv[], v8::Isolate*);
50 ScheduledAction(v8::Handle<v8::Context>, const String&, const KURL&, v8::Isolate*);
51 ~ScheduledAction();
69 #endif // ScheduledAction

Completed in 64 milliseconds