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

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorState.h 49 class InspectorState {
52 InspectorState(InspectorStateUpdateListener*, PassRefPtr<JSONObject>);
53 virtual ~InspectorState() {}
99 InspectorState* createAgentState(const String&);
103 typedef HashMap<String, OwnPtr<InspectorState> > InspectorStateMap;
InspectorState.cpp 30 #include "core/inspector/InspectorState.h"
38 InspectorState::InspectorState(InspectorStateUpdateListener* listener, PassRefPtr<JSONObject> properties)
44 void InspectorState::updateCookie()
50 void InspectorState::setFromCookie(PassRefPtr<JSONObject> properties)
55 void InspectorState::setValue(const String& propertyName, PassRefPtr<JSONValue> value)
61 void InspectorState::remove(const String& propertyName)
67 bool InspectorState::getBoolean(const String& propertyName)
76 String InspectorState::getString(const String& propertyName)
85 long InspectorState::getLong(const String& propertyName
    [all...]

Completed in 85 milliseconds