OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CryptohomeUI
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/webui/chromeos/
cryptohome_ui.h
14
class
CryptohomeUI
: public content::WebUIController {
16
explicit
CryptohomeUI
(content::WebUI* web_ui);
17
virtual ~
CryptohomeUI
() {}
20
DISALLOW_COPY_AND_ASSIGN(
CryptohomeUI
);
cryptohome_ui.cc
29
CryptohomeUI
::
CryptohomeUI
(content::WebUI* web_ui) : WebUIController(web_ui) {
Completed in 481 milliseconds