Searched defs:Do (Results 1 - 14 of 14) 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.cc32 bool DeleteRegKeyWorkItem::Do() { function in class:DeleteRegKeyWorkItem
63 // 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_tree_work_item.cc31 bool CopyTreeWorkItem::Do() { function in class:CopyTreeWorkItem
H A Dcreate_reg_key_work_item.cc48 bool CreateRegKeyWorkItem::Do() { function in class:CreateRegKeyWorkItem
H A Ddelete_reg_value_work_item.cc32 bool DeleteRegValueWorkItem::Do() { function in class:DeleteRegValueWorkItem
35 LOG(ERROR) << "multiple calls to Do()";
H A Ddelete_tree_work_item.cc51 bool DeleteTreeWorkItem::Do() { function in class:DeleteTreeWorkItem
H A Dset_reg_value_work_item.cc78 bool SetRegValueWorkItem::Do() { function in class:SetRegValueWorkItem
83 VLOG(1) << "multiple calls to Do()";
H A Dself_reg_work_item.cc92 bool SelfRegWorkItem::Do() { function in class:SelfRegWorkItem
H A Dwork_item_list.cc35 bool WorkItemList::Do() { function in class:WorkItemList
44 if (!work_item->Do()) {
224 bool NoRollbackWorkItemList::Do() { function in class:NoRollbackWorkItemList
234 if (!work_item->Do()) {
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_mutex.cc188 bool Do() { function in class:__tsan::Backoff
232 for (Backoff backoff; backoff.Do();) {
262 for (Backoff backoff; backoff.Do();) {
/external/clang/test/SemaCXX/
H A Dcxx1y-generic-lambdas.cpp849 void Do() { function in namespace:PR17877_lambda_declcontext_and_get_cur_lambda_disconnect

Completed in 406 milliseconds