Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-inspector-session-impl.h103 void flushProtocolNotifications() override;
Dv8-inspector-session-impl.cc172 void V8InspectorSessionImpl::flushProtocolNotifications() { in flushProtocolNotifications() function in v8_inspector::V8InspectorSessionImpl
173 m_channel->flushProtocolNotifications(); in flushProtocolNotifications()
/external/v8/include/
Dv8-inspector.h256 virtual void flushProtocolNotifications() = 0;
/external/v8/src/
Dd8.cc1961 void flushProtocolNotifications() override {} in flushProtocolNotifications() function in v8::InspectorFrontend