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

  /external/chromium_org/chrome/browser/local_discovery/
cloud_device_list.h 17 class CloudDeviceList : public GCDApiFlowRequest {
22 explicit CloudDeviceList(CloudDeviceListDelegate* delegate);
23 virtual ~CloudDeviceList();
cloud_device_list.cc 19 CloudDeviceList::CloudDeviceList(CloudDeviceListDelegate* delegate)
23 CloudDeviceList::~CloudDeviceList() {
26 void CloudDeviceList::OnGCDAPIFlowError(GCDApiFlow::Status status) {
30 void CloudDeviceList::OnGCDAPIFlowComplete(const base::DictionaryValue& value) {
58 GURL CloudDeviceList::GetURL() {
62 bool CloudDeviceList::FillDeviceDetails(

Completed in 35 milliseconds