Home
last modified time | relevance | path

Searched refs:OnParseJSON (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/utility/
Dchrome_content_utility_client.h63 void OnParseJSON(const std::string& json);
Dchrome_content_utility_client.cc336 IPC_MESSAGE_HANDLER(ChromeUtilityMsg_ParseJSON, OnParseJSON) in OnMessageReceived()
699 void ChromeContentUtilityClient::OnParseJSON(const std::string& json) { in OnParseJSON() function in chrome::ChromeContentUtilityClient