webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Public Member Functions | Static Public Member Functions | List of all members
WebCore::InspectorFrontendHost Class Reference

#include <InspectorFrontendHost.h>

Inheritance diagram for WebCore::InspectorFrontendHost:
WTF::RefCounted< InspectorFrontendHost > WTF::RefCounted< InspectorFrontendHost > WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase

Public Member Functions

WEBCORE_EXPORT ~InspectorFrontendHost ()
 
WEBCORE_EXPORT void disconnectClient ()
 
void loaded ()
 
void requestSetDockSide (const String &)
 
void closeWindow ()
 
void bringToFront ()
 
void inspectedURLChanged (const String &)
 
void setZoomFactor (float)
 
float zoomFactor ()
 
String userInterfaceLayoutDirection ()
 
void setAttachedWindowHeight (unsigned)
 
void setAttachedWindowWidth (unsigned)
 
void startWindowDrag ()
 
void moveWindowBy (float x, float y) const
 
String localizedStringsURL ()
 
String backendCommandsURL ()
 
String debuggableType ()
 
unsigned inspectionLevel ()
 
String platform ()
 
String port ()
 
void copyText (const String &text)
 
void killText (const String &text, bool shouldPrependToKillRing, bool shouldStartNewSequence)
 
void openInNewTab (const String &url)
 
bool canSave ()
 
void save (const String &url, const String &content, bool base64Encoded, bool forceSaveAs)
 
void append (const String &url, const String &content)
 
void close (const String &url)
 
void sendMessageToBackend (const String &message)
 
void dispatchEventAsContextMenuEvent (Event *)
 
bool isUnderTest ()
 
void unbufferedLog (const String &message)
 
void beep ()
 
WEBCORE_EXPORT ~InspectorFrontendHost ()
 
WEBCORE_EXPORT void disconnectClient ()
 
void loaded ()
 
void requestSetDockSide (const String &)
 
void closeWindow ()
 
void bringToFront ()
 
void inspectedURLChanged (const String &)
 
void setZoomFactor (float)
 
float zoomFactor ()
 
String userInterfaceLayoutDirection ()
 
void setAttachedWindowHeight (unsigned)
 
void setAttachedWindowWidth (unsigned)
 
void startWindowDrag ()
 
void moveWindowBy (float x, float y) const
 
String localizedStringsURL ()
 
String backendCommandsURL ()
 
String debuggableType ()
 
unsigned inspectionLevel ()
 
String platform ()
 
String port ()
 
void copyText (const String &text)
 
void killText (const String &text, bool shouldPrependToKillRing, bool shouldStartNewSequence)
 
void openInNewTab (const String &url)
 
bool canSave ()
 
void save (const String &url, const String &content, bool base64Encoded, bool forceSaveAs)
 
void append (const String &url, const String &content)
 
void close (const String &url)
 
void sendMessageToBackend (const String &message)
 
void dispatchEventAsContextMenuEvent (Event *)
 
bool isUnderTest ()
 
void unbufferedLog (const String &message)
 
void beep ()
 
- Public Member Functions inherited from WTF::RefCounted< InspectorFrontendHost >
void deref () const
 
void deref () const
 
void deref () const
 
- Public Member Functions inherited from WTF::RefCountedBase
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 ()
 

Static Public Member Functions

static Ref< InspectorFrontendHostcreate (InspectorFrontendClient *client, Page *frontendPage)
 
static Ref< InspectorFrontendHostcreate (InspectorFrontendClient *client, Page *frontendPage)
 

Additional Inherited Members

- Protected Member Functions inherited from WTF::RefCounted< InspectorFrontendHost >
 RefCounted ()
 
 RefCounted ()
 
 RefCounted ()
 
 ~RefCounted ()
 
 ~RefCounted ()
 
 ~RefCounted ()
 
- Protected Member Functions inherited from WTF::RefCountedBase
 RefCountedBase ()
 
 ~RefCountedBase ()
 
bool derefBase () const
 
bool deletionHasBegun () const
 
 RefCountedBase ()
 
 ~RefCountedBase ()
 
