OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:JSNode
(Results
1 - 10
of
10
) sorted by null
/external/webkit/WebCore/bindings/js/
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.cpp
27
#include "
JSNode
.h"
71
JSValue
JSNode
::insertBefore(ExecState* exec, const ArgList& args)
81
JSValue
JSNode
::replaceChild(ExecState* exec, const ArgList& args)
91
JSValue
JSNode
::removeChild(ExecState* exec, const ArgList& args)
101
JSValue
JSNode
::appendChild(ExecState* exec, const ArgList& args)
111
JSValue
JSNode
::addEventListener(ExecState* exec, const ArgList& args)
121
JSValue
JSNode
::removeEventListener(ExecState* exec, const ArgList& args)
131
void
JSNode
::pushEventHandlerScope(ExecState*, ScopeChain&) const
135
void
JSNode
::markChildren(MarkStack& markStack)
180
JSNode
* wrapper;
[
all
...]
JSDOMBinding.cpp
42
#include "
JSNode
.h"
273
JSNode
* getCachedDOMNodeWrapper(JSC::ExecState* exec, Document* document, Node* node)
277
return static_cast<
JSNode
*>(DOMObjectWrapperMapFor(exec).get(node));
302
void forgetDOMNode(
JSNode
* wrapper, Node* node, Document* document)
319
void cacheDOMNodeWrapper(JSC::ExecState* exec, Document* document, Node* node,
JSNode
* wrapper)
348
static inline bool isObservableThroughDOM(
JSNode
*
jsNode
, DOMWrapperWorld* world)
353
Node* node =
jsNode
->impl();
359
if (
jsNode
->hasCustomProperties())
429
JSNode
* jsNode = nodeIt->second
[
all
...]
JSDOMBinding.h
42
class
JSNode
;
234
void forgetDOMNode(
JSNode
* wrapper, Node* node, Document* document);
237
JSNode
* getCachedDOMNodeWrapper(JSC::ExecState*, Document*, Node*);
238
void cacheDOMNodeWrapper(JSC::ExecState*, Document*, Node*,
JSNode
* wrapper);
329
template<class WrapperClass, class DOMClass> inline
JSNode
* createDOMNodeWrapper(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, DOMClass* node)
343
if (
JSNode
* wrapper = getCachedDOMNodeWrapper(exec, node->document(), node))
JSDocumentCustom.cpp
50
JSNode
::markChildren(markStack);
JSLazyEventListener.cpp
24
#include "
JSNode
.h"
124
static_cast<
JSNode
*>(wrapper())->pushEventHandlerScope(exec, scope);
JSElementCustom.cpp
150
JSNode
* wrapper;
/external/webkit/WebCore/dom/
make_names.pl
833
static
JSNode
* create${JSInterfaceName}Wrapper(ExecState* exec, JSDOMGlobalObject* globalObject, PassRefPtr<$parameters{namespace}Element> element)
844
static
JSNode
* create${JSInterfaceName}Wrapper(ExecState* exec, JSDOMGlobalObject* globalObject, PassRefPtr<$parameters{namespace}Element> element)
917
typedef
JSNode
* (*Create$parameters{namespace}ElementWrapperFunction)(ExecState*, JSDOMGlobalObject*, PassRefPtr<$parameters{namespace}Element>);
933
JSNode
* createJS$parameters{namespace}Wrapper(ExecState* exec, JSDOMGlobalObject* globalObject, PassRefPtr<$parameters{namespace}Element> element)
1026
class
JSNode
;
1030
JSNode
* createJS$parameters{namespace}Wrapper(JSC::ExecState*, JSDOMGlobalObject*, PassRefPtr<$parameters{namespace}Element>);
Document.h
89
class
JSNode
;
[
all
...]
/external/webkit/WebCore/
Android.derived.jscbindings.mk
122
$(intermediates)/dom/
JSNode
.h \
Completed in 227 milliseconds