HomeSort by relevance Sort by last modified time
    Searched full:area (Results 251 - 275 of 4534) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/test/chromedriver/js/
get_element_region.js 16 if (element.tagName.toLowerCase() == 'area') {
20 throw new Error('failed to detect the region of the area');
33 throw new Error('failed to detect the region of the area');
45 throw new Error('failed to detect the region of the area');
  /external/chromium_org/ppapi/api/dev/
pp_print_settings_dev.idl 35 /** This is the size of the printable area in points (1/72 of an inch). */
  /external/chromium_org/remoting/host/
desktop_shape_tracker.h 17 // Tracks changes in the area of the desktop that is occupied by windows.
  /external/chromium_org/third_party/WebKit/ManualTests/
caretScrolling.html 2 <p>Manual test for fix for <a href="rdar://problem/3690705">rdar://problem/3690705</a> "caret does not move when scrolling overflow: auto editable area"</p>
input-type-text-unconfirmed-inline-input.html 16 <p>Enter some text using inline input (e.g. Kotoeri Hiragana) and click the button without closing the input area.</p>
  /external/chromium_org/third_party/WebKit/ManualTests/chromium/
autofill-popup-shiftupdown.hml 6 <li> Type the text 'hogehoge' in the following text input area. And press ENTER to submit. </li>
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
HitTestingTransformState.h 45 static PassRefPtr<HitTestingTransformState> create(const FloatPoint& p, const FloatQuad& quad, const FloatQuad& area)
47 return adoptRef(new HitTestingTransformState(p, quad, area));
72 HitTestingTransformState(const FloatPoint& p, const FloatQuad& quad, const FloatQuad& area)
75 , m_lastPlanarArea(area)
  /external/chromium_org/ui/gfx/
canvas_paint.h 19 // sized to the client area of |view|.
  /external/chromium_org/ui/views/
rect_based_targeting_utils.h 20 // Returns the percentage of |rect_1|'s area that is covered by |rect_2|.
  /external/chromium_org/ui/views/widget/
monitor_win.h 18 // Returns the bounds for the monitor that contains the largest area of
widget_hwnd_utils.h 21 // Returns true if the WINDOWPOS data provided indicates the client area of
  /external/chromium_org/ui/views/window/
client_view.h 18 // A ClientView is a View subclass that is used to occupy the "client area"
52 // in the non-client area it is (if it is).
54 // to detect if regions within the client area count as parts of the "non-
55 // client" area. A good example of this is the size box at the bottom right
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/string/
StringPropertyDialog.java 74 Composite area = (Composite) super.createDialogArea(parent); local
80 m_valueText = new Text(area, SWT.BORDER | SWT.MULTI | SWT.WRAP);
84 m_valueText = new Text(area, SWT.BORDER | SWT.SINGLE);
109 return area;
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/control/
AreaUtils.java 41 * <code>AreaUtils</code> is used to calculate the area of various objects, such as bounding volumes. These
51 * Aproximates the screen area of a bounding volume. If the volume isn't a
57 * @return The area in pixels on the screen of the bounding volume.
70 // // Calc radius based on these two points and plug into circle area formula.
  /external/kernel-headers/original/asm-arm/
a.out.h 12 __u32 a_bss; /* length of uninitialized data area for file, in bytes */
  /external/kernel-headers/original/asm-mips/
a.out.h 21 unsigned a_bss; /* length of uninitialized data area for
  /external/kernel-headers/original/asm-x86/
a.out.h 9 unsigned a_bss; /* length of uninitialized data area for file, in bytes */
  /external/kernel-headers/original/linux/mtd/
bbm.h 27 * @offs: offset of the pattern in the oob area of the page
28 * @veroffs: offset of the bbt version counter in the oob area of the page
41 * that the pattern and the version count are always located in the oob area
98 * @badblockpos: [INTERN] position of the bad block marker in the oob area
  /external/libffi/testsuite/libffi.call/
return_dbl.c 0 /* Area: ffi_call
return_fl.c 0 /* Area: ffi_call
return_fl1.c 0 /* Area: ffi_call
return_ll.c 0 /* Area: ffi_call
return_sc.c 0 /* Area: ffi_call
return_sl.c 0 /* Area: ffi_call
return_uc.c 0 /* Area: ffi_call

Completed in 1426 milliseconds

<<11121314151617181920>>