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

  /external/chromium_org/components/visitedlink/browser/
visitedlink_master.cc 112 void AsyncClose(FILE** file) {
732 PostIOTask(FROM_HERE, base::Bind(&AsyncClose, file_));
733 // AsyncClose() will close the file and free the memory pointed by |file_|.
    [all...]
  /external/chromium_org/net/websockets/
websocket_basic_stream_test.cc 479 TEST_F(WebSocketBasicStreamSocketSingleReadTest, AsyncClose) {
    [all...]

Completed in 81 milliseconds