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

  /external/chromium/chrome/browser/ui/webui/chromeos/login/
login_ui.h 21 // Boilerplate class that is used to associate the LoginUI code with the URL
61 // Main LoginUI handling function. It handles the WebUI hooks that are supplied
83 // Boilerplate class that is used to associate the LoginUI code with the WebUI
85 class LoginUI : public WebUI {
87 explicit LoginUI(TabContents* contents);
95 DISALLOW_COPY_AND_ASSIGN(LoginUI);
login_ui.cc 109 // LoginUI, public: ------------------------------------------------------------
111 LoginUI::LoginUI(TabContents* contents)

Completed in 25 milliseconds