Home
last modified time | relevance | path

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

/external/chromium_org/content/browser/devtools/
Ddevtools_http_handler_impl.cc502 SendJson(connection_id, in OnJsonRequestUI()
519 SendJson(connection_id, net::HTTP_OK, &version, std::string()); in OnJsonRequestUI()
550 SendJson(connection_id, in OnJsonRequestUI()
559 SendJson(connection_id, net::HTTP_OK, dictionary.get(), std::string()); in OnJsonRequestUI()
568 SendJson(connection_id, in OnJsonRequestUI()
577 SendJson(connection_id, net::HTTP_OK, NULL, "Target activated"); in OnJsonRequestUI()
579 SendJson(connection_id, in OnJsonRequestUI()
589 SendJson(connection_id, net::HTTP_OK, NULL, "Target is closing"); in OnJsonRequestUI()
591 SendJson(connection_id, in OnJsonRequestUI()
599 SendJson(connection_id, in OnJsonRequestUI()
[all …]
Ddevtools_http_handler_impl.h98 void SendJson(int connection_id,