OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scriptInstance
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/bindings/v8/custom/
V8HTMLPlugInElementCustom.cpp
34
#include "
ScriptInstance
.h"
51
ScriptInstance
scriptInstance
= imp->getInstance();
52
if (!
scriptInstance
)
55
v8::Local<v8::Object> instance = v8::Local<v8::Object>::New(
scriptInstance
->instance());
66
ScriptInstance
scriptInstance
= imp->getInstance();
67
if (!
scriptInstance
)
70
v8::Local<v8::Object> instance = v8::Local<v8::Object>::New(
scriptInstance
->instance());
136
ScriptInstance
scriptInstance = imp->getInstance()
[
all
...]
/external/webkit/Source/WebCore/bindings/v8/
V8NPObject.cpp
84
ScriptInstance
scriptInstance
= element->getInstance();
85
if (
scriptInstance
)
86
npObject = v8ObjectToNPObject(
scriptInstance
->instance());
Completed in 108 milliseconds