HomeSort by relevance Sort by last modified time
    Searched refs:Move (Results 1 - 25 of 359) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/installer/util/
move_tree_work_item.cc 56 // We most likely don't need to do anything. As such, just move the
58 if (base::Move(source_path_, backup)) {
64 // We failed to move the source tree to the backup path. This is odd
68 << " for duplicate trees. Trying regular Move instead.";
77 if (base::Move(dest_path_, backup)) {
88 // Now move source to destination.
89 if (base::Move(source_path_, dest_path_)) {
94 PLOG(ERROR) << "failed move " << source_path_.value()
103 if (moved_to_dest_path_ && !base::Move(dest_path_, source_path_))
104 LOG(ERROR) << "Can not move " << dest_path_.value(
    [all...]
copy_tree_work_item.cc 72 // In all cases that reach here, move dest to a backup path.
81 if (base::Move(dest_path_, backup)) {
109 // If this does happen sometimes, we may consider using Move instead of
117 if (!base::Move(backup, dest_path_)) {
118 LOG(ERROR) << "failed move " << backup.value()
  /external/chromium/base/
file_descriptor_shuffle.h 36 // Destructively move |src| to |dest|, overwriting |dest|. Returns true iff
38 virtual bool Move(int src, int dest) = 0;
50 virtual bool Move(int src, int dest);
file_descriptor_shuffle.cc 62 if (!delegate->Move(i->source, i->dest))
87 bool FileDescriptorTableInjection::Move(int src, int dest) {
  /external/chromium_org/base/posix/
file_descriptor_shuffle.h 38 // Destructively move |src| to |dest|, overwriting |dest|. Returns true iff
40 virtual bool Move(int src, int dest) = 0;
52 virtual bool Move(int src, int dest) OVERRIDE;
file_descriptor_shuffle.cc 62 if (!delegate->Move(i->source, i->dest))
87 bool FileDescriptorTableInjection::Move(int src, int dest) {
  /external/chromium_org/net/disk_cache/
cache_util_posix.cc 20 // filesystem, so we just move each item in the cache to a new
31 if (!base::Move(name, destination)) {
32 LOG(ERROR) << "Unable to move cache item.";
38 return base::Move(from_path, to_path);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
HitTestRequest.h 33 Move = 1 << 3,
54 bool move() const { return m_requestType & Move; } function in class:WebCore::HitTestRequest
67 bool touchMove() const { return move() && touchEvent(); }
  /external/chromium_org/chrome/browser/sync/test/integration/
single_client_bookmarks_sync_test.cc 18 using bookmarks_helper::Move;
102 Move(0, tier1_a, bar, 1);
111 Move(0, tier1_a_url2, tier1_a, 0);
112 Move(0, tier1_a_url1, tier1_a, 2);
118 Move(0, tier1_a_url0, bar, bar->child_count());
122 Move(0, tier1_a_url0, top, top->child_count());
131 Move(0, tier1_b_url0, tier2_b, 0);
132 Move(0, porsche, bar, 0);
140 Move(0, wired, tier1_b, 0);
141 Move(0, porsche, bar, 3)
    [all...]
  /external/chromium_org/chrome/browser/google_apis/
test_util.h 135 // Following helper templates are to support Chrome's move semantics.
156 // Simulates the std::move function in C++11. We use pointer here for argument,
159 static const T& Move(const T* in) { return *in; }
162 static T Move(T* in) { return in->Pass(); }
165 // Helper to handle Chrome's move semantics correctly.
186 *out = CopyResultCallbackHelper<T1>::Move(&in);
196 *out1 = CopyResultCallbackHelper<T1>::Move(&in1);
197 *out2 = CopyResultCallbackHelper<T2>::Move(&in2);
209 *out1 = CopyResultCallbackHelper<T1>::Move(&in1);
210 *out2 = CopyResultCallbackHelper<T2>::Move(&in2)
    [all...]
  /external/chromium_org/content/browser/download/
base_file_posix.cc 30 // TODO(estade): Move() falls back to copying and deleting when a simple
32 if (!base::Move(full_path_, new_path))
33 return LogSystemError("Move", errno);
  /external/antlr/antlr-3.4/runtime/JavaScript/build/
README 12 * Move ant-contrib-1.0b3.jar from the unzipped directory to runtime/JavaScript/third/
16 * Move compiler.jar from the unzipped directory to runtime/JavaScript/third/
20 * Move the unzipped folder to runtime/JavaScript/third/jsdoc-toolkit
24 * Move the unzipped folder to runtime/JavaScript/tests/jsunit
  /external/chromium/net/disk_cache/
cache_util_posix.cc 19 // filesystem, so we just move each item in the cache to a new
33 if (!file_util::Move(name, destination)) {
34 LOG(ERROR) << "Unable to move cache item.";
40 return file_util::Move(from_path, to_path);
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
move_operation_unittest.cc 36 operation_->Move(src_path,
61 operation_->Move(src_path,
87 operation_->Move(src_path,
114 operation_->Move(src_path,
141 operation_->Move(src_path,
161 operation_->Move(src_path,
177 operation_->Move(src_path,
196 operation_->Move(src_path,
  /external/chromium_org/ui/views/
view_model_unittest.cc 51 TEST(ViewModel, Move) {
60 model.Move(0, 2);
63 model.Move(2, 0);
  /external/chromium/chrome/browser/tabs/
tab_strip_selection_model.h 83 // three tabs 'A B C', to move A to the end of the list, this should be
85 void Move(int from, int to);
  /external/chromium_org/ash/launcher/
launcher_model.h 41 void Move(int index, int target_index);
  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_drag_drop.cc 24 // Drag from same profile. Move nodes.
26 model->Move(dragged_nodes[i], parent_node, index);
  /external/chromium_org/third_party/skia/src/animator/
SkDisplayAdd.h 50 DECLARE_MEMBER_INFO(Move);
  /external/chromium_org/ui/base/models/
list_selection_model.h 86 // three tabs 'A B C', to move A to the end of the list, this should be
88 void Move(int from, int to);
  /external/elfutils/libelf/
gelf_xlate.h 71 TYPE (Move, LIBELFBITS)
  /external/skia/src/animator/
SkDisplayAdd.h 50 DECLARE_MEMBER_INFO(Move);
  /external/chromium_org/webkit/browser/fileapi/
sandbox_isolated_origin_database.cc 76 base::Move(isolated_directory, origin_directory);
99 base::Move(from_path, to_path);
  /external/opencv/otherlibs/highgui/
bitstrm.h 131 void Move( int shift );
151 void Move( int shift );
  /external/chromium_org/v8/test/cctest/
test-macro-assembler-x64.cc 107 __ Move(rdx, Smi::FromInt(1));
144 __ Move(rcx, Smi::FromInt(0));
151 // Test that we can move a Smi value literally into a register.
195 __ Move(rcx, Smi::FromInt(x));
197 __ Move(rdx, Smi::FromInt(y));
403 __ Move(r8, Smi::FromInt(static_cast<int>(result)));
669 __ Move(rcx, Smi::FromInt(x));
690 __ Move(r8, Smi::FromInt(result));
850 __ Move(rcx, Smi::FromInt(first));
851 __ Move(rdx, Smi::FromInt(second))
    [all...]

Completed in 1092 milliseconds

1 2 3 4 5 6 7 8 91011>>