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

  /external/webkit/Source/WebCore/inspector/
InspectorState.h 46 class InspectorState {
48 InspectorState(InspectorClient*);
49 virtual ~InspectorState() {}
InspectorState.cpp 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
    [all...]

Completed in 392 milliseconds