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

  /external/chromium_org/chrome/browser/android/
password_authentication_manager.cc 19 void OnResult(bool result) {
63 void OnResult(JNIEnv* env,
69 callback->OnResult(authenticated);
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
mucroomuniquehangoutidtask_unittest.cc 43 void OnResult(buzz::MucRoomUniqueHangoutIdTask* task,
88 task->SignalResult.connect(listener, &MucRoomUniqueHangoutIdListener::OnResult);
mucroomconfigtask_unittest.cc 43 void OnResult(buzz::MucRoomConfigTask*) {
92 task->SignalResult.connect(listener, &MucRoomConfigListener::OnResult);
mucroomlookuptask_unittest.cc 43 void OnResult(buzz::MucRoomLookupTask* task,
97 task->SignalResult.connect(listener, &MucRoomLookupListener::OnResult);
138 task->SignalResult.connect(listener, &MucRoomLookupListener::OnResult);
mucroomdiscoverytask_unittest.cc 43 void OnResult(buzz::MucRoomDiscoveryTask* task,
102 task->SignalResult.connect(listener, &MucRoomDiscoveryListener::OnResult);
  /external/chromium_org/chrome/browser/
chrome_select_file_dialog_factory_win.cc 76 void OnResult(const base::FilePath& directory,
108 OnResult)
116 void GetOpenFileNameClient::OnResult(
207 void OnResult(const base::FilePath& path, int one_based_filter_index);
239 OnResult)
247 void GetSaveFileNameClient::OnResult(const base::FilePath& path,
  /external/chromium_org/chrome/browser/captive_portal/
captive_portal_service.h 121 void OnResult(captive_portal::CaptivePortalResult result);
captive_portal_service.cc 244 OnResult(captive_portal::RESULT_INTERNET_CONNECTED);
310 OnResult(result);
323 void CaptivePortalService::OnResult(CaptivePortalResult result) {
  /external/chromium_org/media/cdm/ppapi/
cdm_file_io_test.h 108 void OnResult(const TestStep& result);
cdm_file_io_test.cc 488 OnResult(TestStep(RESULT_OPEN, status, NULL, 0));
494 OnResult(TestStep(RESULT_READ, status, data, data_size));
498 OnResult(TestStep(RESULT_WRITE, status, NULL, 0));
574 void FileIOTest::OnResult(const TestStep& result) {

Completed in 247 milliseconds