/external/llvm/test/YAMLParser/ |
spec-05-06.data | 3 anchored: !local &anchor value
|
spec-08-12.data | 5 &anchor "Anchored",
|
/external/chromium_org/chrome/browser/ui/views/location_bar/ |
zoom_bubble_view_browsertest.cc | 23 // Test whether the zoom bubble is anchored and whether it is visible when in 29 // The zoom bubble should be anchored when not in fullscreen. 49 // The bubble should not be anchored when it is shown in non-immersive 67 // Test whether the zoom bubble is anchored and whether it is visible when in 87 // The zoom bubble should not be anchored when it is shown in immersive 101 // The zoom bubble should be anchored when it is shown in immersive fullscreen 109 // would be weird if the view to which the zoom bubble is anchored hid while
|
script_bubble_icon_view.h | 36 // Shows the script bubble, anchored to anchor_view.
|
/external/chromium_org/chrome/android/java/res/values-sw600dp/ |
dimens.xml | 10 <!-- Necessary to align the menu with the bottom of the toolbar (the anchored button does not
|
/external/chromium_org/chrome/browser/ui/cocoa/autofill/ |
autofill_notification_container.h | 30 // View that the arrow is anchored to. Weak. 46 // Sets a view that the arrow is anchored to - center of arrow will be aligned
|
/external/chromium_org/chrome/browser/ui/toolbar/ |
toolbar_model_security_level_list.h | 26 // HTTPS, but the certificate verification chain is anchored on a certificate
|
/external/llvm/test/Transforms/LoopVectorize/ |
undef-inst-bug.ll | 6 ; invariant instruction anchored in the loop when used as a getelementptr index. 24 ; Loop invariant anchored in loop.
|
/external/chromium_org/third_party/re2/re2/testing/ |
backtrack.cc | 17 // - It implements unanchored search by repeated anchored search. 54 bool anchored, bool longest, 66 bool anchored_; // whether search is anchored at text.begin() 95 bool anchored, bool longest, 105 anchored_ = anchored | prog_->anchor_start(); 129 // Anchored search must start at text.begin(). 231 // If full match, we ask for an anchored longest match 245 bool anchored = anchor == kAnchored; local 247 if (!b.Search(text, context, anchored, longest, match, nmatch))
|
/external/regex-re2/re2/testing/ |
backtrack.cc | 17 // - It implements unanchored search by repeated anchored search. 54 bool anchored, bool longest, 66 bool anchored_; // whether search is anchored at text.begin() 95 bool anchored, bool longest, 105 anchored_ = anchored | prog_->anchor_start(); 129 // Anchored search must start at text.begin(). 231 // If full match, we ask for an anchored longest match 245 bool anchored = anchor == kAnchored; local 247 if (!b.Search(text, context, anchored, longest, match, nmatch))
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
Position.h | 98 Node* containerNode() const; // NULL for a before/after position anchored to a node with no parent 101 int computeOffsetInContainerNode() const; // O(n) for before/after-anchored positions, O(1) for parent-anchored positions 104 // Inline O(1) access for Positions which callers know to be parent-anchored 119 // These are convenience methods which are smart about whether the position is neighbor anchored or parent anchored 262 // positionBeforeNode and positionAfterNode return neighbor-anchored positions, construction is O(1) 280 // firstPositionInNode and lastPositionInNode return parent-anchored positions, lastPositionInNode construction is O(n) due to childNodeCount()
|
/external/chromium_org/third_party/re2/re2/ |
bitstate.cc | 39 bool anchored, bool longest, 52 bool anchored_; // whether search is anchored at text.begin() 294 bool anchored, bool longest, 305 anchored_ = anchored || prog_->anchor_start(); 328 // Anchored search must start at text.begin(). 355 // If full match, we ask for an anchored longest match 369 bool anchored = anchor == kAnchored; local 371 if (!b.Search(text, context, anchored, longest, match, nmatch))
|
/external/regex-re2/re2/ |
bitstate.cc | 39 bool anchored, bool longest, 52 bool anchored_; // whether search is anchored at text.begin() 294 bool anchored, bool longest, 305 anchored_ = anchored || prog_->anchor_start(); 328 // Anchored search must start at text.begin(). 355 // If full match, we ask for an anchored longest match 369 bool anchored = anchor == kAnchored; local 371 if (!b.Search(text, context, anchored, longest, match, nmatch))
|
/external/chromium_org/chrome/browser/ui/autofill/ |
generated_credit_card_bubble_view.h | 15 // card number is generated. Anchored to an omnibox icon and shown either on
|
/external/chromium/chrome/browser/ui/cocoa/ |
fast_resize_view_unittest.mm | 40 // should not resize, but it should be anchored to the top left.
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
fast_resize_view_unittest.mm | 41 // should not resize, but it should be anchored to the top left.
|
menu_button.h | 48 // Returns the rectangle that menus are anchored at. Can be overridden by
|
/external/chromium_org/chrome/browser/ui/gtk/ |
password_generation_bubble_gtk.h | 26 // passwords to users. It is set in page content, anchored at |anchor_rect|.
|
confirm_bubble_gtk.h | 68 // The anchor window and the screen point where this bubble is anchored. This
|
/external/chromium_org/tools/telemetry/telemetry/page/actions/ |
pinch.js | 20 * Performs a single vertical pinch gesture to zoom in or out, anchored
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
ResizeGesture.java | 171 // The user is dragging the left edge, so the position is anchored on the 183 // The user is dragging the right edge, so the position is anchored on the 196 // The user is dragging the top edge, so the position is anchored on the 208 // The user is dragging the bottom edge, so the position is anchored on the
|
/external/chromium/chrome/browser/ui/views/ |
pinned_contents_info_bubble.h | 44 // order to anchor its contents. Once the Bubble has been anchored its
|
/external/chromium_org/chrome/browser/password_manager/ |
password_generation_manager.h | 71 // form. The popup will be anchored at |icon_bounds|. The generated
|
/external/chromium_org/chrome/browser/ui/views/ |
outdated_upgrade_bubble_view.h | 20 // It is intended to be used as the content of a bubble anchored off of the
|
/external/chromium_org/chrome/browser/ui/views/passwords/ |
manage_passwords_bubble_view.h | 51 // If the bubble is not anchored to a view, places the bubble in the top
|