OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PrivetDeviceLister
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/chrome/browser/local_discovery/
privet_device_lister_impl.h
17
class PrivetDeviceListerImpl : public
PrivetDeviceLister
,
22
PrivetDeviceLister
::Delegate* delegate,
27
PrivetDeviceLister
::Delegate* delegate);
42
PrivetDeviceLister
::Delegate* delegate_;
privet_device_lister.h
45
class
PrivetDeviceLister
{
57
virtual ~
PrivetDeviceLister
() {}
privet_notifications.h
26
class
PrivetDeviceLister
;
51
// These two methods are akin to those of
PrivetDeviceLister
::Delegate. The
52
// user of PrivetNotificationListener should create a
PrivetDeviceLister
and
85
scoped_ptr<
PrivetDeviceLister
> device_lister_;
93
public
PrivetDeviceLister
::Delegate,
100
//
PrivetDeviceLister
::Delegate implementation:
120
scoped_ptr<
PrivetDeviceLister
> device_lister_;
privet_local_printer_lister.h
20
// This is an adapter to
PrivetDeviceLister
that finds printers and checks if
22
class PrivetLocalPrinterLister :
PrivetDeviceLister
::Delegate,
48
//
PrivetDeviceLister
::Delegate implementation.
72
scoped_ptr<
PrivetDeviceLister
> privet_lister_;
privet_device_lister_impl.cc
71
PrivetDeviceLister
::Delegate* delegate)
78
PrivetDeviceLister
::Delegate* delegate,
privet_device_lister_unittest.cc
153
class MockDeviceListerDelegate : public
PrivetDeviceLister
::Delegate {
/external/chromium_org/chrome/browser/ui/webui/local_discovery/
local_discovery_ui_handler.h
39
public
PrivetDeviceLister
::Delegate,
68
//
PrivetDeviceLister
::Delegate implementation.
170
scoped_ptr<
PrivetDeviceLister
> privet_lister_;
181
// A map of current device descriptions provided by the
PrivetDeviceLister
.
Completed in 642 milliseconds