webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <WebInspectorClient.h>
Public Member Functions | |
WebInspectorClient (WebPage *) | |
virtual | ~WebInspectorClient () |
Public Member Functions inherited from WebCore::InspectorClient | |
virtual | ~InspectorClient () |
virtual void | showInspectorIndication () |
virtual void | hideInspectorIndication () |
virtual void | setShowPaintRects (bool) |
virtual void | didSetSearchingForNode (bool) |
virtual | ~InspectorClient () |
virtual void | showInspectorIndication () |
virtual void | hideInspectorIndication () |
virtual void | setShowPaintRects (bool) |
virtual void | didSetSearchingForNode (bool) |
Friends | |
class | RepaintIndicatorLayerClient |
Additional Inherited Members | |
Static Public Member Functions inherited from WebCore::InspectorClient | |
static WEBCORE_EXPORT void | doDispatchMessageOnFrontendPage (Page *frontendPage, const String &message) |
static WEBCORE_EXPORT void | doDispatchMessageOnFrontendPage (Page *frontendPage, const String &message) |
WebInspectorClient::WebInspectorClient | ( | WebPage * | page | ) |
|
virtual |
|
friend |