OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HardlockState
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/signin/
easy_unlock_screenlock_state_handler.h
49
enum
HardlockState
{
66
HardlockState
initial_hardlock_state,
78
void SetHardlockState(
HardlockState
new_state);
117
HardlockState
hardlock_state_;
easy_unlock_service.h
123
void SetHardlockState(EasyUnlockScreenlockStateHandler::
HardlockState
state);
126
EasyUnlockScreenlockStateHandler::
HardlockState
GetHardlockState() const;
132
EasyUnlockScreenlockStateHandler::
HardlockState
* state) const;
215
EasyUnlockScreenlockStateHandler::
HardlockState
state);
225
EasyUnlockScreenlockStateHandler::
HardlockState
state);
easy_unlock_service.cc
260
EasyUnlockScreenlockStateHandler::
HardlockState
state) {
268
EasyUnlockScreenlockStateHandler::
HardlockState
270
EasyUnlockScreenlockStateHandler::
HardlockState
state;
278
EasyUnlockScreenlockStateHandler::
HardlockState
* state) const {
292
static_cast<EasyUnlockScreenlockStateHandler::
HardlockState
>(state_int);
303
EasyUnlockScreenlockStateHandler::
HardlockState
state;
561
EasyUnlockScreenlockStateHandler::
HardlockState
state) {
588
EasyUnlockScreenlockStateHandler::
HardlockState
state) {
easy_unlock_screenlock_state_handler.cc
80
HardlockState
initial_hardlock_state,
148
HardlockState
new_state) {
easy_unlock_screenlock_state_handler_unittest.cc
773
std::vector<EasyUnlockScreenlockStateHandler::
HardlockState
> hardlock_states;
Completed in 31 milliseconds