Searched refs:hasClient (Results 1 – 4 of 4) sorted by relevance
53 if (!hasClient(c)) in didAddClient()65 if (!hasClient(c)) in didAddClient()72 if (!hasClient(c)) in didAddClient()76 if (!hasClient(c)) in didAddClient()
307 …bool hasClient(ResourceClient* client) { return m_clients.contains(client) || m_clientsAwaitingCal… in hasClient() function
72 static bool hasClient() { return m_client; } in hasClient() function
1173 …& !m_platformInstrumentationClientInstalledAtStackDepth && !PlatformInstrumentation::hasClient()) { in pushCurrentRecord()