Home
last modified time | relevance | path

Searched defs:NavigationCorrection (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/renderer/net/
Dnet_error_helper_core.cc58 struct NavigationCorrection { struct
59 NavigationCorrection() : is_porn(false), is_soft_porn(false) { in NavigationCorrection() function
62 static void RegisterJSONConverter( in RegisterJSONConverter()
77 std::string correction_type;
78 std::string url_correction;
79 std::string click_type;
80 std::string click_data;
81 bool is_porn;
82 bool is_soft_porn;
Dnet_error_helper_core_unittest.cc46 struct NavigationCorrection { struct
47 const char* correction_type;
48 const char* url_correction;
49 const char* click_type;
50 const char* click_data;
51 bool is_porn;
52 bool is_soft_porn;
54 base::Value* ToValue() const { in ToValue()