OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kPrivetCapabilitiesPath
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/local_discovery/
privet_constants.cc
22
const char
kPrivetCapabilitiesPath
[] = "/privet/capabilities";
privet_constants.h
23
extern const char
kPrivetCapabilitiesPath
[];
privet_http_impl.cc
340
CreatePrivetURL(
kPrivetCapabilitiesPath
), net::URLFetcher::GET, this);
405
if (api ==
kPrivetCapabilitiesPath
) {
443
CreatePrivetURL(
kPrivetCapabilitiesPath
), net::URLFetcher::GET, this);
Completed in 117 milliseconds