Home | History | Annotate | Download | only in src

Lines Matching full:static

69     static void debugAttach(DebuggerAgentImpl* debuggerAgent);
70 static void debugDetach(DebuggerAgentImpl* debuggerAgent);
71 static void pauseScript();
72 static void executeDebuggerCommand(const WTF::String& command, int callerId);
73 static void setMessageLoopDispatchHandler(WebDevToolsAgent::MessageLoopDispatchHandler handler);
74 static void setExposeV8DebuggerProtocol(bool);
78 static void setHostId(WebFrameImpl* webframe, int hostId);
80 static void onWebViewClosed(WebViewImpl* webview);
82 static void onNavigate();
88 static void debugHostDispatchHandler();
89 static void onV8DebugMessage(const v8::Debug::Message& message);
90 static void sendCommandToV8(const WTF::String& cmd,
92 static void sendContinueCommandToV8();
94 static DebuggerAgentImpl* findAgentForCurrentV8Context();
95 static DebuggerAgentImpl* debuggerAgentForHostId(int hostId);
98 static AttachedAgentsMap* s_attachedAgentsMap;
100 static WebDevToolsAgent::MessageLoopDispatchHandler s_messageLoopDispatchHandler;
101 static bool s_inHostDispatchHandler;
103 static DeferrersMap s_pageDeferrers;
105 static bool s_exposeV8DebuggerProtocol;