HomeSort by relevance Sort by last modified time
    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 52 milliseconds