OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ServiceResolverImpl
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/utility/local_discovery/
service_discovery_client_impl.cc
43
return scoped_ptr<ServiceResolver>(new
ServiceResolverImpl
(
258
ServiceResolverImpl
::
ServiceResolverImpl
(
267
void
ServiceResolverImpl
::StartResolving() {
278
ServiceResolverImpl
::~
ServiceResolverImpl
() {
281
bool
ServiceResolverImpl
::CreateTxtTransaction() {
286
base::Bind(&
ServiceResolverImpl
::TxtRecordTransactionResponse,
292
void
ServiceResolverImpl
::CreateATransaction() {
297
base::Bind(&
ServiceResolverImpl
::ARecordTransactionResponse
[
all
...]
service_discovery_client_impl.h
129
class
ServiceResolverImpl
131
public base::SupportsWeakPtr<
ServiceResolverImpl
> {
133
ServiceResolverImpl
(const std::string& service_name,
137
virtual ~
ServiceResolverImpl
();
197
DISALLOW_COPY_AND_ASSIGN(
ServiceResolverImpl
);
Completed in 32 milliseconds