/external/chromium/chrome/browser/ui/views/bubble/ |
border_contents.h | 27 // |arrow_location| specifies the preferred location for the arrow 29 // |allow_bubble_offscreen| is false, the arrow location may change so the
|
/external/chromium/chrome/browser/ui/views/ |
pinned_contents_info_bubble.h | 37 // addition to having an arrow pointing to where the user clicked, also shifts 45 // arrow may be pointing to a slightly different |y| location than specified
|
/external/webkit/Source/WebCore/manual-tests/ |
arrow-key-events.html | 3 Redundant keydown, keypress, keyup events sent for arrow keys.</p> 5 <p>Try pressing arrow keys, PgUp/PgDown/Home/End, Esc, or function keys.
|
link-cursor-auto.html | 7 <p><b>BUG ID:</b> <a href="rdar://problem/5551163">5551163</a> REGRESSION: Cursor does not change to arrow on "X" button in google maps, making it hard to click</p>
|
/build/tools/droiddoc/templates-sdk/assets/ |
android-developer-core.css | 748 a#arrow-left, a#arrow-right { 755 a#arrow-left { 758 a#arrow-right { 761 a.arrow-left-off, 762 a#arrow-left.arrow-left-off:hover { 765 a.arrow-right-off, 766 a#arrow-right.arrow-right-off:hover [all...] |
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bar_folder_window.h | 17 // Once the down scroll arrow is shown, the shadow is turned off and
|
/external/chromium/chrome/browser/ui/cocoa/ |
info_bubble_window.h | 12 // A rounded window with an arrow used for example when you click on the STAR
|
/external/chromium/chrome/browser/ui/cocoa/tabs/ |
tab_strip_view.h | 31 // Whether the drop-indicator arrow is shown, and if it is, the coordinate of
|
/external/chromium/chrome/browser/ui/views/infobars/ |
infobar.cc | 93 // Find the desired arrow height/half-width. The arrow area is 112 // Add pixels for the stroke, if the arrow is to be visible at all. Without 113 // this, changing the arrow height from 0 to kSeparatorLineHeight would
|
/external/quake/quake/src/QW/dxsdk/sdk/inc/ |
dinput.h | 522 #define DIK_HOME 0xC7 /* Home on arrow keypad */
523 #define DIK_UP 0xC8 /* UpArrow on arrow keypad */
524 #define DIK_PRIOR 0xC9 /* PgUp on arrow keypad */
525 #define DIK_LEFT 0xCB /* LeftArrow on arrow keypad */
526 #define DIK_RIGHT 0xCD /* RightArrow on arrow keypad */
527 #define DIK_END 0xCF /* End on arrow keypad */
528 #define DIK_DOWN 0xD0 /* DownArrow on arrow keypad */
529 #define DIK_NEXT 0xD1 /* PgDn on arrow keypad */
530 #define DIK_INSERT 0xD2 /* Insert on arrow keypad */
531 #define DIK_DELETE 0xD3 /* Delete on arrow keypad */ [all...] |
/external/quake/quake/src/WinQuake/dxsdk/SDK/INC/ |
DINPUT.H | 522 #define DIK_HOME 0xC7 /* Home on arrow keypad */
523 #define DIK_UP 0xC8 /* UpArrow on arrow keypad */
524 #define DIK_PRIOR 0xC9 /* PgUp on arrow keypad */
525 #define DIK_LEFT 0xCB /* LeftArrow on arrow keypad */
526 #define DIK_RIGHT 0xCD /* RightArrow on arrow keypad */
527 #define DIK_END 0xCF /* End on arrow keypad */
528 #define DIK_DOWN 0xD0 /* DownArrow on arrow keypad */
529 #define DIK_NEXT 0xD1 /* PgDn on arrow keypad */
530 #define DIK_INSERT 0xD2 /* Insert on arrow keypad */
531 #define DIK_DELETE 0xD3 /* Delete on arrow keypad */ [all...] |
/external/stlport/stlport/stl/ |
_ptrs_specialize.h | 13 // the following is a workaround for arrow operator problems
|
/external/valgrind/main/drd/tests/ |
run_openmp_test | 20 | while read soname arrow path offset; \
|
/external/webkit/Source/WebCore/manual-tests/autocorrection/ |
select-from-multiple-guesses.html | 37 <p>After seeing the panel with multiple candidates, use left and/or right arrow key to select the desired candidate, and then use return key to confirm. You can also use this test to test that pressing ESC key will dismiss the panel.</p>
|
/external/webkit/Source/WebCore/platform/brew/ |
PlatformKeyboardEventBrew.cpp | 131 return VK_LEFT; // (25) LEFT ARROW key 133 return VK_UP; // (26) UP ARROW key 135 return VK_RIGHT; // (27) RIGHT ARROW key 137 return VK_DOWN; // (28) DOWN ARROW key
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_ptrs_specialize.h | 13 // the following is a workaround for arrow operator problems
|
/packages/apps/Contacts/res/layout/ |
tab_left_arrow.xml | 18 android:id="@+id/arrow"
|
tab_right_arrow.xml | 18 android:id="@+id/arrow"
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_ptrs_specialize.h | 13 // the following is a workaround for arrow operator problems
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
_ptrs_specialize.h | 13 // the following is a workaround for arrow operator problems
|
/frameworks/base/docs/html/guide/topics/resources/ |
localization.jd | 120 <p style="border:0; padding:0"><img src="../../../images/resources/right-arrow.png" alt="right-arrow"
538 <td valign="top" align="center"><img src="../../../images/resources/arrow.png" alt="arrow" width="26"
546 <td valign="top" align="center"><img src="../../../images/resources/arrow.png" alt="arrow" width="26"
563 <td valign="top" align="center"><img src="../../../images/resources/arrow.png" alt="arrow" width="26"
577 <td valign="top" align="center"><img src="../../../images/resources/arrow.png" alt="arrow" width="26" [all...] |
/external/chromium/chrome/browser/ui/gtk/ |
info_bubble_gtk.h | 50 // Where should the arrow be placed relative to the bubble? 61 // widget. Its arrow will be drawn at |arrow_location| if possible. The 117 // Get the location where the arrow should be placed (which is a function of 120 // coordinates of the point at which the bubble's arrow should be aimed, and 191 // Where would we prefer for the arrow be drawn relative to the bubble, and
|
/external/webkit/Source/WebKit/android/ |
RenderSkinCombo.cpp | 44 // excluded and just the arrow drawn. 59 // wider to allow for the arrow. 74 // the left of the arrow in the asset. Hence the border widths are the 91 // arrow and not the border. We do this by drawing the relevant subset 96 // of the arrow.
|
/sdk/rule_api/src/com/android/ide/common/api/ |
IGraphics.java | 48 * Draws an arrow from (x1, y1) to (x2, y2). 50 * @param x1 The x coordinate of the beginning of the arrow 51 * @param y1 The y coordinate of the beginning of the arrow 52 * @param x2 The x coordinate of the end (point) of the arrow 53 * @param y2 The y coordinate of the end (point) of the arrow
|
/external/chromium/chrome/browser/chromeos/login/ |
views_login_display.cc | 38 // info bubble arrow to cursor. 213 BubbleBorder::ArrowLocation arrow; local 215 arrow = BubbleBorder::LEFT_TOP; 217 // Point info bubble arrow to cursor position (approximately). 219 arrow = BubbleBorder::BOTTOM_LEFT; 235 arrow,
|