Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/resources/cryptotoken/
Dgnubbydevice.js89 GnubbyDevice.prototype.registerClient = function(who) {}; method in GnubbyDevice
Dhidgnubbydevice.js112 HidGnubbyDevice.prototype.registerClient = function(who) { method in HidGnubbyDevice
Dusbgnubbydevice.js191 UsbGnubbyDevice.prototype.registerClient = function(who) { method in UsbGnubbyDevice
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/
DContextTrackingValidationCheck.java60 public void registerClient(ContextTrackingChecker client) { in registerClient() method in ContextTrackingValidationCheck
/external/chromium_org/third_party/WebKit/Source/core/css/
DStyleSheetContents.cpp534 void StyleSheetContents::registerClient(CSSStyleSheet* sheet) in registerClient() function in blink::StyleSheetContents