Home
last modified time | relevance | path

Searched defs:scriptState (Results 1 – 23 of 23) sorted by relevance

/external/webkit/Source/WebCore/bindings/js/
DScriptObject.cpp47 ScriptObject::ScriptObject(ScriptState* scriptState, JSObject* object) in ScriptObject()
53 static bool handleException(ScriptState* scriptState) in handleException()
62 bool ScriptGlobalObject::set(ScriptState* scriptState, const char* name, const ScriptObject& value) in set()
70 bool ScriptGlobalObject::set(ScriptState* scriptState, const char* name, InspectorFrontendHost* val… in set()
78 bool ScriptGlobalObject::set(ScriptState* scriptState, const char* name, InjectedScriptHost* value) in set()
87 bool ScriptGlobalObject::get(ScriptState* scriptState, const char* name, ScriptObject& value) in get()
101 bool ScriptGlobalObject::remove(ScriptState* scriptState, const char* name) in remove()
DJSInjectedScriptManager.cpp51 …njectedScriptManager::createInjectedScript(const String& source, ScriptState* scriptState, long id) in createInjectedScript()
76 void InjectedScriptManager::discardInjectedScript(ScriptState* scriptState) in discardInjectedScript()
82 InjectedScript InjectedScriptManager::injectedScriptFor(ScriptState* scriptState) in injectedScriptFor()
100 bool InjectedScriptManager::canAccessInspectedWindow(ScriptState* scriptState) in canAccessInspectedWindow()
DScriptValue.cpp47 bool ScriptValue::getString(ScriptState* scriptState, String& result) const in getString()
68 bool ScriptValue::isEqual(ScriptState* scriptState, const ScriptValue& anotherValue) const in isEqual()
103 PassRefPtr<SerializedScriptValue> ScriptValue::serialize(ScriptState* scriptState, SerializationErr… in serialize()
108 ScriptValue ScriptValue::deserialize(ScriptState* scriptState, SerializedScriptValue* value, Serial… in deserialize()
114 static PassRefPtr<InspectorValue> jsToInspectorValue(ScriptState* scriptState, JSValue value) in jsToInspectorValue()
DScriptObject.h49 ScriptState* scriptState() const { return m_scriptState; } in scriptState() function
DScriptState.cpp50 ScriptStateProtectedPtr::ScriptStateProtectedPtr(ScriptState* scriptState) in ScriptStateProtectedPtr()
/external/webkit/Source/WebCore/bindings/v8/
DScriptObject.cpp48 ScriptObject::ScriptObject(ScriptState* scriptState, v8::Handle<v8::Object> v8Object) in ScriptObject()
60 bool ScriptGlobalObject::set(ScriptState* scriptState, const char* name, const ScriptObject& value) in set()
68 bool ScriptGlobalObject::set(ScriptState* scriptState, const char* name, InspectorFrontendHost* val… in set()
75 bool ScriptGlobalObject::set(ScriptState* scriptState, const char* name, InjectedScriptHost* value) in set()
83 bool ScriptGlobalObject::get(ScriptState* scriptState, const char* name, ScriptObject& value) in get()
97 bool ScriptGlobalObject::remove(ScriptState* scriptState, const char* name) in remove()
DScriptScope.cpp40 ScriptScope::ScriptScope(ScriptState* scriptState, bool reportExceptions) in ScriptScope()
DScriptFunctionCall.h45 ScriptCallArgumentHandler(ScriptState* scriptState) : m_scriptState(scriptState) { } in ScriptCallArgumentHandler()
DScriptValue.cpp41 PassRefPtr<SerializedScriptValue> ScriptValue::serialize(ScriptState* scriptState) in serialize()
47 ScriptValue ScriptValue::deserialize(ScriptState* scriptState, SerializedScriptValue* value) in deserialize()
DScriptObject.h50 ScriptState* scriptState() const { return m_scriptState; } in scriptState() function
DScriptState.h88 ScriptStateProtectedPtr(ScriptState* scriptState) : m_scriptState(scriptState) in ScriptStateProtectedPtr()
DScriptState.cpp93 ScriptState* scriptState = static_cast<ScriptState*>(parameter); in weakReferenceCallback() local
/external/webkit/Source/WebCore/inspector/
DScriptArguments.cpp38 PassRefPtr<ScriptArguments> ScriptArguments::create(ScriptState* scriptState, Vector<ScriptValue>& … in create()
43 ScriptArguments::ScriptArguments(ScriptState* scriptState, Vector<ScriptValue>& arguments) in ScriptArguments()
DInjectedScript.h74 ScriptState* scriptState() const { return m_injectedScriptObject.scriptState(); } in scriptState() function
DInspectorProfilerAgent.cpp302 …JSC::ExecState* scriptState = toJSDOMWindow(m_inspectedPage->mainFrame(), debuggerWorld())->global… in startUserInitiatedProfiling() local
304 ScriptState* scriptState = 0; in startUserInitiatedProfiling() local
319 …JSC::ExecState* scriptState = toJSDOMWindow(m_inspectedPage->mainFrame(), debuggerWorld())->global… in stopUserInitiatedProfiling() local
323 ScriptState* scriptState = 0; in stopUserInitiatedProfiling() local
DInjectedScriptManager.cpp120 …, ScriptObject> InjectedScriptManager::injectScript(const String& source, ScriptState* scriptState) in injectScript()
DInspectorPageAgent.cpp248 ScriptState* scriptState = mainWorldScriptState(frame); in didClearWindowObjectInWorld() local
DInspectorDebuggerAgent.cpp407 void InspectorDebuggerAgent::didPause(ScriptState* scriptState) in didPause()
/external/webkit/Source/WebCore/css/
DMediaQueryMatcher.cpp143 ScriptState* scriptState = mainWorldScriptState(m_document->frame()); in styleSelectorChanged() local
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8InjectedScriptManager.cpp154 bool InjectedScriptManager::canAccessInspectedWindow(ScriptState* scriptState) in canAccessInspectedWindow()
/external/webkit/Source/WebCore/plugins/
DPluginView.cpp504 … ScriptState* scriptState = m_parentFrame->script()->globalObject(pluginWorld())->globalExec(); in performRequest() local
506 ScriptState* scriptState = 0; // Not used with V8 in performRequest() local
/external/webkit/Source/WebKit2/WebProcess/Plugins/
DPluginView.cpp749 ScriptState* scriptState = frame->script()->globalObject(pluginWorld())->globalExec(); in performJavaScriptURLRequest() local
/external/webkit/Source/WebKit/android/jni/
DWebCoreFrameBridge.cpp1497 ScriptState* scriptState = mainWorldScriptState(pFrame); in StringByEvaluatingJavaScriptFromString() local