Searched refs:flushProtocolNotifications (Results 1 – 4 of 4) sorted by relevance
103 void flushProtocolNotifications() override;
172 void V8InspectorSessionImpl::flushProtocolNotifications() { in flushProtocolNotifications() function in v8_inspector::V8InspectorSessionImpl173 m_channel->flushProtocolNotifications(); in flushProtocolNotifications()
256 virtual void flushProtocolNotifications() = 0;
1961 void flushProtocolNotifications() override {} in flushProtocolNotifications() function in v8::InspectorFrontend