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

  /external/chromium_org/chrome/browser/signin/
easy_unlock_screenlock_state_handler.cc 87 is_trial_run_(false) {
114 if (!is_trial_run_ && hardlock_state_ != NO_HARDLOCK) {
132 if (!is_trial_run_ && HardlockOnClick(state_))
135 UpdateTooltipOptions(is_trial_run_, &icon_options);
169 if (is_trial_run_)
171 is_trial_run_ = true;
181 is_trial_run_ = false;
292 if (!is_trial_run_ && hardlock_state_ != NO_HARDLOCK)
easy_unlock_screenlock_state_handler.h 123 bool is_trial_run_; member in class:EasyUnlockScreenlockStateHandler

Completed in 26 milliseconds