OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EasyUnlockPrivateGetRemoteDevicesFunction
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/easy_unlock_private/
easy_unlock_private_api.h
270
class
EasyUnlockPrivateGetRemoteDevicesFunction
: public SyncExtensionFunction {
274
EasyUnlockPrivateGetRemoteDevicesFunction
();
277
virtual ~
EasyUnlockPrivateGetRemoteDevicesFunction
();
282
DISALLOW_COPY_AND_ASSIGN(
EasyUnlockPrivateGetRemoteDevicesFunction
);
easy_unlock_private_api.cc
552
EasyUnlockPrivateGetRemoteDevicesFunction
::
553
EasyUnlockPrivateGetRemoteDevicesFunction
() {
556
EasyUnlockPrivateGetRemoteDevicesFunction
::
557
~
EasyUnlockPrivateGetRemoteDevicesFunction
() {
560
bool
EasyUnlockPrivateGetRemoteDevicesFunction
::RunSync() {
Completed in 52 milliseconds