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

  /external/chromium_org/chrome/browser/extensions/api/dial/
dial_apitest.cc 61 device1.set_device_description_url(GURL("http://127.0.0.1/dd.xml"));
69 device2.set_device_description_url(GURL("http://127.0.0.2/dd.xml"));
77 device3.set_device_description_url(GURL("http://127.0.0.3/dd.xml"));
dial_device_data_unittest.cc 31 device.set_device_description_url(GURL("http://127.0.0.1/dd.xml"));
45 original.set_device_description_url(GURL("http://127.0.0.1/dd-a.xml"));
52 new_data.set_device_description_url(GURL("http://127.0.0.1/dd-a.xml"));
75 new_data.set_device_description_url(GURL("http://127.0.0.2/dd-b.xml"));
dial_device_data.cc 26 void DialDeviceData::set_device_description_url(const GURL& url) { function in class:extensions::DialDeviceData
dial_device_data.h 49 void set_device_description_url(const GURL& url);
dial_service.cc 356 device->set_device_description_url(device_url);

Completed in 548 milliseconds