Searched refs:CloudDeviceListDelegate (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/local_discovery/
H A Dcloud_device_list_delegate.cc9 const char CloudDeviceListDelegate::kDeviceTypePrinter[] = "printer";
11 CloudDeviceListDelegate::CloudDeviceListDelegate() { function in class:local_discovery::CloudDeviceListDelegate
14 CloudDeviceListDelegate::~CloudDeviceListDelegate() {
17 CloudDeviceListDelegate::Device::Device() {
20 CloudDeviceListDelegate::Device::~Device() {
H A Dcloud_device_list_delegate.h13 class CloudDeviceListDelegate { class in namespace:local_discovery
28 CloudDeviceListDelegate();
29 virtual ~CloudDeviceListDelegate();
H A Dcloud_device_list.h19 typedef std::vector<CloudDeviceListDelegate::Device> DeviceList;
22 explicit CloudDeviceList(CloudDeviceListDelegate* delegate);
34 CloudDeviceListDelegate::Device* device);
36 CloudDeviceListDelegate* delegate_;
H A Dcloud_print_printer_list.h19 explicit CloudPrintPrinterList(CloudDeviceListDelegate* delegate);
31 CloudDeviceListDelegate::Device* printer_details);
33 CloudDeviceListDelegate* delegate_;
H A Dcloud_print_printer_list.cc15 CloudPrintPrinterList::CloudPrintPrinterList(CloudDeviceListDelegate* delegate)
35 std::vector<CloudDeviceListDelegate::Device> devices;
40 CloudDeviceListDelegate::Device printer_details;
60 CloudDeviceListDelegate::Device* printer_details) {
73 printer_details->type = CloudDeviceListDelegate::kDeviceTypePrinter;
H A Dcloud_device_list.cc19 CloudDeviceList::CloudDeviceList(CloudDeviceListDelegate* delegate)
40 std::vector<CloudDeviceListDelegate::Device> result;
44 CloudDeviceListDelegate::Device details;
64 CloudDeviceListDelegate::Device* details) {
H A Dcloud_device_list_unittest.cc46 class MockDelegate : public CloudDeviceListDelegate {
65 CloudDeviceListDelegate::DeviceList devices;
H A Dcloud_print_printer_list_unittest.cc32 class MockDelegate : public CloudDeviceListDelegate {
51 CloudDeviceListDelegate::DeviceList devices;
/external/chromium_org/chrome/browser/extensions/api/gcd_private/
H A Dgcd_private_api.h51 public local_discovery::CloudDeviceListDelegate {
65 // CloudDeviceListDelegate implementation
/external/chromium_org/chrome/browser/ui/webui/local_discovery/
H A Dlocal_discovery_ui_handler.h47 public CloudDeviceListDelegate,
92 // CloudDeviceListDelegate implementation.
H A Dlocal_discovery_ui_handler.cc72 const CloudDeviceListDelegate::Device& description) {
84 const std::vector<CloudDeviceListDelegate::Device>& devices,

Completed in 1118 milliseconds