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 502 SendJson(connection_id,
519 SendJson(connection_id, net::HTTP_OK, &version, std::string());
550 SendJson(connection_id,
559 SendJson(connection_id, net::HTTP_OK, dictionary.get(), std::string());
568 SendJson(connection_id,
577 SendJson(connection_id, net::HTTP_OK, NULL, "Target activated");
579 SendJson(connection_id,
589 SendJson(connection_id, net::HTTP_OK, NULL, "Target is closing");
591 SendJson(connection_id,
599 SendJson(connection_id
    [all...]
devtools_http_handler_impl.h 98 void SendJson(int connection_id,

Completed in 707 milliseconds