HomeSort by relevance Sort by last modified time
    Searched refs:DateExtension (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/bindings/v8/
DateExtension.h 39 class DateExtension : public v8::Extension {
41 static DateExtension* get();
45 DateExtension();
50 static DateExtension* extension;
DateExtension.cpp 32 #include "DateExtension.h"
39 DateExtension* DateExtension::extension;
41 static const char* dateExtensionName = "v8/DateExtension";
65 DateExtension::DateExtension() : v8::Extension(dateExtensionName, dateExtensionScript)
69 DateExtension* DateExtension::get()
72 extension = new DateExtension();
76 void DateExtension::setAllowSleep(bool allow
    [all...]
V8AbstractEventListener.cpp 34 #include "DateExtension.h"
147 DateExtension::get()->setAllowSleep(false);
184 DateExtension::get()->setAllowSleep(true);
V8DOMWindowShell.cpp 36 #include "DateExtension.h"
365 if (!V8Proxy::registeredExtensionWithV8(DateExtension::get()))
366 V8Proxy::registerExtension(DateExtension::get());
380 if (extensions[i] != DateExtension::get()
  /external/webkit/Source/WebCore/
Android.v8bindings.mk 47 bindings/v8/DateExtension.cpp \

Completed in 1285 milliseconds