Searched refs:ReplyWithJson (Results 1 – 4 of 4) sorted by relevance
69 void ResponseImpl::ReplyWithJson(int status_code, const base::Value* json) { in ReplyWithJson() function in libwebserv::ResponseImpl80 void ResponseImpl::ReplyWithJson( in ReplyWithJson() function in libwebserv::ResponseImpl86 ReplyWithJson(status_code, &json_value); in ReplyWithJson()
39 MOCK_METHOD2(ReplyWithJson, void(int, const base::Value*));40 MOCK_METHOD2(ReplyWithJson,
61 virtual void ReplyWithJson(int status_code, const base::Value* json) = 0;65 virtual void ReplyWithJson(
46 void ReplyWithJson(int status_code, const base::Value* json) override;47 void ReplyWithJson(int status_code,