webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
WebKit::WebInspectorFrontendAPIDispatcher Class Reference

#include <WebInspectorFrontendAPIDispatcher.h>

Public Member Functions

 WebInspectorFrontendAPIDispatcher (WebPage &)
 
void reset ()
 
void frontendLoaded ()
 
void suspend ()
 
void unsuspend ()
 
void dispatchCommand (const String &command)
 
void dispatchCommand (const String &command, const String &argument)
 
void dispatchCommand (const String &command, bool argument)
 
void dispatchMessageAsync (const String &message)
 

Constructor & Destructor Documentation

◆ WebInspectorFrontendAPIDispatcher()

WebKit::WebInspectorFrontendAPIDispatcher::WebInspectorFrontendAPIDispatcher ( WebPage page)

Member Function Documentation

◆ dispatchCommand() [1/3]

void WebKit::WebInspectorFrontendAPIDispatcher::dispatchCommand ( const String command)

◆ dispatchCommand() [2/3]

void WebKit::WebInspectorFrontendAPIDispatcher::dispatchCommand ( const String command,
const String argument 
)

◆ dispatchCommand() [3/3]

void WebKit::WebInspectorFrontendAPIDispatcher::dispatchCommand ( const String command,
bool  argument 
)

◆ dispatchMessageAsync()

void WebKit::WebInspectorFrontendAPIDispatcher::dispatchMessageAsync ( const String message)

◆ frontendLoaded()

void WebKit::WebInspectorFrontendAPIDispatcher::frontendLoaded ( )

◆ reset()

void WebKit::WebInspectorFrontendAPIDispatcher::reset ( )

◆ suspend()

void WebKit::WebInspectorFrontendAPIDispatcher::suspend ( )

◆ unsuspend()

void WebKit::WebInspectorFrontendAPIDispatcher::unsuspend ( )

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