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

  /external/chromium_org/chrome/browser/extensions/api/dial/
dial_device_data_unittest.cc 89 EXPECT_TRUE(DialDeviceData::IsDeviceDescriptionUrl(
91 EXPECT_TRUE(DialDeviceData::IsDeviceDescriptionUrl(
93 EXPECT_TRUE(DialDeviceData::IsDeviceDescriptionUrl(
95 EXPECT_TRUE(DialDeviceData::IsDeviceDescriptionUrl(
98 EXPECT_FALSE(DialDeviceData::IsDeviceDescriptionUrl(GURL()));
99 EXPECT_FALSE(DialDeviceData::IsDeviceDescriptionUrl(GURL(std::string())));
101 DialDeviceData::IsDeviceDescriptionUrl(GURL("file://path/to/file")));
dial_device_data.cc 31 bool DialDeviceData::IsDeviceDescriptionUrl(const GURL& url) {
49 DCHECK(IsDeviceDescriptionUrl(device_description_url_));
dial_device_data.h 73 static bool IsDeviceDescriptionUrl(const GURL& url);
dial_service.cc 343 if (!DialDeviceData::IsDeviceDescriptionUrl(device_url)) {

Completed in 493 milliseconds