HomeSort by relevance Sort by last modified time
    Searched full:boundobject (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebKit/chromium/src/
BoundObject.cpp 32 #include "BoundObject.h"
38 BoundObject::BoundObject(v8::Handle<v8::Context> context, void* v8This, const char* objectName)
49 BoundObject::~BoundObject()
54 void BoundObject::addProtoFunction(const char* name, v8::InvocationCallback callback)
69 void BoundObject::build()
73 v8::Local<v8::Object> boundObject = WebCore::SafeAllocation::newInstance(constructor);
76 global->Set(v8::String::New(m_objectName), boundObject);
BoundObject.h 39 // BoundObject is a helper class that lets you map JavaScript method calls
42 class BoundObject {
43 WTF_MAKE_NONCOPYABLE(BoundObject);
45 BoundObject(v8::Handle<v8::Context> context, void* v8This, const char* objectName);
46 virtual ~BoundObject();
WebDevToolsFrontendImpl.cpp 34 #include "BoundObject.h"
  /external/webkit/Source/WebKit/chromium/
WebKit.gyp 317 'src/BoundObject.cpp',
318 'src/BoundObject.h',
    [all...]

Completed in 3324 milliseconds