webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Instance Methods | List of all members
WebInspectorFrontend Class Reference

#import <WebInspectorFrontend.h>

Inheritance diagram for WebInspectorFrontend:
NSObject

Instance Methods

(id- initWithFrontendClient:
 
(void- attach
 
(void- detach
 
(void- close
 
(BOOL- isDebuggingEnabled
 
(void- setDebuggingEnabled:
 
(BOOL- isTimelineProfilingEnabled
 
(void- setTimelineProfilingEnabled:
 
(BOOL- isProfilingJavaScript
 
(void- startProfilingJavaScript
 
(void- stopProfilingJavaScript
 
(void- showConsole
 

Method Documentation

◆ attach()

- (void) attach

◆ close()

- (void) close

◆ detach()

- (void) detach

◆ initWithFrontendClient:()

- (id) initWithFrontendClient: (WebInspectorFrontendClient *)  frontendClient

◆ isDebuggingEnabled()

- (BOOL) isDebuggingEnabled

◆ isProfilingJavaScript()

- (BOOL) isProfilingJavaScript

◆ isTimelineProfilingEnabled()

- (BOOL) isTimelineProfilingEnabled

◆ setDebuggingEnabled:()

- (void) setDebuggingEnabled: (BOOL enabled

◆ setTimelineProfilingEnabled:()

- (void) setTimelineProfilingEnabled: (BOOL enabled

◆ showConsole()

- (void) showConsole

◆ startProfilingJavaScript()

- (void) startProfilingJavaScript

◆ stopProfilingJavaScript()

- (void) stopProfilingJavaScript

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