/external/chromium/chrome/browser/ui/views/ |
browser_bubble.h | 17 // automatically when the browser moves. The bubble is only shown manually. 25 // Called when the Browser Window that this bubble is attached to moves. 89 // we have to manually position it when the browser window moves.
|
/external/chromium_org/ui/views/ |
mouse_watcher.cc | 25 // Amount of time between when the mouse moves outside the Host's zone and when 53 // For when the mouse moves from the view into the rest of the browser UI, 56 // For when the mouse moves out of the bounds of the view's HWND.
|
/frameworks/base/core/java/android/text/method/ |
BaseMovementMethod.java | 246 * Moves the cursor or scrolls left by one character. 258 * Moves the cursor or scrolls right by one character. 270 * Moves the cursor or scrolls up by one line. 282 * Moves the cursor or scrolls down by one line. 294 * Moves the cursor or scrolls up by one page. 306 * Moves the cursor or scrolls down by one page. 318 * Moves the cursor or scrolls to the top of the buffer. 330 * Moves the cursor or scrolls to the bottom of the buffer. 342 * Moves the cursor or scrolls to the start of the line. 354 * Moves the cursor or scrolls to the end of the line [all...] |
/external/chromium_org/v8/src/ia32/ |
lithium-gap-resolver-ia32.cc | 48 // Build up a worklist of moves. 53 // Skip constants to perform them last. They don't block other moves 54 // and skipping such moves with register destinations keeps those 61 // Perform the moves with constant sources. 75 // Perform a linear sweep of the moves to add them to the initial list of 76 // moves to perform, ignoring any move that is redundant (the source is 79 const ZoneList<LMoveOperands>* moves = parallel_move->move_operands(); local 80 for (int i = 0; i < moves->length(); ++i) { 81 LMoveOperands move = moves->at(i); 108 // such moves [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/ |
layout_tests_mover.py | 29 """Moves a directory of LayoutTests. 31 Given a path to a directory of LayoutTests, moves that directory, including all recursive children, 33 location. Also moves any corresponding platform-specific expected results and updates the test 272 """Moves the directory <origin> to <destination>. If <destination> is a directory, moves the 288 """Moves the all files that correspond to the move, including platform-specific expected
|
/external/chromium_org/media/base/ |
seekable_buffer.h | 86 // Moves the read position by |offset| bytes. If |offset| is positive, the 147 // A helper method that moves the current read position forward by |size| 154 // A helper method that moves the current read position backward by |size|
|
/external/chromium_org/ui/webui/resources/js/cr/ui/ |
splitter.js | 155 * Handles the mousemove event which moves the splitter as the user moves 211 * Handles splitter moves. Updates width of the element being resized.
|
/external/marisa-trie/tools/ |
cmdopt.c | 9 // Moves `optind' to the end and shifts other arguments. 24 // Moves to the next argument. 49 // Moves to the next argument if the current argument has no more characters.
|
/external/marisa-trie/v0_1_5/tools/ |
cmdopt.c | 9 // Moves `optind' to the end and shifts other arguments. 24 // Moves to the next argument. 49 // Moves to the next argument if the current argument has no more characters.
|
/frameworks/base/core/java/android/app/ |
KeyguardManager.java | 40 * moves in and out of the foreground and does not require that any special 120 * moves in and out of the foreground and does not require that any special 184 * moves in and out of the foreground and does not require that any special
|
/frameworks/base/docs/html/training/keyboard-input/ |
navigation.jd | 72 <p>Look for any instances in which the focus moves in a way you don't expect.</p> 77 <p>Look for any instances in which the focus moves in a way you don't expect.</p> 126 focus appropriately moves according to the appearance on the screen: from
|
/external/chromium/chrome/browser/parsers/ |
metadata_parser_filebase_unittest.cc | 12 #include "base/string_util.h" // TODO(brettw) remove when WideToASCII moves.
|
/external/chromium/chrome/browser/resources/shared/js/cr/ui/table/ |
table_splitter.js | 54 * Handles spliter moves. Sets new width of the column.
|
/external/chromium/chrome/browser/ui/gtk/bookmarks/ |
bookmark_editor_gtk_unittest.cc | 176 // Moves 'a' to be a child of the other node. 193 // Moves 'a' to be a child of the other node. 194 // Moves 'a' to be a child of the other node and changes its url to new_a. 216 // Creates a new folder and moves a node to it.
|
/external/chromium/chrome/browser/ui/views/tabs/ |
dragged_tab_view.h | 30 // Moves the DraggedTabView to the appropriate location given the mouse
|
/external/chromium_org/ash/shelf/ |
shelf_model.h | 39 // Moves the item at |index| to |target_index|. |target_index| is in terms
|
/external/chromium_org/ash/system/tray/ |
actionable_view.h | 19 // moves the mouse out of the view and then releases, then the action will not
|
/external/chromium_org/ash/test/ |
test_shelf_delegate.cc | 72 // The window may be legitimately reparented while staying open if it moves
|
/external/chromium_org/ash/wm/ |
immersive_fullscreen_controller.h | 121 // Disables animations and moves the mouse so that it is not over the 179 // hovered at the top of the screen the timer is started. If the mouse moves 180 // away from the top edge, or moves too much in the x direction, the timer is 272 // trigger a reveal when the user moves the mouse to the top of the screen
|
/external/chromium_org/chrome/browser/ |
custom_home_pages_table_model.h | 33 // Collect all entries indexed by |index_list|, and moves them to be right
|
/external/chromium_org/chrome/browser/parsers/ |
metadata_parser_filebase_unittest.cc | 12 #include "base/strings/string_util.h" // TODO(brettw) remove when WideToASCII moves.
|
/external/chromium_org/chrome/browser/ui/bookmarks/ |
recently_used_folders_combo_model.h | 66 // If necessary this function moves |node| into the corresponding folder for
|
/external/chromium_org/chrome/browser/ui/cocoa/extensions/ |
browser_action_button.h | 52 // starting until it moves at least kMinimumDragDistance.
|
/external/chromium_org/chrome/browser/ui/gtk/bookmarks/ |
bookmark_editor_gtk_unittest.cc | 197 // Moves 'a' to be a child of the other node. 214 // Moves 'a' to be a child of the other node. 215 // Moves 'a' to be a child of the other node and changes its url to new_a. 237 // Creates a new folder and moves a node to it.
|
/external/chromium_org/chrome/browser/ui/panels/ |
panel_drag_controller.h | 80 // Moves the |panel| (and all panels below if it is in a stack) to a different
|