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

  /external/chromium_org/chrome/browser/ui/webui/chromeos/
app_launch_ui.h 16 class AppLaunchUI : public content::WebUIController {
18 explicit AppLaunchUI(content::WebUI* web_ui);
27 DISALLOW_COPY_AND_ASSIGN(AppLaunchUI);
app_launch_ui.cc 56 class AppLaunchUI::AppLaunchUIHandler : public content::WebUIMessageHandler {
115 AppLaunchUI::AppLaunchUI(content::WebUI* web_ui)
125 void AppLaunchUI::SetLaunchText(const std::string& text) {

Completed in 41 milliseconds