OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_stopped
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/printing/
print_job_unittest.cc
109
EXPECT_FALSE(job->
is_stopped
());
111
while (!job->
is_stopped
())
115
EXPECT_TRUE(job->
is_stopped
());
print_job.h
71
// handle to the object. Use PrintJob::
is_stopped
() to check whether the
95
bool
is_stopped
() const;
print_job.cc
233
bool PrintJob::
is_stopped
() const {
function in class:printing::PrintJob
Completed in 62 milliseconds