OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CryptohomeUI
(Results
1 - 3
of
3
) 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) {
/external/chromium_org/chrome/browser/ui/webui/
chrome_web_ui_controller_factory.cc
349
return &NewWebUI<chromeos::
CryptohomeUI
>;
Completed in 298 milliseconds