OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DeviceContext
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/local_discovery/
privet_local_printer_lister.h
55
struct
DeviceContext
;
57
typedef std::map<std::string, linked_ptr<
DeviceContext
> > DeviceContextMap;
59
void OnPrivetInfoDone(
DeviceContext
* context,
privet_notifications.h
64
struct
DeviceContext
{
65
DeviceContext
();
66
~
DeviceContext
();
75
typedef std::map<std::string, linked_ptr<
DeviceContext
> > DeviceContextMap;
78
void OnPrivetInfoDone(
DeviceContext
* device,
privet_local_printer_lister.cc
15
struct PrivetLocalPrinterLister::
DeviceContext
{
16
DeviceContext
() : has_local_printing(false) {
63
linked_ptr<
DeviceContext
> context(new
DeviceContext
);
103
DeviceContext
* context,
privet_notifications.cc
99
linked_ptr<
DeviceContext
> device_context(new
DeviceContext
);
128
DeviceContext
* device = device_iter->second.get();
138
DeviceContext
* device,
158
DeviceContext
* device = device_iter->second.get();
169
DeviceContext
* device = i->second.get();
191
PrivetNotificationsListener::
DeviceContext
::
DeviceContext
() {
194
PrivetNotificationsListener::
DeviceContext
::~
DeviceContext
() {
[
all
...]
Completed in 112 milliseconds