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

#include <InspectorFrontendDispatchers.h>

Public Member Functions

 PageFrontendDispatcher (FrontendRouter &frontendRouter)
 
void domContentEventFired (double timestamp)
 
void loadEventFired (double timestamp)
 
void frameNavigated (RefPtr< Inspector::Protocol::Page::Frame > frame)
 
void frameDetached (const Inspector::Protocol::Network::FrameId &frameId)
 
void frameStartedLoading (const Inspector::Protocol::Network::FrameId &frameId)
 
void frameStoppedLoading (const Inspector::Protocol::Network::FrameId &frameId)
 
void frameScheduledNavigation (const Inspector::Protocol::Network::FrameId &frameId, double delay)
 
void frameClearedScheduledNavigation (const Inspector::Protocol::Network::FrameId &frameId)
 
 PageFrontendDispatcher (FrontendRouter &frontendRouter)
 
void domContentEventFired (double timestamp)
 
void loadEventFired (double timestamp)
 
void frameNavigated (RefPtr< Inspector::Protocol::Page::Frame > frame)
 
void frameDetached (const Inspector::Protocol::Network::FrameId &frameId)
 
void frameStartedLoading (const Inspector::Protocol::Network::FrameId &frameId)
 
void frameStoppedLoading (const Inspector::Protocol::Network::FrameId &frameId)
 
void frameScheduledNavigation (const Inspector::Protocol::Network::FrameId &frameId, double delay)
 
void frameClearedScheduledNavigation (const Inspector::Protocol::Network::FrameId &frameId)
 

Constructor & Destructor Documentation

◆ PageFrontendDispatcher() [1/2]

Inspector::PageFrontendDispatcher::PageFrontendDispatcher ( FrontendRouter frontendRouter)
inline

◆ PageFrontendDispatcher() [2/2]

Inspector::PageFrontendDispatcher::PageFrontendDispatcher ( FrontendRouter frontendRouter)
inline

Member Function Documentation

◆ domContentEventFired() [1/2]

void Inspector::PageFrontendDispatcher::domContentEventFired ( double  timestamp)

◆ domContentEventFired() [2/2]

void Inspector::PageFrontendDispatcher::domContentEventFired ( double  timestamp)

◆ frameClearedScheduledNavigation() [1/2]

void Inspector::PageFrontendDispatcher::frameClearedScheduledNavigation ( const Inspector::Protocol::Network::FrameId frameId)

◆ frameClearedScheduledNavigation() [2/2]

void Inspector::PageFrontendDispatcher::frameClearedScheduledNavigation ( const Inspector::Protocol::Network::FrameId frameId)

◆ frameDetached() [1/2]

void Inspector::PageFrontendDispatcher::frameDetached ( const Inspector::Protocol::Network::FrameId frameId)

◆ frameDetached() [2/2]

void Inspector::PageFrontendDispatcher::frameDetached ( const Inspector::Protocol::Network::FrameId frameId)

◆ frameNavigated() [1/2]

void Inspector::PageFrontendDispatcher::frameNavigated ( RefPtr< Inspector::Protocol::Page::Frame frame)

◆ frameNavigated() [2/2]

void Inspector::PageFrontendDispatcher::frameNavigated ( RefPtr< Inspector::Protocol::Page::Frame frame)

◆ frameScheduledNavigation() [1/2]

void Inspector::PageFrontendDispatcher::frameScheduledNavigation ( const Inspector::Protocol::Network::FrameId frameId,
double  delay 
)

◆ frameScheduledNavigation() [2/2]

void Inspector::PageFrontendDispatcher::frameScheduledNavigation ( const Inspector::Protocol::Network::FrameId frameId,
double  delay 
)

◆ frameStartedLoading() [1/2]

void Inspector::PageFrontendDispatcher::frameStartedLoading ( const Inspector::Protocol::Network::FrameId frameId)

◆ frameStartedLoading() [2/2]

void Inspector::PageFrontendDispatcher::frameStartedLoading ( const Inspector::Protocol::Network::FrameId frameId)

◆ frameStoppedLoading() [1/2]

void Inspector::PageFrontendDispatcher::frameStoppedLoading ( const Inspector::Protocol::Network::FrameId frameId)

◆ frameStoppedLoading() [2/2]

void Inspector::PageFrontendDispatcher::frameStoppedLoading ( const Inspector::Protocol::Network::FrameId frameId)

◆ loadEventFired() [1/2]

void Inspector::PageFrontendDispatcher::loadEventFired ( double  timestamp)

◆ loadEventFired() [2/2]

void Inspector::PageFrontendDispatcher::loadEventFired ( double  timestamp)

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