Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:hasMargin_
(Results
1 - 8
of
8
) sorted by relevance
/base/print/print_fwk/frameworks/models/print_models/src/
H
A
D
print_attributes.cpp
25
hasMargin_
(false), hasOption_(false), option_("") {
in PrintAttributes()
49
hasMargin_
= right.
hasMargin_
;
in PrintAttributes()
74
hasMargin_
= right.
hasMargin_
;
in operator =()
136
hasMargin_
= true;
in SetMargin()
164
hasMargin_
= jobInfo.
hasMargin_
;
in UpdateParams()
261
return
hasMargin_
;
in HasMargin()
322
hasMargin_
in ReadNextDataFromParcel()
[all...]
H
A
D
print_job.cpp
25
hasMargin_
(false), hasPreview_(false), hasOption_(false), option_("") {
in PrintJob()
46
hasMargin_
= right.
hasMargin_
;
in PrintJob()
71
hasMargin_
= right.
hasMargin_
;
in operator =()
164
hasMargin_
= true;
in SetMargin()
194
hasMargin_
= jobInfo.
hasMargin_
;
in UpdateParams()
264
return
hasMargin_
;
in HasMargin()
330
hasMargin_
in ReadFromParcel()
[all...]
H
A
D
printer_capability.cpp
32
hasMargin_
(false),
in PrinterCapability()
61
hasMargin_
= right.
hasMargin_
;
in operator =()
90
hasMargin_
= false;
in Reset()
107
hasMargin_
= true;
in SetMinMargin()
135
return
hasMargin_
;
in HasMargin()
312
right.
hasMargin_
= parcel.ReadBool();
in ReadFromParcel()
313
if (right.
hasMargin_
) {
in ReadFromParcel()
362
parcel.WriteBool(
hasMargin_
);
in Marshalling()
363
if (
hasMargin_
) {
in Marshalling()
[all...]
/base/print/print_fwk/frameworks/models/print_models/include/
H
A
D
printer_capability.h
146
bool
hasMargin_
;
member in OHOS::Print::final
H
A
D
print_attributes.h
141
bool
hasMargin_
;
member in OHOS::Print::final
H
A
D
print_job.h
135
bool
hasMargin_
;
member in OHOS::Print::final
/base/print/print_fwk/test/unittest/fwk_inner_napi_test/
H
A
D
print_attributes_test.cpp
99
EXPECT_EQ(printAttributes.
hasMargin_
, true);
in HWTEST_F()
H
A
D
print_job_test.cpp
74
EXPECT_EQ(job.
hasMargin_
, true);
in HWTEST_F()
Completed in 4 milliseconds