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

  /external/chromium_org/chrome/browser/download/
download_danger_prompt.h 30 typedef base::Callback<void(Action)> OnDone;
44 const OnDone& done);
download_danger_prompt.cc 31 const OnDone& done);
53 OnDone done_;
62 const OnDone& done)
169 OnDone done = done_;
186 const OnDone& done) {
  /external/chromium/chrome/browser/remoting/
directory_add_request_unittest.cc 16 MOCK_METHOD2(OnDone,
32 EXPECT_CALL(callback, OnDone(expected_result, expected_message))
36 NewCallback(&callback, &MockDoneCallback::OnDone));
  /external/chromium_org/remoting/protocol/
ssl_hmac_channel_authenticator_unittest.cc 39 MOCK_METHOD2(OnDone, void(net::Error error, net::StreamSocket* socket));
92 EXPECT_CALL(client_callback_, OnDone(net::ERR_FAILED, NULL))
94 EXPECT_CALL(host_callback_, OnDone(net::ERR_FAILED, NULL))
97 EXPECT_CALL(client_callback_, OnDone(net::OK, NotNull()))
99 EXPECT_CALL(host_callback_, OnDone(net::OK, NotNull()))
114 host_callback_.OnDone(error, socket.get());
120 client_callback_.OnDone(error, socket.get());
authenticator_test_base.cc 109 EXPECT_CALL(client_callback_, OnDone(net::OK))
112 EXPECT_CALL(host_callback_, OnDone(net::ERR_FAILED))
115 EXPECT_CALL(host_callback_, OnDone(net::OK))
140 host_callback_.OnDone(error);
147 client_callback_.OnDone(error);
channel_multiplexer_unittest.cc 42 MOCK_METHOD1(OnDone, void(int result));
254 EXPECT_CALL(cb1, OnDone(_))
256 EXPECT_CALL(cb2, OnDone(_))
262 base::Bind(&MockSocketCallback::OnDone,
267 base::Bind(&MockSocketCallback::OnDone,
291 EXPECT_CALL(cb1, OnDone(net::ERR_FAILED));
292 EXPECT_CALL(cb2, OnDone(net::ERR_FAILED));
297 base::Bind(&MockSocketCallback::OnDone,
302 base::Bind(&MockSocketCallback::OnDone,
326 EXPECT_CALL(cb1, OnDone(net::ERR_FAILED)
    [all...]
jingle_session_unittest.cc 84 MOCK_METHOD1(OnDone, void(net::StreamSocket* socket));
105 client_channel_callback_.OnDone(socket.get());
110 host_channel_callback_.OnDone(socket.get());
241 EXPECT_CALL(client_channel_callback_, OnDone(_))
243 EXPECT_CALL(host_channel_callback_, OnDone(_))
378 EXPECT_CALL(client_channel_callback_, OnDone(_))
380 EXPECT_CALL(host_channel_callback_, OnDone(_))
424 EXPECT_CALL(host_channel_callback_, OnDone(NULL))
426 EXPECT_CALL(client_channel_callback_, OnDone(_))
authenticator_test_base.h 40 MOCK_METHOD1(OnDone, void(net::Error error));
buffered_socket_writer_unittest.cc 31 void OnDone() {
67 writer_->Write(test_buffer_, base::Bind(&BufferedSocketWriterTest::OnDone,
69 writer_->Write(test_buffer_2_, base::Bind(&BufferedSocketWriterTest::OnDone,
86 base::Bind(&BufferedSocketWriterTest::OnDone,
  /external/chromium_org/net/base/
directory_lister.h 99 void OnDone(int error);
113 void OnDone(int error);
directory_lister.cc 149 base::Bind(&DirectoryLister::Core::OnDone, this, ERR_FILE_NOT_FOUND));
189 base::Bind(&DirectoryLister::Core::OnDone, this, OK));
201 void DirectoryLister::Core::OnDone(int error) {
204 lister_->OnDone(error);
211 void DirectoryLister::OnDone(int error) {
  /external/chromium_org/remoting/host/setup/
start_host.cc 64 void OnDone(HostStarter::Result result) {
66 g_message_loop->PostTask(FROM_HERE, base::Bind(&OnDone, result));
166 base::Bind(&OnDone));
  /external/chromium/net/base/
directory_lister.h 102 void OnDone(int error);
directory_lister.cc 31 lister->OnDone(error);
229 void DirectoryLister::OnDone(int error) {
  /external/chromium_org/content/browser/renderer_host/p2p/
socket_dispatcher_host.cc 55 base::Bind(&P2PSocketDispatcherHost::DnsRequest::OnDone,
59 OnDone(result);
65 void OnDone(int result) {
  /external/chromium_org/net/disk_cache/
in_flight_backend_io.h 38 void OnDone(bool cancel);
in_flight_backend_io.cc 54 void BackendIO::OnDone(bool cancel) {
506 op->OnDone(cancel);
  /external/chromium_org/ipc/
ipc_sync_channel_unittest.cc     [all...]

Completed in 424 milliseconds