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

1 23 4 5 6

  /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());
bubble_border.cc 50 // Bubble border and arrow image resource ids. They don't use the IMAGE_GRID
127 BubbleBorder::BubbleBorder(Arrow arrow, Shadow shadow, SkColor color)
128 : arrow_(arrow),
153 // Calculate the bubble coordinates based on the border and arrow settings.
196 // Calculate the minimum offset to not overlap arrow and corner images.
211 // Clip the arrow bounds out to avoid painting the overlapping edge area.
248 // Ensure the bubble is large enough to not overlap border and arrow images.
254 // Only take arrow image sizes into account when the bubble tip is shown.
  /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 {
display_options.js 573 $('display-configuration-arrow').hidden = true;
595 $('display-configuration-arrow').hidden = true;
613 var arrow = $('display-configuration-arrow');
614 arrow.hidden = false;
616 // arrow precisely.
617 arrow.style.top = $('display-configurations').offsetTop -
618 arrow.offsetHeight / 2 + 'px';
619 arrow.style.left = display.div.offsetLeft +
620 display.div.offsetWidth / 2 - arrow.offsetWidth / 2 + 'px'
    [all...]
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_action_view_controller.cc 259 views::BubbleBorder::Arrow arrow = base::i18n::IsRTL() ?
265 popup_url, browser_, reference_view, arrow, show_action);
  /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/profiles/
profile_chooser_view.h 59 views::BubbleBorder::Arrow arrow,
81 views::BubbleBorder::Arrow 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 149 gfx::ImageSkia* arrow = ui::ResourceBundle::GetSharedInstance(). local
151 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/ui/file_manager/gallery/css/
gallery.css 201 .gallery .arrow-box {
213 .gallery .arrow-box .arrow {
218 .gallery .arrow-box .arrow-spacer {
223 .gallery[tools] .arrow-box[active] .arrow {
229 /* The arrow icons are in nested divs so that their opacity can be manipulated
232 .gallery .arrow div {
240 .gallery[tools] .arrow-box[active] .arrow div
    [all...]
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.cc 123 // Draws an arrow at the top of |canvas| pointing to |tip_x|.
130 SkPath arrow; local
131 arrow.moveTo(tip_x - arrow_half_width, kArrowHeight);
132 arrow.lineTo(tip_x, 0);
133 arrow.lineTo(tip_x + arrow_half_width, kArrowHeight);
137 canvas->DrawPath(arrow, fill_paint);
143 canvas->DrawPath(arrow, stroke_paint);
651 // Draw the arrow, border, and fill for the bottom area.
654 SkPath arrow; local
658 arrow.moveTo(rect.x() - 1, y)
    [all...]
  /external/chromium_org/chrome/browser/resources/bookmark_manager/css/
bmm.css 99 background: #fff -webkit-canvas(drop-down-arrow) no-repeat center center;
307 background: transparent -webkit-canvas(drop-down-arrow)
  /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/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.
574 evt['keyCode'] = 38; // Up arrow.
577 evt['keyCode'] = 40; // Down arrow.
580 evt['keyCode'] = 39; // Right arrow.
583 evt['keyCode'] = 37; // Left arrow.
key_util.js 265 return 'Left arrow';
267 return 'Up arrow';
269 return 'Right arrow';
271 return 'Down arrow';
365 * pound and then its keyCode, like '#39' for Right Arrow. However,
367 * readable string description like 'Right Arrow' instead of '#39'.
  /external/chromium_org/chrome/browser/resources/history/
history.css 469 .site-domain-arrow {
482 html[dir='rtl'] .site-domain-arrow {
486 html .expand .site-domain-arrow {
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
native_theme_gtk2.cc 488 SkBitmap arrow = GdkPixbufToImageSkia(pb); local
489 canvas->drawBitmap(arrow, rect.x(), rect.y());
  /external/chromium_org/chrome/browser/web_dev_style/
css_checker.py 208 'validation-bubble-arrow',
209 'validation-bubble-arrow-clipper',
  /build/tools/droiddoc/templates-pdk/assets/
search_autocomplete.js 119 // 38 -- arrow up
127 // 40 -- arrow down

Completed in 969 milliseconds

1 23 4 5 6