OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:JSWebKitPointConstructor
(Results
1 - 4
of
4
) sorted by null
/external/webkit/WebCore/bindings/js/
JSWebKitPointConstructor.h
34
class
JSWebKitPointConstructor
: public DOMConstructorObject {
36
JSWebKitPointConstructor
(JSC::ExecState*, JSDOMGlobalObject*);
JSWebKitPointConstructor.cpp
27
#include "
JSWebKitPointConstructor
.h"
37
const ClassInfo
JSWebKitPointConstructor
::s_info = { "WebKitPointConstructor", 0, 0, 0 };
39
JSWebKitPointConstructor
::
JSWebKitPointConstructor
(ExecState* exec, JSDOMGlobalObject* globalObject)
40
: DOMConstructorObject(
JSWebKitPointConstructor
::createStructure(globalObject->objectPrototype()), globalObject)
48
JSWebKitPointConstructor
* jsConstructor = static_cast<
JSWebKitPointConstructor
*>(constructor);
63
JSC::ConstructType
JSWebKitPointConstructor
::getConstructData(JSC::ConstructData& constructData)
JSDOMWindowCustom.cpp
67
#include "
JSWebKitPointConstructor
.h"
561
return getDOMConstructor<
JSWebKitPointConstructor
>(exec, this);
[
all
...]
/external/webkit/WebCore/
Android.jscbindings.mk
159
bindings/js/
JSWebKitPointConstructor
.cpp \
Completed in 298 milliseconds