Searched refs:SendJson (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/content/browser/devtools/ |
D | devtools_http_handler_impl.cc | 502 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 …]
|
D | devtools_http_handler_impl.h | 98 void SendJson(int connection_id,
|