HomeSort by relevance Sort by last modified time
    Searched defs:Do (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/chrome/installer/util/
callback_work_item.cc 20 bool CallbackWorkItem::Do() {
conditional_work_item_list.cc 16 bool ConditionalWorkItemList::Do() {
20 return WorkItemList::Do();
22 VLOG(1) << "No work to do in condition work item list "
create_dir_work_item.cc 25 do {
32 bool CreateDirWorkItem::Do() {
delete_reg_key_work_item.cc 26 bool DeleteRegKeyWorkItem::Do() {
59 // put new data in the key after Do().
move_tree_work_item.cc 30 bool MoveTreeWorkItem::Do() {
36 // If dest_path_ exists, we can do one of two things:
38 // then do nothing and return success. Fully contained means the full
56 // We most likely don't need to do anything. As such, just move the
copy_reg_key_work_item.cc 37 bool CopyRegKeyWorkItem::Do() {
106 // was written after Do().
copy_tree_work_item.cc 31 bool CopyTreeWorkItem::Do() {
create_reg_key_work_item.cc 43 bool CreateRegKeyWorkItem::Do() {
116 do {
delete_reg_value_work_item.cc 27 bool DeleteRegValueWorkItem::Do() {
30 LOG(ERROR) << "multiple calls to Do()";
80 VLOG(1) << "rollback: setting unchanged, nothing to do";
delete_tree_work_item.cc 51 bool DeleteTreeWorkItem::Do() {
set_reg_value_work_item.cc 63 bool SetRegValueWorkItem::Do() {
68 VLOG(1) << "multiple calls to Do()";
85 // nothing more to do.
125 VLOG(1) << "rollback: setting unchanged, nothing to do";
self_reg_work_item.cc 39 // Note that this will do the wrong thing for high-valued facility codes.
92 bool SelfRegWorkItem::Do() {
work_item_list.cc 36 bool WorkItemList::Do() {
45 if (!work_item->Do()) {
223 bool NoRollbackWorkItemList::Do() {
233 if (!work_item->Do()) {
  /external/compiler-rt/lib/tsan/rtl/
tsan_mutex.cc 175 bool Do() {
219 for (Backoff backoff; backoff.Do();) {
249 for (Backoff backoff; backoff.Do();) {
  /external/chromium/net/base/
dnsrr_resolver.cc 195 r = Do();
205 r = Do();
224 bool Do() {
229 // Some versions of libresolv don't have support for the DO bit. In this
367 // after the PostTask, but before unlocking |lock_|. If we do not lock in
382 // do so concurrently, then it'll block on the lock and we'll call PostTask

Completed in 3332 milliseconds