#include <InspectorFrontendClientLocal.h>
|
WEBCORE_EXPORT | InspectorFrontendClientLocal (InspectorController *inspectedPageController, Page *frontendPage, std::unique_ptr< Settings >) |
|
virtual WEBCORE_EXPORT | ~InspectorFrontendClientLocal () |
|
WEBCORE_EXPORT void | windowObjectCleared () final |
|
WEBCORE_EXPORT void | frontendLoaded () override |
|
void | startWindowDrag () override |
|
WEBCORE_EXPORT void | moveWindowBy (float x, float y) final |
|
WEBCORE_EXPORT UserInterfaceLayoutDirection | userInterfaceLayoutDirection () const final |
|
WEBCORE_EXPORT void | requestSetDockSide (DockSide) final |
|
WEBCORE_EXPORT void | changeAttachedWindowHeight (unsigned) final |
|
WEBCORE_EXPORT void | changeAttachedWindowWidth (unsigned) final |
|
WEBCORE_EXPORT void | openInNewTab (const String &url) final |
|
bool | canSave () override |
|
void | save (const String &, const String &, bool, bool) override |
|
void | append (const String &, const String &) override |
|
virtual void | attachWindow (DockSide)=0 |
|
virtual void | detachWindow ()=0 |
|
WEBCORE_EXPORT void | sendMessageToBackend (const String &message) final |
|
WEBCORE_EXPORT bool | isUnderTest () final |
|
WEBCORE_EXPORT unsigned | inspectionLevel () const final |
|
WEBCORE_EXPORT bool | canAttachWindow () |
|
WEBCORE_EXPORT void | setDockingUnavailable (bool) |
|
WEBCORE_EXPORT bool | isDebuggingEnabled () |
|
WEBCORE_EXPORT void | setDebuggingEnabled (bool) |
|
WEBCORE_EXPORT bool | isTimelineProfilingEnabled () |
|
WEBCORE_EXPORT void | setTimelineProfilingEnabled (bool) |
|
WEBCORE_EXPORT bool | isProfilingJavaScript () |
|
WEBCORE_EXPORT void | startProfilingJavaScript () |
|
WEBCORE_EXPORT void | stopProfilingJavaScript () |
|
WEBCORE_EXPORT void | showConsole () |
|
WEBCORE_EXPORT void | showMainResourceForFrame (Frame *) |
|
WEBCORE_EXPORT void | showResources () |
|
WEBCORE_EXPORT void | setAttachedWindow (DockSide) |
|
WEBCORE_EXPORT Page * | inspectedPage () const |
|
Page * | frontendPage () const |
|
WEBCORE_EXPORT | InspectorFrontendClientLocal (InspectorController *inspectedPageController, Page *frontendPage, std::unique_ptr< Settings >) |
|
virtual WEBCORE_EXPORT | ~InspectorFrontendClientLocal () |
|
WEBCORE_EXPORT void | windowObjectCleared () final |
|
WEBCORE_EXPORT void | frontendLoaded () override |
|
void | startWindowDrag () override |
|
WEBCORE_EXPORT void | moveWindowBy (float x, float y) final |
|
WEBCORE_EXPORT UserInterfaceLayoutDirection | userInterfaceLayoutDirection () const final |
|
WEBCORE_EXPORT void | requestSetDockSide (DockSide) final |
|
WEBCORE_EXPORT void | changeAttachedWindowHeight (unsigned) final |
|
WEBCORE_EXPORT void | changeAttachedWindowWidth (unsigned) final |
|
WEBCORE_EXPORT void | openInNewTab (const String &url) final |
|
bool | canSave () override |
|
void | save (const String &, const String &, bool, bool) override |
|
void | append (const String &, const String &) override |
|
virtual void | attachWindow (DockSide)=0 |
|
virtual void | detachWindow ()=0 |
|
WEBCORE_EXPORT void | sendMessageToBackend (const String &message) final |
|
WEBCORE_EXPORT bool | isUnderTest () final |
|
WEBCORE_EXPORT unsigned | inspectionLevel () const final |
|
WEBCORE_EXPORT bool | canAttachWindow () |
|
WEBCORE_EXPORT void | setDockingUnavailable (bool) |
|
WEBCORE_EXPORT bool | isDebuggingEnabled () |
|
WEBCORE_EXPORT void | setDebuggingEnabled (bool) |
|
WEBCORE_EXPORT bool | isTimelineProfilingEnabled () |
|
WEBCORE_EXPORT void | setTimelineProfilingEnabled (bool) |
|
WEBCORE_EXPORT bool | isProfilingJavaScript () |
|
WEBCORE_EXPORT void | startProfilingJavaScript () |
|
WEBCORE_EXPORT void | stopProfilingJavaScript () |
|
WEBCORE_EXPORT void | showConsole () |
|
WEBCORE_EXPORT void | showMainResourceForFrame (Frame *) |
|
WEBCORE_EXPORT void | showResources () |
|
WEBCORE_EXPORT void | setAttachedWindow (DockSide) |
|
WEBCORE_EXPORT Page * | inspectedPage () const |
|
Page * | frontendPage () const |
|
virtual | ~InspectorFrontendClient () |
|
virtual String | localizedStringsURL ()=0 |
|
virtual String | backendCommandsURL () |
|
virtual String | debuggableType () |
|
virtual void | bringToFront ()=0 |
|
virtual void | closeWindow ()=0 |
|
virtual void | inspectedURLChanged (const String &)=0 |
|
virtual void | pagePaused () |
|
virtual void | pageUnpaused () |
|
virtual | ~InspectorFrontendClient () |
|
virtual String | localizedStringsURL ()=0 |
|
virtual String | backendCommandsURL () |
|
virtual String | debuggableType () |
|
virtual void | bringToFront ()=0 |
|
virtual void | closeWindow ()=0 |
|
virtual void | inspectedURLChanged (const String &)=0 |
|
virtual void | pagePaused () |
|
virtual void | pageUnpaused () |
|
|
enum | DockSide {
DockSide::Undocked = 0,
DockSide::Right,
DockSide::Left,
DockSide::Bottom,
DockSide::Undocked = 0,
DockSide::Right,
DockSide::Left,
DockSide::Bottom
} |
|
enum | DockSide {
DockSide::Undocked = 0,
DockSide::Right,
DockSide::Left,
DockSide::Bottom,
DockSide::Undocked = 0,
DockSide::Right,
DockSide::Left,
DockSide::Bottom
} |
|
◆ InspectorFrontendClientLocal() [1/2]
WebCore::InspectorFrontendClientLocal::InspectorFrontendClientLocal |
( |
InspectorController * |
inspectedPageController, |
|
|
Page * |
frontendPage, |
|
|
std::unique_ptr< Settings > |
settings |
|
) |
| |
◆ ~InspectorFrontendClientLocal() [1/2]
WebCore::InspectorFrontendClientLocal::~InspectorFrontendClientLocal |
( |
| ) |
|
|
virtual |
◆ InspectorFrontendClientLocal() [2/2]
◆ ~InspectorFrontendClientLocal() [2/2]
virtual WEBCORE_EXPORT WebCore::InspectorFrontendClientLocal::~InspectorFrontendClientLocal |
( |
| ) |
|
|
virtual |
◆ append() [1/2]
void WebCore::InspectorFrontendClientLocal::append |
( |
const String & |
, |
|
|
const String & |
|
|
) |
| |
|
inlineoverridevirtual |
◆ append() [2/2]
void WebCore::InspectorFrontendClientLocal::append |
( |
const String & |
, |
|
|
const String & |
|
|
) |
| |
|
inlineoverridevirtual |
◆ attachWindow() [1/2]
virtual void WebCore::InspectorFrontendClientLocal::attachWindow |
( |
DockSide |
| ) |
|
|
pure virtual |
◆ attachWindow() [2/2]
virtual void WebCore::InspectorFrontendClientLocal::attachWindow |
( |
DockSide |
| ) |
|
|
pure virtual |
◆ canAttachWindow() [1/2]
bool WebCore::InspectorFrontendClientLocal::canAttachWindow |
( |
| ) |
|
◆ canAttachWindow() [2/2]
WEBCORE_EXPORT bool WebCore::InspectorFrontendClientLocal::canAttachWindow |
( |
| ) |
|
◆ canSave() [1/2]
bool WebCore::InspectorFrontendClientLocal::canSave |
( |
| ) |
|
|
inlineoverridevirtual |
◆ canSave() [2/2]
bool WebCore::InspectorFrontendClientLocal::canSave |
( |
| ) |
|
|
inlineoverridevirtual |
◆ changeAttachedWindowHeight() [1/2]
void WebCore::InspectorFrontendClientLocal::changeAttachedWindowHeight |
( |
unsigned |
height | ) |
|
|
finalvirtual |
◆ changeAttachedWindowHeight() [2/2]
WEBCORE_EXPORT void WebCore::InspectorFrontendClientLocal::changeAttachedWindowHeight |
( |
unsigned |
| ) |
|
|
finalvirtual |
◆ changeAttachedWindowWidth() [1/2]
WEBCORE_EXPORT void WebCore::InspectorFrontendClientLocal::changeAttachedWindowWidth |
( |
unsigned |
| ) |
|
|
finalvirtual |
◆ changeAttachedWindowWidth() [2/2]
void WebCore::InspectorFrontendClientLocal::changeAttachedWindowWidth |
( |
unsigned |
width | ) |
|
|
finalvirtual |
◆ constrainedAttachedWindowHeight() [1/2]
unsigned WebCore::InspectorFrontendClientLocal::constrainedAttachedWindowHeight |
( |
unsigned |
preferredHeight, |
|
|
unsigned |
totalWindowHeight |
|
) |
| |
|
static |
◆ constrainedAttachedWindowHeight() [2/2]
static WEBCORE_EXPORT unsigned WebCore::InspectorFrontendClientLocal::constrainedAttachedWindowHeight |
( |
unsigned |
preferredHeight, |
|
|
unsigned |
totalWindowHeight |
|
) |
| |
|
static |
◆ constrainedAttachedWindowWidth() [1/2]
unsigned WebCore::InspectorFrontendClientLocal::constrainedAttachedWindowWidth |
( |
unsigned |
preferredWidth, |
|
|
unsigned |
totalWindowWidth |
|
) |
| |
|
static |
◆ constrainedAttachedWindowWidth() [2/2]
static WEBCORE_EXPORT unsigned WebCore::InspectorFrontendClientLocal::constrainedAttachedWindowWidth |
( |
unsigned |
preferredWidth, |
|
|
unsigned |
totalWindowWidth |
|
) |
| |
|
static |
◆ detachWindow() [1/2]
virtual void WebCore::InspectorFrontendClientLocal::detachWindow |
( |
| ) |
|
|
pure virtual |
◆ detachWindow() [2/2]
virtual void WebCore::InspectorFrontendClientLocal::detachWindow |
( |
| ) |
|
|
pure virtual |
◆ frontendLoaded() [1/2]
◆ frontendLoaded() [2/2]
void WebCore::InspectorFrontendClientLocal::frontendLoaded |
( |
| ) |
|
|
overridevirtual |
◆ frontendPage() [1/2]
Page* WebCore::InspectorFrontendClientLocal::frontendPage |
( |
| ) |
const |
|
inline |
◆ frontendPage() [2/2]
Page* WebCore::InspectorFrontendClientLocal::frontendPage |
( |
| ) |
const |
|
inline |
◆ inspectedPage() [1/2]
Page * WebCore::InspectorFrontendClientLocal::inspectedPage |
( |
| ) |
const |
◆ inspectedPage() [2/2]
◆ inspectionLevel() [1/2]
unsigned WebCore::InspectorFrontendClientLocal::inspectionLevel |
( |
| ) |
const |
|
finalvirtual |
◆ inspectionLevel() [2/2]
WEBCORE_EXPORT unsigned WebCore::InspectorFrontendClientLocal::inspectionLevel |
( |
| ) |
const |
|
finalvirtual |
◆ isDebuggingEnabled() [1/2]
bool WebCore::InspectorFrontendClientLocal::isDebuggingEnabled |
( |
| ) |
|
◆ isDebuggingEnabled() [2/2]
WEBCORE_EXPORT bool WebCore::InspectorFrontendClientLocal::isDebuggingEnabled |
( |
| ) |
|
◆ isProfilingJavaScript() [1/2]
bool WebCore::InspectorFrontendClientLocal::isProfilingJavaScript |
( |
| ) |
|
◆ isProfilingJavaScript() [2/2]
WEBCORE_EXPORT bool WebCore::InspectorFrontendClientLocal::isProfilingJavaScript |
( |
| ) |
|
◆ isTimelineProfilingEnabled() [1/2]
bool WebCore::InspectorFrontendClientLocal::isTimelineProfilingEnabled |
( |
| ) |
|
◆ isTimelineProfilingEnabled() [2/2]
WEBCORE_EXPORT bool WebCore::InspectorFrontendClientLocal::isTimelineProfilingEnabled |
( |
| ) |
|
◆ isUnderTest() [1/2]
bool WebCore::InspectorFrontendClientLocal::isUnderTest |
( |
| ) |
|
|
finalvirtual |
◆ isUnderTest() [2/2]
WEBCORE_EXPORT bool WebCore::InspectorFrontendClientLocal::isUnderTest |
( |
| ) |
|
|
finalvirtual |
◆ moveWindowBy() [1/2]
void WebCore::InspectorFrontendClientLocal::moveWindowBy |
( |
float |
x, |
|
|
float |
y |
|
) |
| |
|
finalvirtual |
◆ moveWindowBy() [2/2]
WEBCORE_EXPORT void WebCore::InspectorFrontendClientLocal::moveWindowBy |
( |
float |
x, |
|
|
float |
y |
|
) |
| |
|
finalvirtual |
◆ openInNewTab() [1/2]
void WebCore::InspectorFrontendClientLocal::openInNewTab |
( |
const String & |
url | ) |
|
|
finalvirtual |
◆ openInNewTab() [2/2]
◆ requestSetDockSide() [1/2]
◆ requestSetDockSide() [2/2]
void WebCore::InspectorFrontendClientLocal::requestSetDockSide |
( |
DockSide |
dockSide | ) |
|
|
finalvirtual |
◆ restoreAttachedWindowHeight() [1/2]
void WebCore::InspectorFrontendClientLocal::restoreAttachedWindowHeight |
( |
| ) |
|
|
protected |
◆ restoreAttachedWindowHeight() [2/2]
WEBCORE_EXPORT void WebCore::InspectorFrontendClientLocal::restoreAttachedWindowHeight |
( |
| ) |
|
|
protected |
◆ save() [1/2]
void WebCore::InspectorFrontendClientLocal::save |
( |
const String & |
, |
|
|
const String & |
, |
|
|
bool |
, |
|
|
bool |
|
|
) |
| |
|
inlineoverridevirtual |
◆ save() [2/2]
void WebCore::InspectorFrontendClientLocal::save |
( |
const String & |
, |
|
|
const String & |
, |
|
|
bool |
, |
|
|
bool |
|
|
) |
| |
|
inlineoverridevirtual |
◆ sendMessageToBackend() [1/2]
◆ sendMessageToBackend() [2/2]
void WebCore::InspectorFrontendClientLocal::sendMessageToBackend |
( |
const String & |
message | ) |
|
|
finalvirtual |
◆ setAttachedWindow() [1/2]
void WebCore::InspectorFrontendClientLocal::setAttachedWindow |
( |
DockSide |
dockSide | ) |
|
◆ setAttachedWindow() [2/2]
◆ setAttachedWindowHeight() [1/2]
virtual void WebCore::InspectorFrontendClientLocal::setAttachedWindowHeight |
( |
unsigned |
| ) |
|
|
protectedpure virtual |
◆ setAttachedWindowHeight() [2/2]
virtual void WebCore::InspectorFrontendClientLocal::setAttachedWindowHeight |
( |
unsigned |
| ) |
|
|
protectedpure virtual |
◆ setAttachedWindowWidth() [1/2]
virtual void WebCore::InspectorFrontendClientLocal::setAttachedWindowWidth |
( |
unsigned |
| ) |
|
|
protectedpure virtual |
◆ setAttachedWindowWidth() [2/2]
virtual void WebCore::InspectorFrontendClientLocal::setAttachedWindowWidth |
( |
unsigned |
| ) |
|
|
protectedpure virtual |
◆ setDebuggingEnabled() [1/2]
◆ setDebuggingEnabled() [2/2]
void WebCore::InspectorFrontendClientLocal::setDebuggingEnabled |
( |
bool |
enabled | ) |
|
◆ setDockingUnavailable() [1/2]
void WebCore::InspectorFrontendClientLocal::setDockingUnavailable |
( |
bool |
unavailable | ) |
|
◆ setDockingUnavailable() [2/2]
◆ setTimelineProfilingEnabled() [1/2]
WEBCORE_EXPORT void WebCore::InspectorFrontendClientLocal::setTimelineProfilingEnabled |
( |
bool |
| ) |
|
◆ setTimelineProfilingEnabled() [2/2]
void WebCore::InspectorFrontendClientLocal::setTimelineProfilingEnabled |
( |
bool |
enabled | ) |
|
◆ showConsole() [1/2]
void WebCore::InspectorFrontendClientLocal::showConsole |
( |
| ) |
|
◆ showConsole() [2/2]
◆ showMainResourceForFrame() [1/2]
void WebCore::InspectorFrontendClientLocal::showMainResourceForFrame |
( |
Frame * |
frame | ) |
|
◆ showMainResourceForFrame() [2/2]
◆ showResources() [1/2]
◆ showResources() [2/2]
void WebCore::InspectorFrontendClientLocal::showResources |
( |
| ) |
|
◆ startProfilingJavaScript() [1/2]
void WebCore::InspectorFrontendClientLocal::startProfilingJavaScript |
( |
| ) |
|
◆ startProfilingJavaScript() [2/2]
◆ startWindowDrag() [1/2]
void WebCore::InspectorFrontendClientLocal::startWindowDrag |
( |
| ) |
|
|
inlineoverridevirtual |
◆ startWindowDrag() [2/2]
void WebCore::InspectorFrontendClientLocal::startWindowDrag |
( |
| ) |
|
|
inlineoverridevirtual |
◆ stopProfilingJavaScript() [1/2]
◆ stopProfilingJavaScript() [2/2]
void WebCore::InspectorFrontendClientLocal::stopProfilingJavaScript |
( |
| ) |
|
◆ userInterfaceLayoutDirection() [1/2]
◆ userInterfaceLayoutDirection() [2/2]
◆ windowObjectCleared() [1/2]
void WebCore::InspectorFrontendClientLocal::windowObjectCleared |
( |
| ) |
|
|
finalvirtual |
◆ windowObjectCleared() [2/2]
◆ FrontendMenuProvider
The documentation for this class was generated from the following files: