Home | History | Annotate | Download | only in inspector

Lines Matching full:inspectorstate

30 #include "InspectorState.h"
38 InspectorState::InspectorState(InspectorClient* client)
45 void InspectorState::loadFromCookie(const String& inspectorStateCookie)
55 void InspectorState::mute()
60 void InspectorState::unmute()
65 void InspectorState::updateCookie()
71 void InspectorState::setValue(const String& propertyName, PassRefPtr<InspectorValue> value)
77 bool InspectorState::getBoolean(const String& propertyName)
86 String InspectorState::getString(const String& propertyName)
95 long InspectorState::getLong(const String& propertyName)
104 PassRefPtr<InspectorObject> InspectorState::getObject(const String& propertyName)