OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:print_with_privet
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/printing/
printing_context.cc
82
bool
print_with_privet
= false;
local
86
!job_settings.GetBoolean(kSettingPrintWithPrivet, &
print_with_privet
)) {
96
is_cloud_dialog ||
print_with_privet
)) {
108
if (print_to_cloud ||
print_with_privet
) {
/external/chromium_org/chrome/browser/ui/webui/print_preview/
print_preview_handler.cc
107
PRINT_WITH_PRIVET
,
802
bool
print_with_privet
= false;
local
811
settings->GetBoolean(printing::kSettingPrintWithPrivet, &
print_with_privet
);
826
if (
print_with_privet
&& PrivetPrintingEnabled()) {
831
ReportUserActionHistogram(
PRINT_WITH_PRIVET
);
[
all
...]
Completed in 544 milliseconds