HomeSort by relevance Sort by last modified time
    Searched refs:SendJson (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/devtools/
devtools_http_handler_impl.cc 455 SendJson(connection_id,
472 SendJson(connection_id, net::HTTP_OK, &version, std::string());
492 SendJson(connection_id,
501 SendJson(connection_id, net::HTTP_OK, dictionary.get(), std::string());
510 SendJson(connection_id,
519 SendJson(connection_id, net::HTTP_OK, NULL, "Target activated");
521 SendJson(connection_id,
531 SendJson(connection_id, net::HTTP_OK, NULL, "Target is closing");
533 SendJson(connection_id,
541 SendJson(connection_id
    [all...]
devtools_http_handler_impl.h 96 void SendJson(int connection_id,

Completed in 57 milliseconds