/external/webkit/Source/WebCore/inspector/front-end/ |
D | popover.css | 19 .popover .arrow { 30 .popover.top-left-arrow .arrow { 34 .popover.top-right-arrow .arrow { 39 .popover.bottom-left-arrow .arrow { 47 .popover.bottom-right-arrow .arrow { 57 .popover.left-top-arrow .arrow { 64 .popover.left-bottom-arrow .arrow { 72 .popover.right-top-arrow .arrow { 81 .popover.right-bottom-arrow .arrow {
|
/external/chromium/chrome/browser/ui/cocoa/tabs/ |
D | tab_strip_view.mm | 68 // Draw drop-indicator arrow (if appropriate). 71 // Programmer art: an arrow parametrized by many knobs. Note that the arrow 78 // What proportion of the vertical space is dedicated to the arrow tip, 79 // i.e., (arrow tip height)/(amount of vertical space). 82 // This is a slope, i.e., (arrow tip height)/(0.5 * arrow tip width). 85 // What proportion of the arrow tip width is the stem, i.e., (stem 86 // width)/(arrow tip width). 106 NSBezierPath* arrow = [NSBezierPath bezierPath]; 107 [arrow setLineJoinStyle:NSMiterLineJoinStyle]; 108 [arrow setLineWidth:1]; [all …]
|
/external/chromium-trace/src/shared/css/ |
D | bubble.css | 61 .bubble-arrow { 63 /* The tip of the arrow. */ 79 .bubble-arrow { 83 .bubble-arrow[is-right='true'] { 87 .bubble-arrow[is-right='false'] { 91 .bubble-arrow[is-top='true'] { 97 .bubble-arrow {
|
D | menu_button.css | 7 * contain the arrow images. */ 10 background: white -webkit-canvas(drop-down-arrow) no-repeat center 4px; 22 background-image: -webkit-canvas(drop-down-arrow-hover); 29 background-image: -webkit-canvas(drop-down-arrow-active);
|
/external/jmonkeyengine/engine/src/test/jme3test/model/shape/ |
D | TestDebugShapes.java | 64 Arrow arrow = new Arrow(dir); in putArrow() local 65 arrow.setLineWidth(4); // make arrow thicker in putArrow() 66 putShape(arrow, color).setLocalTranslation(pos); in putArrow()
|
/external/jmonkeyengine/engine/src/test/jme3test/collision/ |
D | TestMousePick.java | 130 Arrow arrow = new Arrow(Vector3f.UNIT_Z.mult(2f)); in initMark() local 131 arrow.setLineWidth(3); in initMark() 134 mark = new Geometry("BOOM!", arrow); in initMark()
|
/external/chromium/chrome/browser/chromeos/login/ |
D | views_login_display.cc | 213 BubbleBorder::ArrowLocation arrow; in ShowError() local 215 arrow = BubbleBorder::LEFT_TOP; in ShowError() 219 arrow = BubbleBorder::BOTTOM_LEFT; in ShowError() 235 arrow, in ShowError()
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-values/ |
D | mozilla | 168 button-arrow-down 169 button-arrow-next 170 button-arrow-previous 171 button-arrow-up 479 tab-scroll-arrow-back 480 tab-scroll-arrow-forward
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
D | bookmark_bar_toolbar_view.mm | 30 NSCursor *arrow = [NSCursor arrowCursor]; 31 [self addCursorRect:[self visibleRect] cursor:arrow]; 32 [arrow setOnMouseEntered:YES];
|
D | bookmark_button_cell.mm | 215 // Add extra size for the arrow so it doesn't overlap the text. 225 // Override cell drawing to add a submenu arrow like a real menu. 230 // If asked to do so, and if a folder, draw the arrow.
|
D | bookmark_button_cell_unittest.mm | 157 // Subfolder arrow details. 176 // Once we turn on arrow drawing make sure there is now room for it.
|
/external/chromium/chrome/browser/ui/views/bubble/ |
D | bubble_border.cc | 354 SkBitmap* arrow, in DrawEdgeWithArrow() argument 377 canvas->DrawBitmapInt(*arrow, in DrawEdgeWithArrow() 382 start_x += (is_horizontal ? before_arrow + arrow->width() : 0); in DrawEdgeWithArrow() 383 start_y += (is_horizontal ? 0 : before_arrow + arrow->height()); in DrawEdgeWithArrow()
|
D | bubble_border.h | 117 SkBitmap* arrow,
|
/external/chromium/chrome/browser/ui/gtk/infobars/ |
D | translate_infobar_base_gtk.cc | 204 GtkWidget* arrow = gtk_arrow_new(GTK_ARROW_DOWN, GTK_SHADOW_NONE); in BuildOptionsMenuButton() local 205 gtk_box_pack_start(GTK_BOX(hbox), arrow, FALSE, FALSE, 0); in BuildOptionsMenuButton()
|
/external/clang/lib/Lex/ |
D | TokenConcatenation.cpp | 86 TokenInfo[tok::arrow ] |= aci_custom_firstchar; in TokenConcatenation() 269 case tok::arrow: // ->* in AvoidConcat()
|
/external/webkit/Source/WebCore/platform/android/ |
D | RenderThemeAndroid.cpp | 548 int arrow = std::max(18, style->fontMetrics().height() + 2 * padding); in adjustMenuListStyleCommon() local 549 style->setPaddingRight(Length(arrow, Fixed)); in adjustMenuListStyleCommon() 550 style->setMinHeight(Length(arrow, Fixed)); in adjustMenuListStyleCommon() 551 style->setHeight(Length(arrow, Fixed)); in adjustMenuListStyleCommon()
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | ConversationDialogActivity.java | 256 public void setOkArrow(View arrow) { in setOkArrow() argument 257 mOkArrow = arrow; in setOkArrow()
|
/external/webkit/Source/WebCore/platform/gtk/ |
D | RenderThemeGtk2.cpp | 847 GtkWidget* arrow; member 854 static_cast<ComboBoxWidgetPieces*>(data)->arrow = widget; in getGtkComboBoxPieces() 886 pieces.arrow = buttonChild; in refreshComboBoxChildren() 888 ASSERT(pieces.arrow); in refreshComboBoxChildren() 889 m_gtkComboBoxArrow = pieces.arrow; in refreshComboBoxChildren()
|
/external/chromium/chrome/browser/resources/bookmark_manager/css/ |
D | bmm.css | 73 background: #fff -webkit-canvas(drop-down-arrow) no-repeat center center; 294 background: -webkit-canvas(drop-down-arrow) 100% 50% no-repeat;
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | info_bubble_view.mm | 33 // Add the bubble arrow.
|
/external/chromium/chrome/browser/ui/cocoa/download/ |
D | download_started_animation_mac.mm | 6 // at the start of a download. The animation produces an arrow pointing 87 // Load the image of the download arrow.
|
/external/valgrind/main/massif/ |
D | ms_print.in | 193 my ($is_top_node, $this_prefix, $child_midfix, $arrow, $mem_total_B) = @_; 210 "$this_prefix$arrow%05.2f%% (%sB)%s\n", $perc, commify($bytes),
|
/external/webkit/Source/WebKit/mac/WebView/ |
D | WebFrameView.mm | 113 // Arrow keys scroll the same distance that clicking the scroll arrow does. 665 // Arrow keys scroll the same distance that clicking the scroll arrow does. 852 // We don't handle shifted or control-arrow keys here, so let super have a chance. 859 // Let arrow keys go through to pop up buttons 875 // We don't handle shifted or control-arrow keys here, so let super have a chance. 882 // Let arrow keys go through to pop up buttons 898 // We don't handle shifted or control-arrow keys here, so let super have a chance. 926 // We don't handle shifted or control-arrow keys here, so let super have a chance.
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderThemeSafari.cpp | 831 FloatPoint arrow[3]; in paintMenuListButton() local 832 arrow[0] = FloatPoint(leftEdge, centerY - arrowHeight / 2.0f); in paintMenuListButton() 833 arrow[1] = FloatPoint(leftEdge + arrowWidth, centerY - arrowHeight / 2.0f); in paintMenuListButton() 834 arrow[2] = FloatPoint(leftEdge + arrowWidth / 2.0f, centerY + arrowHeight / 2.0f); in paintMenuListButton() 837 paintInfo.context->drawConvexPolygon(3, arrow, true); in paintMenuListButton()
|
/external/chromium/chrome/browser/speech/ |
D | speech_input_bubble_mac.mm | 62 // arrow anchor point inside that to point at the bottom-left of the html
|