Searched refs:flushProtocolNotifications (Results 1 – 4 of 4) sorted by relevance
106 void flushProtocolNotifications() override;
179 void V8InspectorSessionImpl::flushProtocolNotifications() { in flushProtocolNotifications() function in v8_inspector::V8InspectorSessionImpl180 m_channel->flushProtocolNotifications(); in flushProtocolNotifications()
284 virtual void flushProtocolNotifications() = 0;
2310 void flushProtocolNotifications() override {} in flushProtocolNotifications() function in v8::InspectorFrontend