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

  /external/webkit/Source/WebCore/bindings/js/
JSNodeCustom.cpp 27 #include "JSNode.h"
83 static bool isObservable(JSNode* jsNode, Node* node, DOMWrapperWorld* world)
98 if (jsNode->hasCustomProperties())
149 static inline bool isReachableFromDOM(JSNode* jsNode, Node* node, DOMWrapperWorld* world, MarkStack& markStack)
172 return isObservable(jsNode, node, world) && markStack.containsOpaqueRoot(root(node));
177 JSNode* jsNode = static_cast<JSNode*>(handle.get().asCell())
    [all...]
JSXSLTProcessorCustom.cpp 39 #include "JSNode.h"
52 if (nodeVal.inherits(&JSNode::s_info)) {
53 JSNode* node = static_cast<JSNode*>(asObject(nodeVal));
65 if (nodeVal.inherits(&JSNode::s_info) && docVal.inherits(&JSDocument::s_info)) {
66 WebCore::Node* node = static_cast<JSNode*>(asObject(nodeVal))->impl();
77 if (nodeVal.inherits(&JSNode::s_info)) {
78 JSNode* node = static_cast<JSNode*>(asObject(nodeVal));
JSNodeCustom.h 82 JSNode* wrapper = static_cast<JSNode*>(getCachedWrapper(currentWorld(exec), node));
JSElementCustom.cpp 76 JSNode* wrapper;
JSDocumentCustom.cpp 53 JSNode::markChildren(markStack);
JSLazyEventListener.cpp 25 #include "JSNode.h"
117 listenerAsFunction->setScope(exec->globalData(), static_cast<JSNode*>(wrapper())->pushEventHandlerScope(exec, listenerAsFunction->scope()));
JSDOMBinding.h 44 class JSNode;
181 #define CREATE_DOM_NODE_WRAPPER(exec, globalObject, className, object) static_cast<JSNode*>(createWrapper<JS##className>(exec, globalObject, static_cast<className*>(object)))
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/DOM/
InjectedBundleNodeHandle.cpp 41 #include <WebCore/JSNode.h>
  /external/webkit/Source/WebCore/dom/
make_names.pl 902 static JSNode* create${JSInterfaceName}Wrapper(ExecState* exec, JSDOMGlobalObject* globalObject, PassRefPtr<$parameters{namespace}Element> element)
914 static JSNode* create${JSInterfaceName}Wrapper(ExecState* exec, JSDOMGlobalObject* globalObject, PassRefPtr<$parameters{namespace}Element> element)
1013 typedef JSNode* (*Create$parameters{namespace}ElementWrapperFunction)(ExecState*, JSDOMGlobalObject*, PassRefPtr<$parameters{namespace}Element>);
1029 JSNode* createJS$parameters{namespace}Wrapper(ExecState* exec, JSDOMGlobalObject* globalObject, PassRefPtr<$parameters{namespace}Element> element)
    [all...]
Document.h 97 class JSNode;
    [all...]
  /external/webkit/Source/WebCore/bridge/qt/
qt_runtime.cpp 773 if (object && object->inherits(&JSNode::s_info))
774 ret = QVariant::fromValue<QDRTNode>(QtDRTNodeRuntime::create((static_cast<JSNode*>(object))->impl()));
    [all...]

Completed in 86 milliseconds