OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:selection_only
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/printing/
print_settings_initializer.cc
45
bool
selection_only
= false;
local
48
&
selection_only
)) {
52
settings->set_selection_only(
selection_only
);
print_settings.h
80
void set_selection_only(bool
selection_only
) {
81
selection_only_ =
selection_only
;
83
bool
selection_only
() const { return selection_only_; }
function in class:printing::PrintSettings
/external/chromium_org/android_webview/common/
print_messages.h
42
bool
selection_only
;
member in struct:PrintMsg_Print_Params
72
bool
selection_only
;
member in struct:PrintHostMsg_RequestPrintPreview_Params
116
IPC_STRUCT_TRAITS_MEMBER(
selection_only
)
165
IPC_STRUCT_TRAITS_MEMBER(
selection_only
)
282
IPC_MESSAGE_ROUTED1(PrintMsg_InitiatePrintPreview, bool /*
selection_only
*/)
/external/chromium_org/chrome/common/
print_messages.h
40
bool
selection_only
;
member in struct:PrintMsg_Print_Params
70
bool
selection_only
;
member in struct:PrintHostMsg_RequestPrintPreview_Params
114
IPC_STRUCT_TRAITS_MEMBER(
selection_only
)
163
IPC_STRUCT_TRAITS_MEMBER(
selection_only
)
276
IPC_MESSAGE_ROUTED1(PrintMsg_InitiatePrintPreview, bool /*
selection_only
*/)
/external/chromium_org/chrome/browser/ui/webui/print_preview/
print_preview_handler.cc
111
SELECTION_ONLY
,
252
bool
selection_only
= false;
local
254
&
selection_only
) &&
selection_only
) {
255
ReportPrintSettingHistogram(
SELECTION_ONLY
);
[
all
...]
Completed in 1330 milliseconds