OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:JSWrappable
(Results
1 - 6
of
6
) sorted by null
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/Bindings/
JSWrappable.h
34
class
JSWrappable
: public RefCounted<
JSWrappable
> {
36
virtual ~
JSWrappable
() { }
JSWrapper.cpp
33
JSValueRef JSWrapper::wrap(JSContextRef context,
JSWrappable
* object)
48
JSWrappable
* JSWrapper::unwrap(JSContextRef context, JSValueRef value)
54
return static_cast<
JSWrappable
*>(JSObjectGetPrivate(JSValueToObject(context, value, 0)));
57
static
JSWrappable
* unwrapObject(JSObjectRef object)
59
JSWrappable
* wrappable = static_cast<
JSWrappable
*>(JSObjectGetPrivate(object));
66
JSWrappable
* wrappable = unwrapObject(object);
74
JSWrappable
* wrappable = unwrapObject(object);
JSWrapper.h
29
#include "
JSWrappable
.h"
37
static JSValueRef wrap(JSContextRef context,
JSWrappable
* object);
38
static
JSWrappable
* unwrap(JSContextRef context, JSValueRef value);
44
inline JSValueRef toJS(JSContextRef context,
JSWrappable
* impl)
49
inline void setProperty(JSContextRef context, JSObjectRef object, const char* propertyName,
JSWrappable
* value, JSPropertyAttributes attributes, JSValueRef* exception)
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
GCController.h
29
#include "
JSWrappable
.h"
34
class GCController : public
JSWrappable
{
41
//
JSWrappable
EventSendingController.h
29
#include "
JSWrappable
.h"
36
class EventSendingController : public
JSWrappable
{
43
//
JSWrappable
LayoutTestController.h
29
#include "
JSWrappable
.h"
47
class LayoutTestController : public
JSWrappable
{
52
//
JSWrappable
Completed in 267 milliseconds