OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EasyUnlockHandler
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/ui/webui/options/
easy_unlock_handler.h
14
class
EasyUnlockHandler
: public OptionsPageUIHandler,
17
EasyUnlockHandler
();
18
virtual ~
EasyUnlockHandler
();
38
DISALLOW_COPY_AND_ASSIGN(
EasyUnlockHandler
);
easy_unlock_handler.cc
18
EasyUnlockHandler
::
EasyUnlockHandler
() {
21
EasyUnlockHandler
::~
EasyUnlockHandler
() {
25
void
EasyUnlockHandler
::GetLocalizedValues(base::DictionaryValue* values) {
46
void
EasyUnlockHandler
::InitializeHandler() {
50
void
EasyUnlockHandler
::RegisterMessages() {
53
base::Bind(&
EasyUnlockHandler
::HandleGetTurnOffFlowStatus,
57
base::Bind(&
EasyUnlockHandler
::HandleRequestTurnOff,
61
base::Bind(&
EasyUnlockHandler
::HandlePageDismissed
[
all
...]
options_ui.cc
276
AddOptionsPageUIHandler(localized_strings, new
EasyUnlockHandler
());
Completed in 37 milliseconds