OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:info_client
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/local_discovery/
privet_http.cc
13
scoped_ptr<PrivetHTTPClient>
info_client
) {
14
if (!
info_client
)
17
new PrivetV1HTTPClientImpl(
info_client
.Pass())).Pass();
privet_http.h
190
scoped_ptr<PrivetHTTPClient>
info_client
);
privet_http_impl.cc
897
scoped_ptr<PrivetHTTPClient>
info_client
)
898
: info_client_(
info_client
.Pass()) {
905
return
info_client
()->GetName();
910
return
info_client
()->CreateInfoOperation(callback);
918
new PrivetRegisterOperationImpl(
info_client
(), user, delegate));
925
info_client
(), kPrivetCapabilitiesPath, "", callback));
933
new PrivetLocalPrintOperationImpl(
info_client
(), delegate));
privet_http_impl.h
325
explicit PrivetV1HTTPClientImpl(scoped_ptr<PrivetHTTPClient>
info_client
);
340
PrivetHTTPClient*
info_client
() { return info_client_.get(); }
function in class:local_discovery::PrivetV1HTTPClientImpl
Completed in 1164 milliseconds