Searched defs:InspectorStateUpdateListener (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorState.h43 class InspectorStateUpdateListener { class in namespace:WebCore
45 virtual ~InspectorStateUpdateListener() { }
52 InspectorState(InspectorStateUpdateListener*, PassRefPtr<JSONObject>);
83 InspectorStateUpdateListener* m_listener;
87 class InspectorCompositeState : public InspectorStateUpdateListener {
106 // From InspectorStateUpdateListener.

Completed in 49 milliseconds