Searched defs:Do (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/chrome/installer/util/
H A Dcallback_work_item.cc20 bool CallbackWorkItem::Do() { function in class:CallbackWorkItem
H A Dconditional_work_item_list.cc16 bool ConditionalWorkItemList::Do() { function in class:ConditionalWorkItemList
20 return WorkItemList::Do();
H A Dcreate_dir_work_item.cc32 bool CreateDirWorkItem::Do() { function in class:CreateDirWorkItem
H A Ddelete_reg_key_work_item.cc26 bool DeleteRegKeyWorkItem::Do() { function in class:DeleteRegKeyWorkItem
59 // put new data in the key after Do().
H A Dmove_tree_work_item.cc30 bool MoveTreeWorkItem::Do() { function in class:MoveTreeWorkItem
H A Dcopy_reg_key_work_item.cc37 bool CopyRegKeyWorkItem::Do() { function in class:CopyRegKeyWorkItem
106 // was written after Do().
H A Dcopy_tree_work_item.cc31 bool CopyTreeWorkItem::Do() { function in class:CopyTreeWorkItem
H A Dcreate_reg_key_work_item.cc43 bool CreateRegKeyWorkItem::Do() { function in class:CreateRegKeyWorkItem
H A Ddelete_reg_value_work_item.cc27 bool DeleteRegValueWorkItem::Do() { function in class:DeleteRegValueWorkItem
30 LOG(ERROR) << "multiple calls to Do()";
H A Dset_reg_value_work_item.cc63 bool SetRegValueWorkItem::Do() { function in class:SetRegValueWorkItem
68 VLOG(1) << "multiple calls to Do()";
H A Ddelete_tree_work_item.cc51 bool DeleteTreeWorkItem::Do() { function in class:DeleteTreeWorkItem
H A Dself_reg_work_item.cc92 bool SelfRegWorkItem::Do() { function in class:SelfRegWorkItem
H A Dwork_item_list.cc36 bool WorkItemList::Do() { function in class:WorkItemList
45 if (!work_item->Do()) {
223 bool NoRollbackWorkItemList::Do() { function in class:NoRollbackWorkItemList
233 if (!work_item->Do()) {
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_mutex.cc175 bool Do() { function in class:__tsan::Backoff
219 for (Backoff backoff; backoff.Do();) {
249 for (Backoff backoff; backoff.Do();) {
/external/chromium/net/base/
H A Ddnsrr_resolver.cc195 r = Do();
205 r = Do();
224 bool Do() { function in class:net::RRResolverWorker

Completed in 125 milliseconds