bool derefBase () const
 
bool deletionHasBegun () const
 
 RefCountedBase ()
 
 ~RefCountedBase ()
 
bool derefBase () const
 
bool deletionHasBegun () const
 

Constructor & Destructor Documentation

◆ ~InspectorFrontendHost() [1/2]

InspectorFrontendHost::~InspectorFrontendHost ( )

◆ ~InspectorFrontendHost() [2/2]

WEBCORE_EXPORT WebCore::InspectorFrontendHost::~InspectorFrontendHost ( )

Member Function Documentation

◆ append() [1/2]

void InspectorFrontendHost::append ( const String url,
const String content 
)

◆ append() [2/2]

void WebCore::InspectorFrontendHost::append ( const String url,
const String content 
)

◆ backendCommandsURL() [1/2]

String WebCore::InspectorFrontendHost::backendCommandsURL ( )

◆ backendCommandsURL() [2/2]

String InspectorFrontendHost::backendCommandsURL ( )

◆ beep() [1/2]

void InspectorFrontendHost::beep ( )

◆ beep() [2/2]

void WebCore::InspectorFrontendHost::beep ( )

◆ bringToFront() [1/2]

void InspectorFrontendHost::bringToFront ( )

◆ bringToFront() [2/2]

void WebCore::InspectorFrontendHost::bringToFront ( )

◆ canSave() [1/2]

bool InspectorFrontendHost::canSave ( )

◆ canSave() [2/2]

bool WebCore::InspectorFrontendHost::canSave ( )

◆ close() [1/2]

void InspectorFrontendHost::close ( const String url)

◆ close() [2/2]

void WebCore::InspectorFrontendHost::close ( const String url)

◆ closeWindow() [1/2]

void WebCore::InspectorFrontendHost::closeWindow ( )

◆ closeWindow() [2/2]

void InspectorFrontendHost::closeWindow ( )

◆ copyText() [1/2]

void InspectorFrontendHost::copyText ( const String text)

◆ copyText() [2/2]

void WebCore::InspectorFrontendHost::copyText ( const String text)

◆ create() [1/2]

static Ref<InspectorFrontendHost> WebCore::InspectorFrontendHost::create ( InspectorFrontendClient client,
Page frontendPage 
)
inlinestatic

◆ create() [2/2]

static Ref<InspectorFrontendHost> WebCore::InspectorFrontendHost::create ( InspectorFrontendClient client,
Page frontendPage 
)
inlinestatic

◆ debuggableType() [1/2]

String InspectorFrontendHost::debuggableType ( )

◆ debuggableType() [2/2]

String WebCore::InspectorFrontendHost::debuggableType ( )

◆ disconnectClient() [1/2]

WEBCORE_EXPORT void WebCore::InspectorFrontendHost::disconnectClient ( )

◆ disconnectClient() [2/2]

void InspectorFrontendHost::disconnectClient ( )

◆ dispatchEventAsContextMenuEvent() [1/2]

void InspectorFrontendHost::dispatchEventAsContextMenuEvent ( Event event)

◆ dispatchEventAsContextMenuEvent() [2/2]

void WebCore::InspectorFrontendHost::dispatchEventAsContextMenuEvent ( Event )

◆ inspectedURLChanged() [1/2]

void WebCore::InspectorFrontendHost::inspectedURLChanged ( const String )

◆ inspectedURLChanged() [2/2]

void InspectorFrontendHost::inspectedURLChanged ( const String newURL)

◆ inspectionLevel() [1/2]

unsigned InspectorFrontendHost::inspectionLevel ( )

◆ inspectionLevel() [2/2]

unsigned WebCore::InspectorFrontendHost::inspectionLevel ( )

◆ isUnderTest() [1/2]

bool InspectorFrontendHost::isUnderTest ( )

◆ isUnderTest() [2/2]

bool WebCore::InspectorFrontendHost::isUnderTest ( )

◆ killText() [1/2]

