Home
last modified time | relevance | path

Searched refs:mode_double (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/browser/ui/webui/
Dshown_sections_handler.cc94 double mode_double; in HandleSetShownSections() local
95 CHECK(args->GetDouble(0, &mode_double)); in HandleSetShownSections()
96 int mode = static_cast<int>(mode_double); in HandleSetShownSections()