webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <WebInspectorClientGtk.h>
Public Member Functions | |
bool | openWindow (WebInspectorProxy *) |
void | didClose (WebInspectorProxy *) |
bool | bringToFront (WebInspectorProxy *) |
void | inspectedURLChanged (WebInspectorProxy *, const String &url) |
bool | attach (WebInspectorProxy *) |
bool | detach (WebInspectorProxy *) |
void | didChangeAttachedHeight (WebInspectorProxy *, unsigned height) |
void | didChangeAttachedWidth (WebInspectorProxy *, unsigned width) |
void | didChangeAttachAvailability (WebInspectorProxy *, bool available) |
Public Member Functions inherited from API::Client< WKInspectorClientGtkBase > | |
Client () | |
void | initialize (const WKInspectorClientGtkBase *client) |
const LatestClientInterface & | client () const |
Additional Inherited Members | |
Protected Attributes inherited from API::Client< WKInspectorClientGtkBase > | |
LatestClientInterface | m_client |
bool WebKit::WebInspectorClientGtk::attach | ( | WebInspectorProxy * | inspector | ) |
bool WebKit::WebInspectorClientGtk::bringToFront | ( | WebInspectorProxy * | inspector | ) |
bool WebKit::WebInspectorClientGtk::detach | ( | WebInspectorProxy * | inspector | ) |
void WebKit::WebInspectorClientGtk::didChangeAttachAvailability | ( | WebInspectorProxy * | inspector, |
bool | available | ||
) |
void WebKit::WebInspectorClientGtk::didChangeAttachedHeight | ( | WebInspectorProxy * | inspector, |
unsigned | height | ||
) |
void WebKit::WebInspectorClientGtk::didChangeAttachedWidth | ( | WebInspectorProxy * | inspector, |
unsigned | width | ||
) |
void WebKit::WebInspectorClientGtk::didClose | ( | WebInspectorProxy * | inspector | ) |
void WebKit::WebInspectorClientGtk::inspectedURLChanged | ( | WebInspectorProxy * | inspector, |
const String & | url | ||
) |
bool WebKit::WebInspectorClientGtk::openWindow | ( | WebInspectorProxy * | inspector | ) |