Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/fetch/
DRawResource.cpp53 if (!hasClient(c)) in didAddClient()
65 if (!hasClient(c)) in didAddClient()
72 if (!hasClient(c)) in didAddClient()
76 if (!hasClient(c)) in didAddClient()
DResource.h307 …bool hasClient(ResourceClient* client) { return m_clients.contains(client) || m_clientsAwaitingCal… in hasClient() function
/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/inspector/
DInspectorTimelineAgent.cpp1173 …& !m_platformInstrumentationClientInstalledAtStackDepth && !PlatformInstrumentation::hasClient()) { in pushCurrentRecord()