OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:set_device_description_url
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/dial/
dial_apitest.cc
59
device1.
set_device_description_url
(GURL("http://127.0.0.1/dd.xml"));
67
device2.
set_device_description_url
(GURL("http://127.0.0.2/dd.xml"));
75
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
368
device->
set_device_description_url
(device_url);
Completed in 60 milliseconds