void InspectorFrontendHost::killText ( const String text,
bool  shouldPrependToKillRing,
bool  shouldStartNewSequence 
)

◆ killText() [2/2]

void WebCore::InspectorFrontendHost::killText ( const String text,
bool  shouldPrependToKillRing,
bool  shouldStartNewSequence 
)

◆ loaded() [1/2]

void WebCore::InspectorFrontendHost::loaded ( )

◆ loaded() [2/2]

void InspectorFrontendHost::loaded ( )

◆ localizedStringsURL() [1/2]

String InspectorFrontendHost::localizedStringsURL ( )

◆ localizedStringsURL() [2/2]

String WebCore::InspectorFrontendHost::localizedStringsURL ( )

◆ moveWindowBy() [1/2]

void InspectorFrontendHost::moveWindowBy ( float  x,
float  y 
) const

◆ moveWindowBy() [2/2]

void WebCore::InspectorFrontendHost::moveWindowBy ( float  x,
float  y 
) const

◆ openInNewTab() [1/2]

void WebCore::InspectorFrontendHost::openInNewTab ( const String url)

◆ openInNewTab() [2/2]

void InspectorFrontendHost::openInNewTab ( const String url)

◆ platform() [1/2]

String InspectorFrontendHost::platform ( )

◆ platform() [2/2]

String WebCore::InspectorFrontendHost::platform ( )

◆ port() [1/2]

String InspectorFrontendHost::port ( )

◆ port() [2/2]

String WebCore::InspectorFrontendHost::port ( )

◆ requestSetDockSide() [1/2]

void InspectorFrontendHost::requestSetDockSide ( const String side)

◆ requestSetDockSide() [2/2]

void WebCore::InspectorFrontendHost::requestSetDockSide ( const String )

◆ save() [1/2]

void InspectorFrontendHost::save ( const String url,
const String content,
bool  base64Encoded,
bool  forceSaveAs 
)

◆ save() [2/2]

void WebCore::InspectorFrontendHost::save ( const String url,
const String content,
bool  base64Encoded,
bool  forceSaveAs 
)

◆ sendMessageToBackend() [1/2]

void InspectorFrontendHost::sendMessageToBackend ( const String message)

◆ sendMessageToBackend() [2/2]

void WebCore::InspectorFrontendHost::sendMessageToBackend ( const String message)

◆ setAttachedWindowHeight() [1/2]

void WebCore::InspectorFrontendHost::setAttachedWindowHeight ( unsigned  )

◆ setAttachedWindowHeight() [2/2]

void InspectorFrontendHost::setAttachedWindowHeight ( unsigned  height)

◆ setAttachedWindowWidth() [1/2]

void WebCore::InspectorFrontendHost::setAttachedWindowWidth ( unsigned  )

◆ setAttachedWindowWidth() [2/2]

void InspectorFrontendHost::setAttachedWindowWidth ( unsigned  width)

◆ setZoomFactor() [1/2]

void InspectorFrontendHost::setZoomFactor ( float  zoom)

◆ setZoomFactor() [2/2]

void WebCore::InspectorFrontendHost::setZoomFactor ( float  )

◆ startWindowDrag() [1/2]

void WebCore::InspectorFrontendHost::startWindowDrag ( )

◆ startWindowDrag() [2/2]

void InspectorFrontendHost::startWindowDrag ( )

◆ unbufferedLog() [1/2]

void WebCore::InspectorFrontendHost::unbufferedLog ( const String message)

◆ unbufferedLog() [2/2]

void InspectorFrontendHost::unbufferedLog ( const String message)

◆ userInterfaceLayoutDirection() [1/2]

String WebCore::InspectorFrontendHost::userInterfaceLayoutDirection ( )

◆ userInterfaceLayoutDirection() [2/2]

String InspectorFrontendHost::userInterfaceLayoutDirection ( )

◆ zoomFactor() [1/2]

float WebCore::InspectorFrontendHost::zoomFactor ( )

◆ zoomFactor() [2/2]

float InspectorFrontendHost::zoomFactor ( )

The documentation for this class was generated from the following files: