/external/chromium_org/chrome/browser/ui/views/autofill/ |
new_credit_card_bubble_views.cc | 32 // Get the view this bubble will be anchored to via |controller|.
|
/external/chromium_org/chrome/browser/ui/views/sync/ |
one_click_signin_bubble_view.h | 97 // Builds a popup bubble anchored under the wrench menu
|
/external/chromium_org/ui/views/bubble/ |
tray_bubble_view.h | 37 // AnchorType differentiates between bubbles that are anchored on a tray
|
bubble_delegate.h | 178 // The view and widget to which this bubble is anchored. Since an anchor view
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
PopupMenu.java | 104 * Show the menu popup anchored to the view specified during construction.
|
/external/chromium_org/chrome/browser/ui/views/location_bar/ |
location_bar_view.h | 245 // Return a view suitable for anchoring location-bar-anchored bubbles to. 247 // Return the point suitable for anchoring location-bar-anchored bubbles at.
|
/external/chromium_org/ui/app_list/cocoa/ |
apps_search_results_controller.mm | 163 // size; flipped so the table is anchored to the top-left. 167 // The container is then anchored in an un-flipped view, initially hidden,
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
uniq.inp | 467 /* For anchored or unanchored matches, there may be a "last known required 470 /* For matches anchored to the end of the pattern, we can often avoid 493 /* Loop for handling unanchored repeated matching attempts; for anchored regexs 559 BOOL anchored; 616 anchored = ((re->options | options) & PCRE_ANCHORED) != 0; 1069 if (!anchored) [all...] |
/bionic/libc/bionic/ |
sysconf.cpp | 74 // The %c trick is to ensure that we have the anchored match "^cpu[0-9]+$".
|
/external/chromium/chrome/browser/resources/shared/js/cr/ui/ |
position_util.js | 206 * @param {!HTMLElement} anchorElement The element that the popup is anchored
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/appmenu/ |
AppMenu.java | 54 * Shows a popup of menuitems anchored to a host view. When a item is selected we call 192 * Creates and shows the app menu anchored to the specified view. 331 // The menu is displayed above the anchored view, so shift the menu up by the top 335 // The menu is displayed below the anchored view, so shift the menu up by the top [all...] |
/external/chromium_org/chrome/browser/ui/cocoa/autofill/ |
new_credit_card_bubble_cocoa.mm | 52 // Displays the bubble anchored at the specified |anchorPoint|.
|
/external/chromium_org/third_party/flot/ |
jquery.flot.image.min.js | 46 Setting "anchor" to "center" causes the pixels in the image to be anchored at
|
/external/chromium_org/ui/webui/resources/js/cr/ui/ |
position_util.js | 206 * @param {!HTMLElement} anchorElement The element that the popup is anchored
|
/frameworks/base/core/java/android/view/ |
ActionProvider.java | 206 * an anchored popup has changed. This will affect how other system
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/ |
MenuPopupHelper.java | 40 * Presents a menu as a small, simple popup anchored to another view.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/ |
RelativeLayoutRuleTest.java | 37 // Add a second button anchored to it
|
/external/chromium_org/v8/test/mjsunit/ |
regexp.js | 633 // Check that end-anchored regexps are optimized correctly. 656 // Anchored at both ends. 680 // Only partially anchored.
|
/external/v8/test/mjsunit/ |
regexp.js | 633 // Check that end-anchored regexps are optimized correctly. 656 // Anchored at both ends. 680 // Only partially anchored.
|
/external/mksh/src/ |
histrap.c | 445 int anchored = *str == '?' ? (++str, 0) : 1; local 448 if ((n = findhist(histptr - history - 1, 0, str, anchored)) < 0) 512 findhist(int start, int fwd, const char *str, int anchored) 524 if ((anchored && strncmp(*hp, str, len) == 0) || 525 (!anchored && strstr(*hp, str))) [all...] |
/frameworks/base/core/java/android/widget/ |
PopupWindow.java | 854 * <p>Display the content view in a popup window anchored to the bottom-left 869 * <p>Display the content view in a popup window anchored to the bottom-left 889 * <p>Display the content view in a popup window anchored to the bottom-left [all...] |
/external/chromium_org/ash/wm/ |
immersive_fullscreen_controller_unittest.cc | 807 // 1) Test that a bubble anchored to a child of the top container triggers 844 // bubble anchored to a child of the top container is visible. [all...] |
/external/chromium_org/third_party/re2/util/ |
pcre.cc | 117 // a pcre anchored match. 119 // and use a pcre anchored match. 362 // anchored -- to force another try at the same position -- [all...] |
/external/regex-re2/util/ |
pcre.cc | 112 // a pcre anchored match. 114 // and use a pcre anchored match. 357 // anchored -- to force another try at the same position -- [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
bubble.js | 248 * Hides the bubble anchored to the given element (if any).
|