Home | Sort by relevance Sort by last modified time |
/external/chromium_org/chrome/renderer/net/ | |
net_error_helper_core.cc | 39 const char* correction_type; member in struct:__anon10368::CorrectionTypeToResourceTable 65 &NavigationCorrection::correction_type); 77 std::string correction_type; member in struct:__anon10368::NavigationCorrection 295 if ((*it)->correction_type == "reloadPage") { 301 if ((*it)->correction_type == "webSearchQuery") { 319 if ((*it)->correction_type != 320 kCorrectionResourceTable[correction_index].correction_type) { [all...] |
net_error_helper_core_unittest.cc | 47 const char* correction_type; member in struct:__anon10369::NavigationCorrection 56 dict->SetString("correctionType", correction_type); [all...] |