OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AddDeleteTreeWorkItem
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/installer/util/
work_item_list.h
84
virtual WorkItem*
AddDeleteTreeWorkItem
(
90
virtual WorkItem*
AddDeleteTreeWorkItem
(const base::FilePath& root_path,
work_item_list.cc
141
WorkItem* WorkItemList::
AddDeleteTreeWorkItem
(
151
WorkItem* WorkItemList::
AddDeleteTreeWorkItem
(const base::FilePath& root_path,
154
return
AddDeleteTreeWorkItem
(root_path, temp_path, no_key_files);
/external/chromium_org/chrome/installer/setup/
install_worker.cc
410
WorkItem* delete_link = work_item_list->
AddDeleteTreeWorkItem
(
441
install_list->
AddDeleteTreeWorkItem
(old_archive, temp_path)->
450
install_list->
AddDeleteTreeWorkItem
(new_chrome_exe, temp_path);
496
install_list->
AddDeleteTreeWorkItem
(
530
install_list->
AddDeleteTreeWorkItem
(
[
all
...]
install_worker_unittest.cc
65
MOCK_METHOD2(
AddDeleteTreeWorkItem
, WorkItem* (
68
MOCK_METHOD1(
AddDeleteTreeWorkItem
, WorkItem* (const base::FilePath&));
setup_main.cc
251
install_list->
AddDeleteTreeWorkItem
(chrome_new_exe, temp_path.path());
253
install_list->
AddDeleteTreeWorkItem
(chrome_old_exe, temp_path.path())->
[
all
...]
Completed in 43 milliseconds