Searched refs:InspectorEnvironment (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/inspector/
H A DInjectedScriptBase.h37 #include "InspectorEnvironment.h"
61 InjectedScriptBase(const String& name, Deprecated::ScriptObject, InspectorEnvironment*);
63 InspectorEnvironment* inspectorEnvironment() const { return m_environment; }
65 void initialize(Deprecated::ScriptObject, InspectorEnvironment*);
76 InspectorEnvironment* m_environment;
H A DInspectorEnvironment.h40 class InspectorEnvironment { class in namespace:Inspector
42 virtual ~InspectorEnvironment() { }
H A DInjectedScriptManager.h37 #include "InspectorEnvironment.h"
55 InjectedScriptManager(InspectorEnvironment&, PassRefPtr<InjectedScriptHost>);
61 InspectorEnvironment& inspectorEnvironment() const { return m_environment; }
80 InspectorEnvironment& m_environment;
H A DInjectedScript.h51 class InspectorEnvironment;
56 InjectedScript(Deprecated::ScriptObject, InspectorEnvironment*);
H A DInjectedScriptBase.cpp51 InjectedScriptBase::InjectedScriptBase(const String& name, Deprecated::ScriptObject injectedScriptObject, InspectorEnvironment* environment)
62 void InjectedScriptBase::initialize(Deprecated::ScriptObject injectedScriptObject, InspectorEnvironment* environment)
H A DJSGlobalObjectInspectorController.h32 #include "InspectorEnvironment.h"
54 class JSGlobalObjectInspectorController final : public InspectorEnvironment {
H A DInjectedScriptManager.cpp49 InjectedScriptManager::InjectedScriptManager(InspectorEnvironment& environment, PassRefPtr<InjectedScriptHost> injectedScriptHost)
H A DInjectedScript.cpp52 InjectedScript::InjectedScript(Deprecated::ScriptObject injectedScriptObject, InspectorEnvironment* environment)

Completed in 123 milliseconds