Searched defs:SlowHandler (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Dslow_ui.cc58 class SlowHandler : public WebUIMessageHandler { class in namespace:chromeos
60 explicit SlowHandler(Profile* profile);
61 virtual ~SlowHandler();
77 DISALLOW_COPY_AND_ASSIGN(SlowHandler);
80 // SlowHandler ------------------------------------------------------------
82 SlowHandler::SlowHandler(Profile* profile) : profile_(profile) { function in class:chromeos::SlowHandler
85 SlowHandler::~SlowHandler() {
88 void SlowHandler
[all...]

Completed in 68 milliseconds