OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:work_item
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/installer/util/
work_item_list_unittest.cc
15
#include "chrome/installer/util/
work_item
.h"
56
scoped_ptr<WorkItem>
work_item
;
local
64
work_item
.reset(reinterpret_cast<WorkItem*>(
66
work_item_list->AddWorkItem(
work_item
.release());
72
work_item
.reset(reinterpret_cast<WorkItem*>(
74
work_item_list->AddWorkItem(
work_item
.release());
78
work_item
.reset(reinterpret_cast<WorkItem*>(
81
work_item_list->AddWorkItem(
work_item
.release());
108
scoped_ptr<WorkItem>
work_item
;
local
116
work_item
.reset(reinterpret_cast<WorkItem*>
166
scoped_ptr<WorkItem>
work_item
;
local
222
scoped_ptr<WorkItem>
work_item
;
local
[
all
...]
work_item_list.cc
42
WorkItem*
work_item
= list_.front();
local
44
executed_list_.push_front(
work_item
);
45
if (!
work_item
->Do()) {
46
LOG(ERROR) << "item execution failed " <<
work_item
->log_message();
72
void WorkItemList::AddWorkItem(WorkItem*
work_item
) {
74
list_.push_back(
work_item
);
229
WorkItem*
work_item
= list_.front();
local
231
executed_list_.push_front(
work_item
);
232
work_item
->set_ignore_failure(true);
233
if (!
work_item
->Do())
[
all
...]
/external/chromium_org/chrome/installer/setup/
install_worker.cc
541
const CallbackWorkItem&
work_item
) {
543
if (
work_item
.IsRollback())
1205
WorkItem*
work_item
=
work_item
_list->AddSelfRegWorkItem(
local
[
all
...]
Completed in 284 milliseconds