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 446 SendJson(connection_id,
464 SendJson(connection_id, net::HTTP_OK, &version, std::string());
484 SendJson(connection_id,
493 SendJson(connection_id, net::HTTP_OK, dictionary.get(), std::string());
502 SendJson(connection_id,
511 SendJson(connection_id, net::HTTP_OK, NULL, "Target activated");
513 SendJson(connection_id,
523 SendJson(connection_id, net::HTTP_OK, NULL, "Target is closing");
525 SendJson(connection_id,
533 SendJson(connection_id
    [all...]
devtools_http_handler_impl.h 93 void SendJson(int connection_id,

Completed in 26 milliseconds