Searched refs:OnParseJSON (Results 1 – 2 of 2) sorted by relevance
63 void OnParseJSON(const std::string& json);
336 IPC_MESSAGE_HANDLER(ChromeUtilityMsg_ParseJSON, OnParseJSON) in OnMessageReceived()699 void ChromeContentUtilityClient::OnParseJSON(const std::string& json) { in OnParseJSON() function in chrome::ChromeContentUtilityClient