HomeSort by relevance Sort by last modified time
    Searched full:move (Results 1576 - 1600 of 10530) sorted by null

<<61626364656667686970>>

  /external/chromium_org/ash/desktop_background/
desktop_background_widget_controller.h 37 // Move component from |src_container| in |root_window| to |dest_container|.
38 // It is required for lock screen, when we need to move background so that
  /external/chromium_org/ash/wm/
toplevel_window_event_handler.cc 419 // Move/size operations are initiated post-target handling to give the target
426 // pressed without mouse move event.
468 // This function only be triggered to move window
469 // by mouse drag or touch move event.
475 // moves from the move/size operation from being sent to the target.
495 // TODO(jamescook): Move the resize cursor update code into here from
530 // End the move loop. This does nothing if we're not in a move loop.
window_util.h 50 // Move the given bounds inside the given |visible_area| in parent coordinates,
57 // Move the given bounds inside the given |visible_area| in parent coordinates,
  /external/chromium_org/cc/layers/
layer_iterator.cc 48 // If we move back past the front of the list,
83 // Save where we were in the current target surface, move to the next one,
  /external/chromium_org/chrome/browser/component_updater/
crx_downloader.cc 114 // then move on to the successor in the chain if there is any successor.
117 // urls so the url is never retried. In both cases, move on to the
  /external/chromium_org/chrome/browser/extensions/
extension_creator_filter_unittest.cc 29 EXPECT_TRUE(base::Move(temp_file, test_file));
41 EXPECT_TRUE(base::Move(temp_file, test_file));
  /external/chromium_org/chrome/browser/
mouseleave_browsertest.cc 51 // Move the cursor to the top-center of the content, which will trigger
60 // Move the cursor above the content again, which should trigger
  /external/chromium_org/chrome/browser/predictors/
predictor_database.cc 27 // TODO(shishir): This should move to a more generic name.
59 // TODO(shishir): These tables may not need to be refcounted. Maybe move them
  /external/chromium_org/chrome/browser/ui/gtk/
slide_animator_gtk.h 114 // We need to move the child widget to (0, -height), but we don't know its
116 // child widget has been allocated, at which point we will move it, and then
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller_interactive_uitest_win.cc 84 // Move to the first tab and drag it enough so that it detaches, but not
118 // Move to the first tab and drag it enough so that it detaches.
150 // Click on the first tab, but don't move it.
176 // Click on the first tab and move it enough so that it starts dragging but is
206 // Move to the first tab and drag it enough so that it detaches.
231 // Move to the first tab and drag it enough so that it detaches.
276 // Move to the first tab and drag it enough so that it detaches, but not
325 // Move to the first tab and drag it enough so that it detaches, but not
  /external/chromium_org/chrome/installer/util/
logging_installer.cc 50 // Note that base::Move will attempt to replace existing files.
51 if (base::Move(log_file, tmp_log)) {
  /external/chromium_org/content/browser/
storage_partition_impl.h 140 // appropriate time. These should move back into the constructor once
141 // URLRequestContextGetter's lifetime is sorted out. We should also move the
  /external/chromium_org/content/common/media/
media_stream_messages.h 77 // TODO(vrk,wjia): Move this to pepper code.
126 // TODO(vrk,wjia): Move this to pepper code.
  /external/chromium_org/sync/syncable/
syncable_delete_journal.h 65 // Move entries in |delete_journals_| whose types are in
66 // |passive_delete_journal_types_| to |journal_entries|. Move handles in
  /external/chromium_org/testing/gtest/make/
Makefile 3 # may want to move it to your project's root directory.
16 # Remember to tweak this if you move this file.
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderInputSpeech.cpp 80 // Move the rect into partRenderer's coords.
81 buttonRect.move(offsetFromInputRenderer);
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
SkiaUtils.h 31 // All of the functions in this file should move to new homes and this file should be deleted.
56 // move this guy into SkColor.h
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
scm_mock.py 107 def move(self, origin, destination): member in class:MockSCM
109 self._filesystem.move(self.absolute_path(origin), self.absolute_path(destination))
  /external/chromium_org/third_party/closure_linter/closure_linter/
errors.py 116 # TODO(user): move these errors to their own file and move all JavaScript
  /external/chromium_org/third_party/icu/source/common/
propsvec.c 228 /* count the number of row cells to move after the last row, and move them */
238 /* split the first row, and move the firstRow pointer to the second part */
240 /* copy all affected rows up one and move the lastRow pointer */
245 /* split the range and move the firstRow pointer */
255 /* split the range and move the firstRow pointer */
367 * to find the indexes where the special-value rows will move.
400 * Move vector contents up to a contiguous array with only unique
  /external/chromium_org/third_party/leveldatabase/src/table/
two_level_iterator.cc 127 // Move to next block
140 // Move to next block
  /external/chromium_org/third_party/opus/src/silk/fixed/
residual_energy_FIX.c 74 /* Move to next subframe */
77 /* Move to next frame half */
  /external/chromium_org/ui/base/models/
list_model_unittest.cc 139 TEST_F(ListModelTest, Move) {
150 model.Move(0, 2);
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);
tree_node_iterator.h 33 // Move forward through the children list until the first non prunable node.
75 positions_.pop(); // This Position is all processed, move to the next.

Completed in 1030 milliseconds

<<61626364656667686970>>