HomeSort by relevance Sort by last modified time
    Searched refs:EasyUnlockPrivateGetUserInfoFunction (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/easy_unlock_private/
easy_unlock_private_api.h 317 class EasyUnlockPrivateGetUserInfoFunction : public SyncExtensionFunction {
321 EasyUnlockPrivateGetUserInfoFunction();
324 virtual ~EasyUnlockPrivateGetUserInfoFunction();
329 DISALLOW_COPY_AND_ASSIGN(EasyUnlockPrivateGetUserInfoFunction);
easy_unlock_private_api.cc 605 EasyUnlockPrivateGetUserInfoFunction::EasyUnlockPrivateGetUserInfoFunction() {
608 EasyUnlockPrivateGetUserInfoFunction::~EasyUnlockPrivateGetUserInfoFunction() {
611 bool EasyUnlockPrivateGetUserInfoFunction::RunSync() {

Completed in 47 milliseconds