HomeSort by relevance Sort by last modified time
    Searched defs:hasClient (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/resources/cryptotoken/
gnubbydevice.js 103 GnubbyDevice.prototype.hasClient = function(who) {};
hidgnubbydevice.js 145 HidGnubbyDevice.prototype.hasClient = function(who) {
usbgnubbydevice.js 220 UsbGnubbyDevice.prototype.hasClient = function(who) {
  /external/chromium_org/third_party/WebKit/Source/platform/
PlatformInstrumentation.h 72 static bool hasClient() { return m_client; }
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
Resource.h 320 bool hasClient(ResourceClient* client) { return m_clients.contains(client) || m_clientsAwaitingCallback.contains(client); }
  /frameworks/av/services/camera/libcameraservice/
CameraService.cpp     [all...]

Completed in 834 milliseconds