Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/resources/cryptotoken/
Dgnubbydevice.js103 GnubbyDevice.prototype.hasClient = function(who) {}; method in GnubbyDevice
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/fetch/
DResource.h320 …bool hasClient(ResourceClient* client) { return m_clients.contains(client) || m_clientsAwaitingCal… in hasClient() function