Searched refs:WorkItemList (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/chrome/installer/setup/
H A Dinstall_worker.h6 // the WorkItemList used to install the application.
18 class WorkItemList;
39 WorkItemList* install_list);
49 WorkItemList* list);
54 WorkItemList* install_list);
59 WorkItemList* install_list);
65 WorkItemList* install_list);
75 WorkItemList* install_list);
92 WorkItemList* post_install_task_list);
94 // Builds the complete WorkItemList use
[all...]
H A Dinstall_worker.cc6 // the WorkItemList used to install the application.
92 WorkItemList* work_item_list) {
134 WorkItemList* install_list) {
211 WorkItemList* work_item_list) {
241 WorkItemList* work_item_list) {
289 WorkItemList* list) {
353 WorkItemList* work_item_list) {
389 WorkItemList* list) {
432 WorkItemList* work_item_list) {
480 WorkItemList* install_lis
[all...]
H A Duninstall.cc85 WorkItemList* update_list) {
137 scoped_ptr<WorkItemList>
156 scoped_ptr<WorkItemList> work_item_list(
165 scoped_ptr<WorkItemList> work_items(WorkItem::CreateNoRollbackWorkItemList());
737 scoped_ptr<WorkItemList> item_list(WorkItem::CreateNoRollbackWorkItemList());
1328 scoped_ptr<WorkItemList> unreg_work_item_list(
H A Dinstall.cc186 scoped_ptr<WorkItemList> install_list(WorkItem::CreateWorkItemList());
H A Dsetup_main.cc243 scoped_ptr<WorkItemList> install_list(WorkItem::CreateWorkItemList());
949 scoped_ptr<WorkItemList> delegate_execute_list(
H A Dinstall_worker_unittest.cc46 class MockWorkItemList : public WorkItemList {
/external/chromium_org/chrome/installer/util/
H A Dconditional_work_item_list.cc20 return WorkItemList::Do();
29 WorkItemList::Rollback();
H A Dwork_item_list.cc21 WorkItemList::~WorkItemList() {
31 WorkItemList::WorkItemList() function in class:WorkItemList
35 bool WorkItemList::Do() {
58 void WorkItemList::Rollback() {
71 void WorkItemList::AddWorkItem(WorkItem* work_item) {
76 WorkItem* WorkItemList::AddCallbackWorkItem(
83 WorkItem* WorkItemList::AddCopyTreeWorkItem(
99 WorkItem* WorkItemList
[all...]
H A Dwork_item.cc140 WorkItemList* WorkItem::CreateWorkItemList() {
141 return new WorkItemList();
145 WorkItemList* WorkItem::CreateNoRollbackWorkItemList() {
149 WorkItemList* WorkItem::CreateConditionalWorkItemList(Condition* condition) {
H A Dwork_item.h30 class WorkItemList;
167 // Create an empty WorkItemList. A WorkItemList can recursively contains
169 static WorkItemList* CreateWorkItemList();
171 // Create an empty WorkItemList that cannot be rolled back.
174 static WorkItemList* CreateNoRollbackWorkItemList();
177 // condition->ShouldRun() returns true. The WorkItemList instance
179 static WorkItemList* CreateConditionalWorkItemList(Condition* condition);
H A Dwork_item_list.h26 class WorkItemList : public WorkItem { class in inherits:WorkItem
28 virtual ~WorkItemList();
145 WorkItemList();
157 // A specialization of WorkItemList that executes items in the list on a
161 class NoRollbackWorkItemList : public WorkItemList {
H A Dapp_command.h12 class WorkItemList;
40 WorkItemList* item_list) const;
H A Dconditional_work_item_list.h13 // A WorkItemList subclass that permits conditionally executing a set of
15 class ConditionalWorkItemList : public WorkItemList {
30 // WorkItemList.
H A Dwork_item_list_unittest.cc47 scoped_ptr<WorkItemList> work_item_list(WorkItem::CreateWorkItemList());
104 scoped_ptr<WorkItemList> work_item_list(WorkItem::CreateWorkItemList());
167 scoped_ptr<WorkItemList> work_item_list(WorkItem::CreateWorkItemList());
180 scoped_ptr<WorkItemList> conditional_work_item_list(
228 scoped_ptr<WorkItemList> work_item_list(WorkItem::CreateWorkItemList());
241 scoped_ptr<WorkItemList> conditional_work_item_list(
H A Dinstall_util.h24 class WorkItemList;
85 WorkItemList* install_list);
H A Dapp_command.cc72 WorkItemList* item_list) const {
H A Dinstall_util.cc287 WorkItemList* install_list) {
H A Dinstaller_state.cc811 scoped_ptr<WorkItemList> install_list(
H A Dgoogle_update_settings_unittest.cc195 bool CreateApKey(WorkItemList* work_item_list, const base::string16& value) {
482 scoped_ptr<WorkItemList> work_item_list(WorkItem::CreateWorkItemList());
H A Dshell_util.cc532 void AddToWorkItemList(HKEY root, WorkItemList *items) const {
633 // Set/CreateRegWorkItems and runs them using WorkItemList.
635 scoped_ptr<WorkItemList> items(WorkItem::CreateWorkItemList());
/external/chromium_org/net/http/
H A Dhttp_cache.cc127 WorkItemList pending_queue;
1005 WorkItemList& pending_queue = pending_op->pending_queue;
1007 WorkItemList::iterator it = pending_queue.begin();
1105 WorkItemList pending_items;
H A Dhttp_cache.h242 typedef std::list<WorkItem*> WorkItemList; typedef in class:net::HttpCache

Completed in 3770 milliseconds