/external/chromium_org/chromeos/dbus/ |
D | modem_messaging_client.cc | 28 typedef ModemMessagingClient::ListCallback ListCallback; typedef in chromeos::__anon2f7edc220111::ModemMessagingProxy 73 virtual void List(const ListCallback& callback) { in List() 106 void OnList(const ListCallback& callback, dbus::Response* response) { in OnList() 165 const ListCallback& callback) OVERRIDE { in List()
|
D | gsm_sms_client.cc | 34 typedef GsmSMSClient::ListCallback ListCallback; typedef in chromeos::__anon4e07744c0111::SMSProxy 85 void List(const ListCallback& callback) { in List() 139 void OnList(const ListCallback& callback, dbus::Response* response) { in OnList() 201 const ListCallback& callback) OVERRIDE { in List()
|
D | modem_messaging_client.h | 32 ListCallback; typedef 58 const ListCallback& callback) = 0;
|
D | gsm_sms_client.h | 35 typedef base::Callback<void(const base::ListValue& result)> ListCallback; typedef 67 const ListCallback& callback) = 0;
|
D | fake_modem_messaging_client.h | 34 const ListCallback& callback) OVERRIDE;
|
D | fake_modem_messaging_client.cc | 48 const ListCallback& callback) { in List()
|
D | fake_gsm_sms_client.h | 42 const ListCallback& callback) OVERRIDE;
|
D | fake_gsm_sms_client.cc | 67 const ListCallback& callback) { in List()
|
/external/chromium_org/chromeos/network/ |
D | network_sms_handler.cc | 63 void ListCallback(const base::ListValue& message_list); 99 ModemManagerNetworkSmsDeviceHandler::ListCallback, in ModemManagerNetworkSmsDeviceHandler() 108 void NetworkSmsHandler::ModemManagerNetworkSmsDeviceHandler::ListCallback( in ListCallback() function in chromeos::NetworkSmsHandler::ModemManagerNetworkSmsDeviceHandler 185 void ListCallback(const std::vector<dbus::ObjectPath>& paths); 227 ModemManager1NetworkSmsDeviceHandler::ListCallback, in ModemManager1NetworkSmsDeviceHandler() 237 ModemManager1NetworkSmsDeviceHandler::ListCallback, in RequestUpdate() 241 void NetworkSmsHandler::ModemManager1NetworkSmsDeviceHandler::ListCallback( in ListCallback() function in chromeos::NetworkSmsHandler::ModemManager1NetworkSmsDeviceHandler
|
/external/chromium_org/chrome/browser/media_galleries/fileapi/ |
D | picasa_data_provider_browsertest.cc | 380 virtual void ListCallback(int expected_list_callbacks_called, in ListCallback() function in picasa::PicasaDataProviderMultipleMixedCallbacksTest 412 base::Bind(&PicasaDataProviderMultipleMixedCallbacksTest::ListCallback, in StartTestOnMediaTaskRunner() 423 base::Bind(&PicasaDataProviderMultipleMixedCallbacksTest::ListCallback, in StartTestOnMediaTaskRunner() 446 virtual void ListCallback(bool parse_success) { in ListCallback() function in picasa::PicasaDataProviderFileWatcherInvalidateTest 481 &PicasaDataProviderFileWatcherInvalidateTest::ListCallback, in StartTestOnMediaTaskRunner() 525 virtual void ListCallback(bool parse_success) { in ListCallback() function in picasa::PicasaDataProviderInvalidateInflightAlbumsIndexerTest 550 ListCallback, in StartTestOnMediaTaskRunner()
|
/external/chromium_org/native_client_sdk/src/examples/api/file_io/ |
D | file_io.cc | 285 &FileIoInstance::ListCallback, ref)); in List() 288 void ListCallback(int32_t result, in ListCallback() function in FileIoInstance
|
/external/chromium_org/native_client_sdk/src/doc/devguide/coding/ |
D | file-io.rst | 184 ``ListCallback`` which packages up the results into a string message, and 493 created pointing to ``FileIoInstance::ListCallback``. 504 &FileIoInstance::ListCallback, ref)); 506 ``FileIoInstance::ListCallback`` then gets the results passed as a 512 void ListCallback(int32_t result,
|