HomeSort by relevance Sort by last modified time
    Searched full:area (Results 226 - 250 of 4396) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/vm/compiler/codegen/arm/armv7-a/
CallingConvention.S 20 * r0 : pointer to save area of JIT_CALLEE_SAVE_WORD_SIZE
  /dalvik/vm/compiler/codegen/arm/armv7-a-neon/
CallingConvention.S 20 * r0 : pointer to save area of JIT_CALLEE_SAVE_WORD_SIZE
  /development/samples/devbytes/animation/Bouncer/src/com/example/android/bouncer/
Bouncer.java 88 * Moving the shape in x or y causes an invalidation of the area it used to occupy
89 * plus the area it now occupies.
101 * Moving the shape in x or y causes an invalidation of the area it used to occupy
102 * plus the area it now occupies.
  /external/chromium/chrome/browser/chromeos/frame/
dom_browser_view_layout.h 26 // |[ Future Add User button] [Status Area View]| <-- DOMBrowserView
65 // considered title bar area of client view.
68 // Lays out tabstrip and status area in the title bar area (given by
  /external/chromium/chrome/browser/resources/chromeos/
choose_mobile_network.css 21 .content-area {
  /external/chromium/chrome/browser/ui/cocoa/download/
download_item_button.h 14 // instead of firing an action when clicked in a certain area.
  /external/chromium/chrome/browser/ui/cocoa/
fullscreen_controller.mm 118 // Set up the tracking area used to activate the sliding bar or keep it active
120 // area if one was previously set up.
128 // The tracking area can "falsely" report exits when the menu slides down over
251 // Make sure |trackingAreaBounds_| always reflects either the tracking area or
252 // the desired tracking area.
254 // The tracking area should always be at least the height of activation zone.
262 // If an animation is currently running, do not set up a tracking area now.
338 // The tracking area shouldn't be active during animation.
350 // The tracking area shouldn't be active during animation.
354 // is still actually over the tracking area, we ignore the mouse exit, bu
    [all...]
  /external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_popup_win.cc 22 // display area of IME windows, this workaround becomes unnecessary.
  /external/chromium/chrome/browser/userfeedback/proto/
annotations.proto 18 // A rectangular area covered by this annotation on annotated image.
  /external/chromium_org/ash/
shell_observer.h 19 // Invoked after the screen's work area insets changes.
  /external/chromium_org/ash/wm/dock/
dock_types.h 15 // or out of the docked windows area.
  /external/chromium_org/cc/base/
invalidation_region.h 15 // is, InvalidationRegion can be simplified to encompass a larger area than the
  /external/chromium_org/chrome/browser/chromeos/input_method/
hidable_area.h 14 // HidableArea is used as an area to place optional information that can be
  /external/chromium_org/chrome/browser/extensions/api/storage/
settings_storage_factory.h 24 // Creates a new ValueStore area for an extension under |base_path|.
  /external/chromium_org/chrome/browser/feedback/proto/
annotations.proto 19 // A rectangular area covered by this annotation on annotated image.
  /external/chromium_org/chrome/browser/resources/chromeos/
choose_mobile_network.css 23 .content-area {
  /external/chromium_org/chrome/browser/resources/options/
import_data_overlay.html 4 <div class="content-area">
95 <div class="action-area">
97 <div class="action-area-right">
110 <div class="action-area-right">
  /external/chromium_org/chrome/browser/ui/cocoa/download/
download_item_button.h 13 // instead of firing an action when clicked in a certain area.
  /external/chromium_org/chrome/browser/ui/views/download/
download_shelf_context_menu_view.h 34 // |rect| is the bounding area for positioning the menu in screen coordinates.
  /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/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)

Completed in 468 milliseconds

1 2 3 4 5 6 7 8 91011>>