OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kPrintersJsonValueName
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/cloud_print/service/win/
setup_listener.h
33
static const char
kPrintersJsonValueName
[];
setup_listener.cc
23
const char SetupListener::
kPrintersJsonValueName
[] = "printers";
61
if (dictionary->GetList(
kPrintersJsonValueName
, &printers) && printers) {
service_listener.cc
33
environment.Set(SetupListener::
kPrintersJsonValueName
, printers.release());
Completed in 51 milliseconds