Searched refs:Move (Results 1 - 25 of 304) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/installer/util/
H A Dmove_tree_work_item.cc58 if (base::Move(source_path_, backup)) {
68 << " for duplicate trees. Trying regular Move instead.";
77 if (base::Move(dest_path_, backup)) {
89 if (base::Move(source_path_, dest_path_)) {
103 if (moved_to_dest_path_ && !base::Move(dest_path_, source_path_))
108 if (moved_to_backup_ && !base::Move(backup, dest_path_)) {
113 if (source_moved_to_backup_ && !base::Move(backup, source_path_)) {
H A Dcopy_tree_work_item.cc81 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_)) {
/external/chromium_org/base/posix/
H A Dfile_descriptor_shuffle.h40 virtual bool Move(int src, int dest) = 0;
52 virtual bool Move(int src, int dest) OVERRIDE;
H A Dfile_descriptor_shuffle.cc66 if (!delegate->Move(i->source, i->dest))
91 bool FileDescriptorTableInjection::Move(int src, int dest) { function in class:base::FileDescriptorTableInjection
/external/chromium_org/net/disk_cache/
H A Dcache_util_posix.cc31 if (!base::Move(name, destination)) {
38 return base::Move(from_path, to_path);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DHitTestRequest.h33 Move = 1 << 3, enumerator in enum:blink::HitTestRequest::RequestType
52 bool move() const { return m_requestType & Move; }
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dsingle_client_bookmarks_sync_test.cc25 using bookmarks_helper::Move;
123 Move(0, tier1_a, bar, 1);
134 Move(0, tier1_a_url2, tier1_a, 0);
135 Move(0, tier1_a_url1, tier1_a, 2);
142 Move(0, tier1_a_url0, bar, bar->child_count());
146 Move(0, tier1_a_url0, top, top->child_count());
155 Move(0, tier1_b_url0, tier2_b, 0);
156 Move(0, porsche, bar, 0);
166 Move(0, wired, tier1_b, 0);
167 Move(
[all...]
/external/chromium_org/google_apis/drive/
H A Dtest_util.h151 static const T& Move(const T* in) { return *in; } function in struct:google_apis::test_util::internal::MoveHelper
154 static T Move(T* in) { return in->Pass(); } function in struct:google_apis::test_util::internal::MoveHelper
178 *out = CopyResultCallbackHelper<T1>::Move(&in);
188 *out1 = CopyResultCallbackHelper<T1>::Move(&in1);
189 *out2 = CopyResultCallbackHelper<T2>::Move(&in2);
201 *out1 = CopyResultCallbackHelper<T1>::Move(&in1);
202 *out2 = CopyResultCallbackHelper<T2>::Move(&in2);
203 *out3 = CopyResultCallbackHelper<T3>::Move(&in3);
227 *output.out1 = CopyResultCallbackHelper<T1>::Move(&in1);
228 *output.out2 = CopyResultCallbackHelper<T2>::Move(
[all...]
/external/chromium_org/content/browser/download/
H A Dbase_file_posix.cc30 if (!base::Move(full_path_, new_path))
31 return LogSystemError("Move", errno);
/external/antlr/antlr-3.4/runtime/JavaScript/build/
H A DREADME12 * 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_org/tools/usb_gadget/
H A Dmouse_gadget_test.py33 g.Move(-1, 1)
41 g.Move(5, 5)
H A Dmouse_gadget.py76 def Move(self, x_displacement, y_displacement): member in class:MouseFeature
118 def Move(self, x_displacement, y_displacement): member in class:MouseGadget
119 self._feature.Move(x_displacement, y_displacement)
151 server.gadget.Move(x, y)
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Dmove_operation_unittest.cc40 operation_->Move(src_path,
70 operation_->Move(src_path,
94 operation_->Move(src_path,
110 operation_->Move(src_path,
129 operation_->Move(src_path,
H A Dmove_operation.h39 // This class encapsulates the drive Move function. It is responsible for
52 void Move(const base::FilePath& src_file_path,
57 // Part of Move(). Called after updating the local state.
/external/chromium_org/v8/test/cctest/
H A Dtest-macro-assembler-ia32.cc124 __ Move(xmm0, 0.0);
125 __ Move(xmm1, 0.0);
128 __ Move(xmm2, 991.01);
131 __ Move(xmm0, 991.01);
137 __ Move(edx, Immediate(0)); // Test Move()
140 __ Move(ecx, Immediate(-1));
143 __ Move(ebx, Immediate(0x77));
/external/chromium_org/ui/views/
H A Dview_model_unittest.cc51 TEST(ViewModel, Move) {
60 model.Move(0, 2);
63 model.Move(2, 0);
H A Dview_model.h39 void Move(int index, int target_index);
41 // Variant of Move() that leaves the bounds as is. That is, after invoking
/external/chromium_org/third_party/angle/util/
H A DEvent.h77 MoveEvent Move; // Move event parameters member in union:Event::__anon11590
/external/chromium_org/ui/base/models/
H A Dlist_selection_model.h88 void Move(int from, int to);
/external/elfutils/0.153/libelf/
H A Dgelf_xlate.h71 TYPE (Move, LIBELFBITS)
/external/chromium_org/ash/shelf/
H A Dshelf_model.h41 void Move(int index, int target_index);
/external/chromium_org/chrome/browser/ui/bookmarks/
H A Dbookmark_drag_drop.cc43 model->Move(dragged_nodes[i], parent_node, index);
/external/chromium_org/chrome/browser/ui/omnibox/
H A Domnibox_popup_model.h87 void Move(int count);
/external/chromium_org/storage/browser/fileapi/
H A Dsandbox_isolated_origin_database.cc76 base::Move(isolated_directory, origin_directory);
/external/chromium_org/third_party/skia/src/animator/
H A DSkDisplayAdd.h50 DECLARE_MEMBER_INFO(Move);

Completed in 670 milliseconds

1234567891011>>