Home
last modified time | relevance | path

Searched refs:hasClient (Results 1 – 8 of 8) 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.h320 …bool hasClient(ResourceClient* client) { return m_clients.contains(client) || m_clientsAwaitingCal… in hasClient() function
/external/chromium_org/chrome/browser/resources/cryptotoken/
Dgnubbydevice.js103 GnubbyDevice.prototype.hasClient = function(who) {}; method in GnubbyDevice
Dgnubbies.js341 if (dev.hasClient(who)) {
Dhidgnubbydevice.js145 HidGnubbyDevice.prototype.hasClient = function(who) { method in HidGnubbyDevice
Dusbgnubbydevice.js220 UsbGnubbyDevice.prototype.hasClient = function(who) { method in UsbGnubbyDevice
/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.cpp1250 …& !m_platformInstrumentationClientInstalledAtStackDepth && !PlatformInstrumentation::hasClient()) { in pushCurrentRecord()