Home
last modified time | relevance | path

Searched refs:ToggleHooks (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/engine/flutter/runtime/
Dservice_protocol.cc55 ToggleHooks(false); in ~ServiceProtocol()
77 void ServiceProtocol::ToggleHooks(bool set) { in ToggleHooks() function in flutter::ServiceProtocol
Dservice_protocol.h66 void ToggleHooks(bool set);
Ddart_isolate.cc618 service_protocol->ToggleHooks(true); in DartCreateAndStartServiceIsolate()