/external/chromium_org/chrome/browser/ui/libgtk2ui/ |
native_theme_gtk2.cc | 482 SkBitmap arrow = GdkPixbufToImageSkia(pb); local 483 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',
|
/external/chromium_org/ui/views/bubble/ |
bubble_border.cc | 38 // The thickness of border and arrow images and their interior areas. 75 // The border and arrow stroke size used in image assets, in pixels. 78 // Bubble border and arrow image resource ids. They don't use the IMAGE_GRID 153 BubbleBorder::BubbleBorder(Arrow arrow, Shadow shadow, SkColor color) 154 : arrow_(arrow), 179 // Calculate the bubble coordinates based on the border and arrow settings. 222 // Calculate the minimum offset to not overlap arrow and corner images. 237 // Clip the arrow bounds out to avoid painting the overlapping edge area. 274 // Ensure the bubble is large enough to not overlap border and arrow images [all...] |
/build/tools/droiddoc/templates-pdk/assets/ |
search_autocomplete.js | 119 // 38 -- arrow up 127 // 40 -- arrow down
|
/external/chromium_org/ash/ime/ |
infolist_window.cc | 66 bounds.set_x(is_arrow_on_left(arrow()) ? 68 // InfolistBorder modifies the vertical position based on the arrow offset 69 // although it doesn't draw the arrow. The arrow offset is the half of
|
/external/chromium_org/chrome/browser/resources/bookmark_manager/css/ |
bmm.css | 97 background: #fff -webkit-canvas(drop-down-arrow) no-repeat center center; 345 background: transparent -webkit-canvas(drop-down-arrow)
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
date_widget.js | 304 // Handle tab/right arrow 310 // Handle shift+tab/left arrow
|
key_sequence_test.js | 88 // Down arrow, no modifiers 91 // Down arrow key with alt held down. We specified 'Alt' as the 96 // Right arrow, no modifiers
|
/external/chromium_org/chrome/browser/ui/views/profiles/ |
avatar_menu_bubble_view.cc | 489 views::BubbleBorder::Arrow arrow, 499 anchor_view, arrow, anchor_rect, browser); 521 views::BubbleBorder::Arrow arrow, 524 : BubbleDelegateView(anchor_view, arrow),
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/ |
background.js | 10 arrow: '#555', 57 ctx.strokeStyle = ctx.fillStyle = colors.arrow;
|
/external/chromium_org/ui/views/controls/menu/ |
menu_item_view.cc | 845 // Render the submenu indicator (arrow). 847 gfx::ImageSkia arrow = GetSubmenuArrowImage(render_selection); local 850 top_margin + (available_height - arrow.height()) / 2, 852 arrow.height()); 854 canvas->DrawImageInt(arrow, arrow_bounds.x(), arrow_bounds.y()); [all...] |
/external/doclava/res/assets/templates/assets/ |
search_autocomplete.js | 119 // 38 -- arrow up 127 // 40 -- arrow down
|
/external/valgrind/main/massif/ |
ms_print | 193 my ($is_top_node, $this_prefix, $child_midfix, $arrow, $mem_total_B) = @_; 204 # We precede this node's line with "$this_prefix.$arrow". We precede 205 # any children of this node with "$this_prefix$child_midfix$arrow". 210 "$this_prefix$arrow%05.2f%% (%sB)%s\n", $perc, commify($bytes), 496 $graph[$graph_x][0] = '>'; # X-axis arrow 497 $graph[0][$graph_y] = '^'; # Y-axis arrow
|
ms_print.in | 193 my ($is_top_node, $this_prefix, $child_midfix, $arrow, $mem_total_B) = @_; 204 # We precede this node's line with "$this_prefix.$arrow". We precede 205 # any children of this node with "$this_prefix$child_midfix$arrow". 210 "$this_prefix$arrow%05.2f%% (%sB)%s\n", $perc, commify($bytes), 496 $graph[$graph_x][0] = '>'; # X-axis arrow 497 $graph[0][$graph_y] = '^'; # Y-axis arrow
|
/external/chromium_org/third_party/WebKit/PerformanceTests/CSS/resources/ |
bootstrap.min.css | [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/ |
salsa.js | 143 * A key handler so the user can use the arrow keys to select their treatments.
|
/external/chromium_org/chrome/browser/ui/views/ |
content_setting_bubble_contents.cc | 144 views::BubbleBorder::Arrow arrow) 146 BubbleDelegateView(anchor_view, arrow),
|
/external/chromium_org/chrome/third_party/chromevox/ |
chromeVoxKbExplorerScript.js | 41 cvox.KeyUtil.getReadableNameForKeyCode=function(a){if(0==a)return"Power button";if(17==a)return"Control";if(18==a)return"Alt";if(16==a)return"Shift";if(9==a)return"Tab";if(91==a||93==a)return cvox.ChromeVox.isChromeOS?"Search":cvox.ChromeVox.isMac?"Cmd":"Win";if(8==a)return"Backspace";if(32==a)return"Space";if(35==a)return"end";if(36==a)return"home";if(37==a)return"Left arrow";if(38==a)return"Up arrow";if(39==a)return"Right arrow";if(40==a)return"Down arrow";if(45==a)return"Insert";if(13==a)return"Enter";
|
/build/tools/droiddoc/templates-sdk-dyn/components/ |
masthead.cs | 18 <a href="#" class="arrow-inactive">Quicknav</a> 19 <a href="#" class="arrow-active">Quicknav</a>
|
/external/clang/lib/Format/ |
FormatToken.h | 327 return isOneOf(tok::arrow, tok::period, tok::arrowstar) &&
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/ |
SuggestionStripLayoutHelper.java | 584 final String arrow = isRtlLanguage ? RIGHTWARDS_ARROW : LEFTWARDS_ARROW; local 588 hintText = (isRtlLanguage == isRtlSystem) ? (arrow + hint) : (hint + arrow); [all...] |
/external/chromium_org/chrome/browser/ui/views/frame/ |
browser_view.cc | 2382 views::BubbleBorder::Arrow arrow = views::BubbleBorder::TOP_RIGHT; local [all...] |
/external/okhttp/website/static/ |
bootstrap-combined.min.css | [all...] |
/build/tools/droiddoc/templates-sdk/components/ |
masthead.cs | 18 <a href="#" class="arrow-inactive">Quicknav</a> 19 <a href="#" class="arrow-active">Quicknav</a>
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/css/ |
bootstrap.css | [all...] |