/external/chromium_org/ui/views/bubble/ |
bubble_delegate.h | 29 BubbleDelegateView(View* anchor_view, BubbleBorder::Arrow arrow); 64 BubbleBorder::Arrow arrow() const { return arrow_; } function in class:views::BubbleDelegateView 65 void set_arrow(BubbleBorder::Arrow arrow) { arrow_ = arrow; } 94 // Get the arrow's anchor rect in screen space. 105 // Sets the bubble arrow paint type. 166 // The arrow's location on the bubble [all...] |
bubble_window_targeter_unittest.cc | 20 WidgetOwnsNativeBubble(View* content, BubbleBorder::Arrow arrow) 21 : BubbleDelegateView(content, arrow) {
|
bubble_delegate.cc | 67 BubbleBorder::Arrow arrow) 72 arrow_(arrow), 132 BubbleBorder::Arrow adjusted_arrow = arrow(); 271 // The argument rect has its origin at the bubble's arrow anchor point;
|
bubble_border_unittest.cc | 247 BubbleBorder::Arrow arrow; member in struct:views::TestCase 297 SCOPED_TRACE(base::StringPrintf("i=%d arrow=%d", 298 static_cast<int>(i), cases[i].arrow)); 300 border.set_arrow(cases[i].arrow); 358 BubbleBorder::Arrow arrow; member in struct:views::TestCase 365 // Horizontal arrow tests. 379 // Vertical arrow tests. 394 // No arrow tests [all...] |
/external/chromium_org/chrome/android/shell/java/src/org/chromium/chrome/shell/omnibox/ |
SuggestionArrayAdapter.java | 54 ImageView arrow = (ImageView) v.findViewById(R.id.suggestion_item_arrow); local 55 arrow.setOnClickListener(new View.OnClickListener() {
|
/external/chromium_org/chrome/browser/ui/views/extensions/ |
extension_popup.h | 48 // The positioning of the pop-up is determined by |arrow| according to the 50 // value of |arrow| remains fixed during popup resizes. If |arrow| is 57 views::BubbleBorder::Arrow arrow, 99 views::BubbleBorder::Arrow arrow,
|
extension_popup.cc | 45 views::BubbleBorder::Arrow arrow, 47 : BubbleDelegateView(anchor_view, arrow), 192 views::BubbleBorder::Arrow arrow, 196 ExtensionPopup* popup = new ExtensionPopup(host, anchor_view, arrow,
|
bundle_installed_bubble.cc | 38 views::BubbleBorder::Arrow arrow) 39 : views::BubbleDelegateView(anchor_view, arrow) {
|
/external/chromium_org/chrome/browser/ui/views/profiles/ |
avatar_menu_bubble_view.h | 52 views::BubbleBorder::Arrow arrow, 92 views::BubbleBorder::Arrow arrow,
|
/external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/ |
Android.mk | 27 test_name := utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/arrow 28 test_src := arrow.pass.cpp
|
/external/chromium_org/ash/ |
popup_message.cc | 30 // with the shelf. The offset includes the arrow size in pixels as well as 49 views::BubbleBorder::Arrow arrow_orientation, 70 views::BubbleBorder::Arrow arrow, 73 : views::BubbleDelegateView(anchor, arrow), 149 // Change the arrow offset if needed. 153 // set the arrow offset before the creation, we need to set the offset, 156 GetBubbleFrameView()->bubble_border()->set_arrow(arrow); 187 views::BubbleBorder::Arrow arrow, [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/keyboard/ |
keyboard_utils.js | 11 * Swallows keypress and keyup events of arrow keys. 31 * Converts arrow keys into tab/shift-tab key events. 100 * Initializes event handling for arrow keys driven focus flow.
|
/external/chromium_org/chrome/browser/ui/views/ |
settings_api_bubble_helper_views.cc | 30 views::BubbleBorder::Arrow arrow) { 40 arrow,
|
content_setting_bubble_contents.h | 54 views::BubbleBorder::Arrow arrow);
|
/external/chromium_org/ui/app_list/views/ |
app_list_view.cc | 65 // The distance between the arrow tip and edge of the anchor view. 177 views::BubbleBorder::Arrow arrow, 181 parent, initial_apps_page, arrow, border_accepts_events, anchor_offset); 188 views::BubbleBorder::Arrow arrow, 193 parent, initial_apps_page, arrow, border_accepts_events, gfx::Vector2d()); 196 void AppListView::SetBubbleArrow(views::BubbleBorder::Arrow arrow) { 197 GetBubbleFrameView()->bubble_border()->set_arrow(arrow); [all...] |
/external/chromium_org/ui/webui/resources/js/cr/ui/ |
menu_button.js | 86 * Whether to show the menu on press of the Up or Down arrow keys. 260 * Helper for styling a menu button with a drop-down arrow indicator. 261 * Creates a new 2D canvas context and draws a downward-facing arrow into it. 264 * @param {number} width The width of the canvas and the arrow. 265 * @param {number} height The height of the canvas and the arrow. 266 * @param {string} colorSpec The CSS color to use when drawing the arrow. 298 'drop-down-arrow', ARROW_WIDTH, ARROW_HEIGHT, opt_normalColor); 300 'drop-down-arrow-hover', ARROW_WIDTH, ARROW_HEIGHT, opt_hoverColor); 302 'drop-down-arrow-active', ARROW_WIDTH, ARROW_HEIGHT, opt_activeColor);
|
/external/chromium_org/v8/test/mjsunit/harmony/ |
arrow-functions.js | 5 // Flags: --harmony-arrow-functions 7 // Arrow functions are like functions, except they throw when using the 25 // Empty arrow function returns undefined
|
/external/chromium_org/ash/shelf/ |
shelf_tooltip_manager.cc | 40 // with the shelf. The offset includes the arrow size in pixels as well as 52 views::BubbleBorder::Arrow arrow, 73 views::BubbleBorder::Arrow arrow, 75 : views::BubbleDelegateView(anchor, arrow), host_(host) { 347 views::BubbleBorder::Arrow arrow = local 354 view_ = new ShelfTooltipBubble(anchor, arrow, this);
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/ |
abstract_tts.js | 540 '\u2190': 'left arrow', 541 '\u2191': 'up arrow', 542 '\u2192': 'right arrow', 543 '\u2193': 'down arrow', 544 '\u21d0': 'left double arrow', 545 '\u21d1': 'up double arrow', 546 '\u21d2': 'right double arrow', 547 '\u21d3': 'down double arrow', 548 '\u21e6': 'left arrow', 549 '\u21e7': 'up arrow', [all...] |
/build/tools/droiddoc/templates-ds/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...] |
/build/tools/droiddoc/templates-pdk/assets/ |
android-developer-core.css | 747 a#arrow-left, a#arrow-right { 754 a#arrow-left { 757 a#arrow-right { 760 a.arrow-left-off, 761 a#arrow-left.arrow-left-off:hover { 764 a.arrow-right-off, 765 a#arrow-right.arrow-right-off:hover [all...] |
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ |
tree.css.js | 9 * inverted arrow icons.
|
/external/chromium_org/ash/ime/ |
mode_indicator_view.cc | 87 // arrow adjustment in BubbleDelegateView is unnecessary because arrow 90 new views::BubbleBorder(arrow(), shadow(), color())));
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
timelinePanel.css | 141 .timeline-tree-item-expand-arrow { 156 .timeline-tree-item-expand-arrow { 161 .timeline-tree-item-expand-arrow.parent { 165 .timeline-tree-item-expand-arrow.parent.expanded { 169 .timeline-expandable-arrow { 181 .timeline-expandable-arrow { 186 .timeline-expandable-collapsed .timeline-expandable-arrow { 190 .timeline-expandable-expanded .timeline-expandable-arrow { 250 .timeline-tree-item.selected .timeline-tree-item-expand-arrow {
|
/development/scripts/ |
stack_core.py | 216 arrow = "v------>" 218 arrow = "v-------------->" 219 self.trace_lines.append((arrow, source_symbol, source_location))
|