|
| void | didReceiveMessage (IPC::Connection &, IPC::Decoder &) override |
| |
| void | didClose (IPC::Connection &) override |
| |
| void | didReceiveInvalidMessage (IPC::Connection &, IPC::StringReference, IPC::StringReference) override |
| |
| void | establishConnection (IPC::Attachment connectionIdentifier, uint64_t inspectedPageIdentifier, bool underTest, unsigned inspectionLevel) |
| |
| void | showConsole () |
| |
| void | showResources () |
| |
| void | showTimelines () |
| |
| void | showMainResourceForFrame (const String &frameIdentifier) |
| |
| void | startPageProfiling () |
| |
| void | stopPageProfiling () |
| |
| void | startElementSelection () |
| |
| void | stopElementSelection () |
| |
| void | attachedBottom () |
| |
| void | attachedRight () |
| |
| void | attachedLeft () |
| |
| void | detached () |
| |
| void | setDockSide (DockSide) |
| |
| void | setDockingUnavailable (bool) |
| |
| void | setIsVisible (bool) |
| |
| void | didSave (const String &url) |
| |
| void | didAppend (const String &url) |
| |
| void | sendMessageToFrontend (const String &) |
| |
| void | windowObjectCleared () override |
| |
| void | frontendLoaded () override |
| |
| void | startWindowDrag () override |
| |
| void | moveWindowBy (float x, float y) override |
| |
| String | localizedStringsURL () override |
| |
| void | bringToFront () override |
| |
| void | closeWindow () override |
| |
| WebCore::UserInterfaceLayoutDirection | userInterfaceLayoutDirection () const override |
| |
| void | requestSetDockSide (DockSide) override |
| |
| void | changeAttachedWindowHeight (unsigned) override |
| |
| void | changeAttachedWindowWidth (unsigned) override |
| |
| void | openInNewTab (const String &url) override |
| |
| bool | canSave () override |
| |
| void | save (const WTF::String &url, const WTF::String &content, bool base64Encoded, bool forceSaveAs) override |
| |
| void | append (const WTF::String &url, const WTF::String &content) override |
| |
| void | inspectedURLChanged (const String &) override |
| |
| void | sendMessageToBackend (const String &) override |
| |
| void | pagePaused () override |
| |
| void | pageUnpaused () override |
| |
| bool | isUnderTest () override |
| |
| unsigned | inspectionLevel () const override |
| |
| void | deref () const |
| |
| void | deref () const |
| |
| void | deref () const |
| |
| void | ref () const |
| |
| bool | hasOneRef () const |
| |
| unsigned | refCount () const |
| |
| void | relaxAdoptionRequirement () |
| |
| void | ref () const |
| |
| bool | hasOneRef () const |
| |
| unsigned | refCount () const |
| |
| void | relaxAdoptionRequirement () |
| |
| void | ref () const |
| |
| bool | hasOneRef () const |
| |
| unsigned | refCount () const |
| |
| void | relaxAdoptionRequirement () |
| |
| virtual | ~MessageReceiver () |
| |
| virtual void | didReceiveSyncMessage (Connection &, Decoder &, std::unique_ptr< Encoder > &) |
| |
| virtual | ~InspectorFrontendClient () |
| |
| virtual String | backendCommandsURL () |
| |
| virtual String | debuggableType () |
| |
| virtual WEBCORE_EXPORT void | openInNewTab (const String &url)=0 |
| |
| virtual void | inspectedURLChanged (const String &)=0 |
| |
| virtual WEBCORE_EXPORT void | sendMessageToBackend (const String &)=0 |
| |
| virtual | ~InspectorFrontendClient () |
| |
| virtual String | backendCommandsURL () |
| |
| virtual String | debuggableType () |
| |
| virtual WEBCORE_EXPORT void | openInNewTab (const String &url)=0 |
| |
| virtual void | inspectedURLChanged (const String &)=0 |
| |
| virtual WEBCORE_EXPORT void | sendMessageToBackend (const String &)=0 |
| |