OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:should_print_backgrounds_
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/renderer/
mock_printer.cc
64
should_print_backgrounds_
(false),
114
should_print_backgrounds_
= params.should_print_backgrounds;
153
settings->params.should_print_backgrounds =
should_print_backgrounds_
;
300
params->should_print_backgrounds =
should_print_backgrounds_
;
mock_printer.h
131
bool
should_print_backgrounds_
;
member in class:MockPrinter
/external/chromium_org/printing/
print_settings.h
86
should_print_backgrounds_
= should_print_backgrounds;
88
bool should_print_backgrounds() const { return
should_print_backgrounds_
; }
160
bool
should_print_backgrounds_
;
member in class:printing::PrintSettings
print_settings.cc
135
should_print_backgrounds_
= false;
/external/chromium_org/android_webview/renderer/
print_web_view_helper.cc
554
bool
should_print_backgrounds_
;
member in class:printing::__anon5859::PrepareFrameAndViewForPrint
571
should_print_backgrounds_
(params.should_print_backgrounds),
620
web_view->settings()->setShouldPrintBackgrounds(
should_print_backgrounds_
);
[
all
...]
/external/chromium_org/chrome/renderer/printing/
print_web_view_helper.cc
549
bool
should_print_backgrounds_
;
member in class:printing::__anon9589::PrepareFrameAndViewForPrint
566
should_print_backgrounds_
(params.should_print_backgrounds),
615
web_view->settings()->setShouldPrintBackgrounds(
should_print_backgrounds_
);
[
all
...]
Completed in 38 milliseconds