HomeSort by relevance Sort by last modified time
    Searched refs:arrow (Results 51 - 75 of 172) sorted by null

1 23 4 5 6 7

  /external/chromium_org/third_party/skia/experimental/Intersection/
ConvexHull_Test.cpp 30 const Cubic arrow[] = { variable
37 size_t arrow_count = sizeof(arrow) / sizeof(arrow[0]);
81 { arrow, arrow_count },
  /external/chromium_org/ui/views/bubble/
tray_bubble_view.h 14 // Ash status area). Mostly this handles custom anchor location and arrow and
38 // element (ANCHOR_TYPE_TRAY) and display an arrow, or that are floating on
107 views::BubbleBorder::Arrow arrow; member in struct:views::TrayBubbleView::InitParams
135 // Sets whether or not to paint the bubble border arrow.
bubble_delegate_unittest.cc 79 EXPECT_EQ(bubble_delegate->arrow(), border->arrow());
  /external/skia/experimental/Intersection/
ConvexHull_Test.cpp 30 const Cubic arrow[] = { variable
37 size_t arrow_count = sizeof(arrow) / sizeof(arrow[0]);
81 { arrow, arrow_count },
  /external/chromium_org/ash/shelf/
overflow_bubble_view.cc 79 // Gets arrow location based on shelf alignment.
80 views::BubbleBorder::Arrow OverflowBubbleView::GetBubbleArrow() const {
183 views::BubbleBorder::is_arrow_on_horizontal(arrow()) ?
201 if (views::BubbleBorder::is_arrow_on_horizontal(arrow())) {
  /external/chromium_org/chrome/browser/resources/options/chromeos/
display_options.css 36 /* The arrow at the border #display-configurations to point the focused display.
39 #display-configuration-arrow {
  /external/chromium_org/chrome/browser/ui/views/
global_error_bubble_view.cc 62 views::BubbleBorder::Arrow arrow,
65 : BubbleDelegateView(anchor_view, arrow),
  /external/chromium_org/chrome/browser/ui/views/location_bar/
page_action_image_view.cc 249 views::BubbleBorder::Arrow arrow = base::i18n::IsRTL() ?
252 popup_ = ExtensionPopup::ShowPopup(popup_url, browser_, this, arrow,
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/news_a11y/
feed.js 200 // Display content under heading when spacebar or right-arrow pressed
201 // Hide content when spacebar pressed again or left-arrow pressed
202 // Move to next heading when down-arrow pressed
203 // Move to previous heading when up-arrow pressed
  /external/chromium_org/ui/native_theme/
common_theme.cc 145 gfx::ImageSkia* arrow = ui::ResourceBundle::GetSharedInstance(). local
147 CommonThemeCreateCanvas(canvas)->DrawImageInt(*arrow, rect.x(), rect.y());
  /external/clang/lib/Lex/
TokenConcatenation.cpp 87 TokenInfo[tok::arrow ] |= aci_custom_firstchar;
270 case tok::arrow: // ->*
  /external/chromium_org/chrome/browser/resources/history/
history.css 468 .site-domain-arrow {
480 .site-domain-arrow.collapse {
484 .site-domain-arrow.expand {
488 html[dir='rtl'] .site-domain-arrow.collapse {
492 html[dir='rtl'] .site-domain-arrow.expand {
  /external/chromium_org/ui/file_manager/file_manager/foreground/css/
gallery.css 211 .gallery .arrow-box {
223 .gallery .arrow-box .arrow {
228 .gallery .arrow-box .arrow-spacer {
233 .gallery[tools] .arrow-box[active] .arrow {
239 /* The arrow icons are in nested divs so that their opacity can be manipulated
242 .gallery .arrow div {
250 .gallery[tools] .arrow-box[active] .arrow div
    [all...]
  /external/chromium_org/ui/file_manager/gallery/css/
gallery.css 216 .gallery .arrow-box {
228 .gallery .arrow-box .arrow {
233 .gallery .arrow-box .arrow-spacer {
238 .gallery[tools] .arrow-box[active] .arrow {
244 /* The arrow icons are in nested divs so that their opacity can be manipulated
247 .gallery .arrow div {
255 .gallery[tools] .arrow-box[active] .arrow div
    [all...]
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.cc 124 // Draws an arrow at the top of |canvas| pointing to |tip_x|.
131 SkPath arrow; local
132 arrow.moveTo(tip_x - arrow_half_width, kArrowHeight);
133 arrow.lineTo(tip_x, 0);
134 arrow.lineTo(tip_x + arrow_half_width, kArrowHeight);
138 canvas->DrawPath(arrow, fill_paint);
144 canvas->DrawPath(arrow, stroke_paint);
652 // Draw the arrow, border, and fill for the bottom area.
655 SkPath arrow; local
659 arrow.moveTo(rect.x() - 1, y)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
javascript.js 160 // parsing the argument patterns for a fat-arrow function before we
161 // actually hit the arrow token. It only works if the arrow is on
164 // arrow, and not declare the arguments as locals for the arrow
168 var arrow = stream.string.indexOf("=>", stream.start);
169 if (arrow < 0) return;
172 for (var pos = arrow - 1; pos >= 0; --pos) {
  /build/tools/droiddoc/templates-sac/assets/
android-developer-docs.css 749 a#arrow-left, a#arrow-right {
756 a#arrow-left {
759 a#arrow-right {
762 a.arrow-left-off,
763 a#arrow-left.arrow-left-off:hover {
766 a.arrow-right-off,
767 a#arrow-right.arrow-right-off:hover
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/
android-developer-docs.css 749 a#arrow-left, a#arrow-right {
756 a#arrow-left {
759 a#arrow-right {
762 a.arrow-left-off,
763 a#arrow-left.arrow-left-off:hover {
766 a.arrow-right-off,
767 a#arrow-right.arrow-right-off:hover
    [all...]
  /build/tools/droiddoc/templates-sdk-dyn/assets/
android-developer-docs.css 749 a#arrow-left, a#arrow-right {
756 a#arrow-left {
759 a#arrow-right {
762 a.arrow-left-off,
763 a#arrow-left.arrow-left-off:hover {
766 a.arrow-right-off,
767 a#arrow-right.arrow-right-off:hover
    [all...]
  /external/chromium_org/ui/file_manager/video_player/js/
video_player.js 179 var arrowRight = document.querySelector('.arrow-box .arrow.right');
181 var arrowLeft = document.querySelector('.arrow-box .arrow.left');
  /external/replicaisland/src/com/replica/replicaisland/
ConversationDialogActivity.java 256 public void setOkArrow(View arrow) {
257 mOkArrow = arrow;
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmClockFragment.java 544 View arrow; field in class:AlarmClockFragment.AlarmItemAdapter.ItemHolder
662 holder.arrow = view.findViewById(R.id.arrow);
755 itemHolder.arrow.setRotation(expanded ? ROTATE_180_DEGREE : 0);
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
key_sequence.js 22 * - Two discrete keys (at most): [Down arrow], [A, A] or [O, W] etc. Can
28 * - Two discrete keys (at most): [Down arrow], [A, A] or [O, W] etc.
572 evt['keyCode'] = 38; // Up arrow.
575 evt['keyCode'] = 40; // Down arrow.
578 evt['keyCode'] = 39; // Right arrow.
581 evt['keyCode'] = 37; // Left arrow.
key_util.js 265 return 'Left arrow';
267 return 'Up arrow';
269 return 'Right arrow';
271 return 'Down arrow';
382 * pound and then its keyCode, like '#39' for Right Arrow. However,
384 * readable string description like 'Right Arrow' instead of '#39'.
  /external/chromium_org/chrome/browser/resources/pdf/
pdf.js 163 case 37: // Left arrow key.
174 case 38: // Up arrow key.
180 case 39: // Right arrow key.
191 case 40: // Down arrow key.

Completed in 524 milliseconds

1 23 4 5 6 7