|
| | InspectorStubFrontend (Page &inspectedPage, RefPtr< DOMWindow > &&frontendWindow) |
| |
| virtual | ~InspectorStubFrontend () |
| |
| 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 |
| |
| 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 |
| |
| 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 | backendCommandsURL () |
| |
| virtual String | debuggableType () |
| |
| virtual void | pagePaused () |
| |
| virtual void | pageUnpaused () |
| |
| virtual | ~InspectorFrontendClient () |
| |
| virtual String | backendCommandsURL () |
| |
| virtual String | debuggableType () |
| |
| virtual void | pagePaused () |
| |
| virtual void | pageUnpaused () |
| |
| virtual | ~FrontendChannel () |
| |
| virtual void | sendMessageToFrontend (const String &message)=0 |
| |
| virtual | ~FrontendChannel () |
| |
| virtual void | sendMessageToFrontend (const String &message)=0 |
| |
|
| 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
} |
| |
| enum | ConnectionType { ConnectionType::Remote,
ConnectionType::Local,
ConnectionType::Remote,
ConnectionType::Local
} |
| |
| enum | ConnectionType { ConnectionType::Remote,
ConnectionType::Local,
ConnectionType::Remote,
ConnectionType::Local
} |
| |
| static WEBCORE_EXPORT unsigned | constrainedAttachedWindowHeight (unsigned preferredHeight, unsigned totalWindowHeight) |
| |
| static WEBCORE_EXPORT unsigned | constrainedAttachedWindowWidth (unsigned preferredWidth, unsigned totalWindowWidth) |
| |
| static WEBCORE_EXPORT unsigned | constrainedAttachedWindowHeight (unsigned preferredHeight, unsigned totalWindowHeight) |
| |
| static WEBCORE_EXPORT unsigned | constrainedAttachedWindowWidth (unsigned preferredWidth, unsigned totalWindowWidth) |
| |
| WEBCORE_EXPORT void | restoreAttachedWindowHeight () |
| |
| WEBCORE_EXPORT void | restoreAttachedWindowHeight () |
| |