Home
last modified time | relevance | path

Searched refs:sendProtocolNotification (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/inspector/
Dv8-inspector-session-impl.h100 void sendProtocolNotification(const String16& message) override;
Dv8-inspector-session-impl.cc134 void V8InspectorSessionImpl::sendProtocolNotification(const String16& message) { in sendProtocolNotification() function in v8_inspector::V8InspectorSessionImpl
135 m_channel->sendProtocolNotification(toStringView(message)); in sendProtocolNotification()
/external/v8/include/
Dv8-inspector.h253 virtual void sendProtocolNotification(const StringView& message) = 0;
/external/v8/src/
Dd8.cc1778 void sendProtocolNotification( in sendProtocolNotification() function in v8::InspectorFrontend