Searched refs:sendProtocolNotification (Results 1 – 4 of 4) sorted by relevance
100 void sendProtocolNotification(const String16& message) override;
134 void V8InspectorSessionImpl::sendProtocolNotification(const String16& message) { in sendProtocolNotification() function in v8_inspector::V8InspectorSessionImpl135 m_channel->sendProtocolNotification(toStringView(message)); in sendProtocolNotification()
253 virtual void sendProtocolNotification(const StringView& message) = 0;
1778 void sendProtocolNotification( in sendProtocolNotification() function in v8::InspectorFrontend