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

  /external/chromium_org/chrome/renderer/net/
net_error_helper_core.cc 58 struct NavigationCorrection {
59 NavigationCorrection() : is_porn(false), is_soft_porn(false) {
63 base::JSONValueConverter<NavigationCorrection>* converter) {
65 &NavigationCorrection::correction_type);
67 &NavigationCorrection::url_correction);
69 &NavigationCorrection::click_type);
71 &NavigationCorrection::click_data);
72 converter->RegisterBoolField("isPorn", &NavigationCorrection::is_porn);
74 &NavigationCorrection::is_soft_porn);
88 ScopedVector<NavigationCorrection> corrections
    [all...]
net_error_helper_core_unittest.cc 46 struct NavigationCorrection {
66 const NavigationCorrection kDefaultCorrections[] = {
78 std::string SuggestionsToResponse(const NavigationCorrection* corrections,
229 const NavigationCorrection* corrections, int num_corrections) {
    [all...]

Completed in 58 milliseconds