HomeSort by relevance Sort by last modified time
    Searched refs:down (Results 276 - 300 of 403) sorted by null

<<11121314151617

  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
api.js 388 * @param {boolean} shiftKey Specifies if shift is held down.
api_implementation.js 339 * @param {boolean} shiftKey Specifies if shift is held down.
  /external/chromium_org/chrome/browser/resources/profiler/
profiler.js 571 * down). Note that this only slows down the addition of new data. It does
932 // We need to smash the list |l| down to a single row...
    [all...]
  /external/chromium_org/chrome/renderer/resources/extensions/automation/
automation_node.js 127 // - capturing: starting from the root and going down to the target's parent
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
postproc_sse2.asm 273 ; this copies the last row down into the border 8 rows
  /external/libvpx/libvpx/vp8/common/x86/
postproc_sse2.asm 273 ; this copies the last row down into the border 8 rows
  /frameworks/base/core/java/android/widget/
GridView.java 245 void fillGap(boolean down) {
251 if (down) {
283 * Fills the list from pos down to the end of the list view.
631 // Don't pull the top too far down
635 // Move everything down
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
postproc_sse2.asm 273 ; this copies the last row down into the border 8 rows
  /prebuilts/tools/common/m2/repository/jline/jline/0.9.94/
jline-0.9.94.jar 
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js 529 // A delay is needed, because some browsers do not immediately scroll down to the anchor
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
traverse_util.js 122 // Move down until we get to a leaf node.
216 // Move down until we get to a leaf node.
    [all...]
  /external/chromium_org/chrome/browser/resources/options/chromeos/
display_options.js 263 * Mouse down handler for dragging display rectangle.
264 * @param {Event} e The mouse down event.
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/toolbox/
ResponsiveDesignView.js 63 this._pageScaleLabel.title = WebInspector.UIString("For a simpler way to change the current page scale, hold down Shift and drag with your mouse.");
498 this._decreasePageScaleButton.title = WebInspector.UIString("Scale down (minimum %.1f)", this._viewport.minimumPageScaleFactor);
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/qunit/qunit/
qunit.js 1073 loop = true; //don't go down the same path twice
1151 this.down();
1205 down:function( a ) {
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/background/js/
test_util.js 235 * Fakes pressing the down arrow until the given |filename| is selected.
248 test.util.sync.fakeKeyDown(contentWindow, '#file-list', 'Down', false);
479 * Sends a fake mouse down event to the element specified by |targetQuery|.
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
image_editor.js 548 * Key down handler.
822 * Mouse down handler.
    [all...]
  /external/chromium_org/ui/file_manager/video_player/js/
media_controls.js 700 * @param {boolean} on True if the mouse is down.
934 * @param {boolean} on True if the mouse is down.
    [all...]
  /external/linux-tools-perf/perf-3.12.0/arch/sh/lib/
memcpy-sh4.S 398 ! r3 = rounded down r0
600 ! r3 = rounded down r0
  /frameworks/native/services/inputflinger/
InputDispatcher.h 130 /* This flag indicates that the event should be dispatched as an initial down.
955 bool down; member in struct:android::InputDispatcher::TouchState
    [all...]
  /external/chromium_org/chrome/browser/resources/history/
history.js 216 // Keep track of the drop down that triggered the menu, so we know
283 var dropDown = createElementWithClassName('button', 'drop-down');
298 // Prevent clicks on the drop down from affecting the checkbox. We need to
366 return this.domNode_.querySelector('button.drop-down');
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/CSS/resources/
bootstrap.min.css     [all...]
  /external/chromium_org/chrome/browser/resources/pdf/
pdf.js 184 case 34: // Page down key.
215 case 40: // Down arrow key.
viewport.js 64 * The increment to scroll a page by in pixels when up/down/left/right arrow
  /external/chromium_org/extensions/renderer/resources/
event.js 210 // Track whether the event has been destroyed to help track down the cause
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/arm/neon/
vp9_mb_lpf_neon.asm 38 sub r8, r0, r1, lsl #3 ; move src pointer down by 8 lines

Completed in 674 milliseconds

<<11121314151617