Home
last modified time | relevance | path

Searched defs:hasClient (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
DPlatformInstrumentation.h72 static bool hasClient() { return m_client; } in hasClient() function
/external/chromium_org/third_party/WebKit/Source/core/fetch/
DResource.h307 …bool hasClient(ResourceClient* client) { return m_clients.contains(client) || m_clientsAwaitingCal… in hasClient() function