HomeSort by relevance Sort by last modified time
    Searched defs:scriptState (Results 1 - 10 of 10) sorted by null

  /external/webkit/Source/WebCore/bindings/js/
ScriptObject.h 34 #include "ScriptState.h"
46 ScriptObject(ScriptState*, JSC::JSObject*);
49 ScriptState* scriptState() const { return m_scriptState; }
52 ScriptState* m_scriptState;
57 static bool set(ScriptState*, const char* name, const ScriptObject&);
59 static bool set(ScriptState*, const char* name, InspectorFrontendHost*);
60 static bool set(ScriptState*, const char* name, InjectedScriptHost*);
62 static bool get(ScriptState*, const char* name, ScriptObject&);
63 static bool remove(ScriptState*, const char* name)
    [all...]
  /external/webkit/Source/WebCore/bindings/v8/
ScriptObject.h 41 class ScriptState;
45 ScriptObject(ScriptState*, v8::Handle<v8::Object>);
50 ScriptState* scriptState() const { return m_scriptState; }
52 ScriptState* m_scriptState;
57 static bool set(ScriptState*, const char* name, const ScriptObject&);
58 static bool set(ScriptState*, const char* name, InspectorFrontendHost*);
59 static bool set(ScriptState*, const char* name, InjectedScriptHost*);
60 static bool get(ScriptState*, const char* name, ScriptObject&);
61 static bool remove(ScriptState*, const char* name)
    [all...]
ScriptState.cpp 32 #include "ScriptState.h"
49 ScriptState::ScriptState(v8::Handle<v8::Context> context)
52 m_context.MakeWeak(this, &ScriptState::weakReferenceCallback);
55 ScriptState::~ScriptState()
61 ScriptState* ScriptState::forContext(v8::Local<v8::Context> context)
70 v8::Handle<v8::String> key = V8HiddenPropertyName::scriptState();
73 return static_cast<ScriptState*>(v8::External::Cast(*val)->Value())
    [all...]
  /external/webkit/Source/WebCore/inspector/
InjectedScript.h 74 ScriptState* scriptState() const { return m_injectedScriptObject.scriptState(); }
77 friend InjectedScript InjectedScriptManager::injectedScriptFor(ScriptState*);
78 typedef bool (*InspectedStateAccessCheck)(ScriptState*);
InspectorPageAgent.cpp 248 ScriptState* scriptState = mainWorldScriptState(frame);
251 m_injectedScriptManager->injectScript(*it, scriptState);
InspectorProfilerAgent.cpp 302 JSC::ExecState* scriptState = toJSDOMWindow(m_inspectedPage->mainFrame(), debuggerWorld())->globalExec();
304 ScriptState* scriptState = 0;
306 ScriptProfiler::start(scriptState, title);
319 JSC::ExecState* scriptState = toJSDOMWindow(m_inspectedPage->mainFrame(), debuggerWorld())->globalExec();
323 ScriptState* scriptState = 0;
325 RefPtr<ScriptProfile> profile = ScriptProfiler::stop(scriptState, title);
  /external/webkit/Source/WebCore/css/
MediaQueryMatcher.cpp 44 void MediaQueryMatcher::Listener::evaluate(ScriptState* state, MediaQueryEvaluator* evaluator)
143 ScriptState* scriptState = mainWorldScriptState(m_document->frame());
144 if (!scriptState)
153 m_listeners[i]->evaluate(scriptState, evaluator.get());
  /external/webkit/Source/WebCore/plugins/
PluginView.cpp 504 ScriptState* scriptState = m_parentFrame->script()->globalObject(pluginWorld())->globalExec();
506 ScriptState* scriptState = 0; // Not used with V8
509 if (result.getString(scriptState, resultString))
    [all...]
  /external/webkit/Source/WebKit/android/jni/
WebCoreFrameBridge.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 211 milliseconds