/external/chromium_org/third_party/WebKit/Source/core/page/ |
ValidationMessageClient.h | 40 // Show validation message for the specified anchor element. An 43 virtual void showValidationMessage(const Element& anchor, const String& message) = 0; 45 // Hide validation message for the specified anchor if the message for the 46 // anchor is already visible. 47 virtual void hideValidationMessage(const Element& anchor) = 0; 49 // Returns true if the validation message for the specified anchor element 51 virtual bool isValidationMessageVisible(const Element& anchor) = 0;
|
/external/clang/lib/Driver/ |
Action.cpp | 42 void InputAction::anchor() {} function in class:InputAction 48 void BindArchAction::anchor() {} function in class:BindArchAction 54 void JobAction::anchor() {} function in class:JobAction 64 void PreprocessJobAction::anchor() {} function in class:PreprocessJobAction 70 void PrecompileJobAction::anchor() {} function in class:PrecompileJobAction 76 void AnalyzeJobAction::anchor() {} function in class:AnalyzeJobAction 82 void MigrateJobAction::anchor() {} function in class:MigrateJobAction 88 void CompileJobAction::anchor() {} function in class:CompileJobAction 94 void AssembleJobAction::anchor() {} function in class:AssembleJobAction 100 void LinkJobAction::anchor() {} function in class:LinkJobAction 106 void LipoJobAction::anchor() {} function in class:LipoJobAction 112 void DsymutilJobAction::anchor() {} function in class:DsymutilJobAction 118 void VerifyJobAction::anchor() {} function in class:VerifyJobAction [all...] |
/external/chromium_org/chrome/browser/ui/autofill/ |
autofill_dialog_types_unittest.cc | 21 // Tests for correct parsing of anchor text ranges. 23 base::string16 text(ASCIIToUTF16("Notification without anchor text")); 27 text = ASCIIToUTF16("Notification with |anchor text|");
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
speech_recognition_bubble_cocoa.mm | 74 // arrow anchor point inside that to point at the bottom-left of the html 85 NSPoint anchor = NSMakePoint(anchor_x, anchor_y); 86 if (NSPointInRect(anchor, tab_bounds)) { 88 anchor = [view convertPoint:anchor toView:nil]; 94 anchor = locationBar->GetPageInfoBubblePoint(); 98 anchor = NSMakePoint(NSMinX(tab_bounds), NSMaxY(tab_bounds)); 99 anchor = [view convertPoint:anchor toView:nil]; 103 anchor = [parent_window convertBaseToScreen:anchor] [all...] |
/external/clang/test/SemaObjC/ |
gcc-cast-ext.m | 20 + (id)bookmarkWithFileReference:(PBXFileReference *)fileRef gylphRange:(NSRange)range anchor:(NSString *)htmlAnchor 23 return [[[self alloc] initWithFileReference:fileRef gylphRange:(NSRange)range anchor:(NSString *)htmlAnchor] autorelease]; // expected-warning {{method '-initWithFileReference:gylphRange:anchor:' not found (return type defaults to 'id')}}
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
completionvalues1-expected-completion23.txt | 3 android:textSelectHandle : Reference to a drawable that will be used to display a text selection anchor for positioning the cursor within text. [reference] 4 android:textSelectHandleLeft : Reference to a drawable that will be used to display a text selection anchor on the left side of a selection region. [reference] 5 android:textSelectHandleRight : Reference to a drawable that will be used to display a text selection anchor on the right side of a selection region. [reference]
|
/external/libvpx/libvpx/ |
keywords.dox | 11 \anchor REQUIRED 12 \anchor SHALL 17 \anchor SHALLNOT 22 \anchor RECOMMENDED 29 \anchor NOTRECOMMENDED 37 \anchor OPTIONAL
|
/external/bison/lib/ |
fd-hook.c | 31 static struct fd_hook anchor = { &anchor, &anchor, NULL, NULL }; variable in typeref:struct:fd_hook 37 if (remaining_list == &anchor) 48 return execute_close_hooks (anchor.private_next, primary, fd); 55 if (remaining_list == &anchor) 67 return execute_ioctl_hooks (anchor.private_next, primary, fd, request, arg); 81 link->private_next = anchor.private_next; 82 link->private_prev = &anchor; 85 anchor.private_next->private_prev = link [all...] |
/external/chromium_org/chrome/common/extensions/docs/server2/ |
permissions_data_source_test.py | 52 # anchor, etc. 55 'anchor': 'custom-anchor', 88 'anchor': 'custom-anchor', 95 'anchor': 'activeTab', 101 'anchor': 'alarms', 110 'anchor': 'custom-anchor', 117 'anchor': 'alarms' [all...] |
/external/chromium_org/components/web_contents_delegate_android/android/java/src/org/chromium/components/web_contents_delegate_android/ |
ValidationMessageBubble.java | 31 * the specified anchor rectangle. 35 * @param anchorX Anchor position in the CSS unit. 36 * @param anchorY Anchor position in the CSS unit. 37 * @param anchorWidth Anchor size in the CSS unit. 38 * @param anchorHeight Anchor size in the CSS unit. 54 ContentViewCore contentViewCore, RectF anchor, String mainText, String subText) { 61 contentViewCore, (int) (anchor.centerX() - getAnchorOffset()), (int) anchor.bottom); 74 * Moves the popup window on the specified anchor rectangle. 78 * @param anchorX Anchor position in the CSS unit 86 RectF anchor = makePixRectInScreen( local [all...] |
/external/chromium_org/content/test/data/session_history/ |
fragment.html | 4 A page with anchor fragment targets.
|
/external/icu4c/layout/ |
MarkArrays.h | 33 LEPoint &anchor) const;
|
/external/chromium/chrome/browser/speech/ |
speech_input_bubble_mac.mm | 62 // arrow anchor point inside that to point at the bottom-left of the html 70 NSPoint anchor = NSMakePoint(anchor_x, anchor_y); 71 anchor = [view convertPoint:anchor toView:nil]; 72 anchor = [[view window] convertBaseToScreen:anchor]; 77 anchoredAt:anchor]);
|
/external/chromium_org/ash/shelf/ |
overflow_bubble.cc | 33 void OverflowBubble::Show(views::View* anchor, ShelfView* shelf_view) { 37 bubble_->InitOverflowBubble(anchor, shelf_view); 39 anchor_ = anchor; 43 RootWindowController::ForWindow(anchor->GetWidget()->GetNativeView())-> 65 views::View* anchor = anchor_; 67 // Update overflow button (|anchor|) status when overflow bubble is hidden 69 anchor->SchedulePaint();
|
/external/chromium_org/third_party/re2/re2/testing/ |
tester.h | 63 Prog::Anchor anchor); 69 Prog::Anchor anchor, 73 const StringPiece& context, Prog::Anchor anchor); 101 Prog::Anchor anchor); 103 // Run TestCase(text, text, anchor) for all anchoring modes. 106 // Run TestCase(text, context, anchor) for all anchoring modes [all...] |
/external/regex-re2/re2/testing/ |
tester.h | 63 Prog::Anchor anchor); 69 Prog::Anchor anchor, 73 const StringPiece& context, Prog::Anchor anchor); 101 Prog::Anchor anchor); 103 // Run TestCase(text, text, anchor) for all anchoring modes. 106 // Run TestCase(text, context, anchor) for all anchoring modes [all...] |
/external/robolectric/.idea/ |
uiDesigner.xml | 6 <default-constraints vsize-policy="1" hsize-policy="6" anchor="0" fill="1" /> 9 <default-constraints vsize-policy="6" hsize-policy="1" anchor="0" fill="2" /> 12 <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3" /> 15 <default-constraints vsize-policy="7" hsize-policy="7" anchor="0" fill="3" /> 18 <default-constraints vsize-policy="0" hsize-policy="3" anchor="0" fill="1" /> 24 <default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" /> 30 <default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" /> 36 <default-constraints vsize-policy="0" hsize-policy="0" anchor="8" fill="0" /> 42 <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1"> 47 <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1" [all...] |
/external/chromium_org/ui/webui/resources/js/cr/ui/ |
bubble.js | 11 * relation to the anchor node. 17 // the anchor node. 21 // the anchor node. 25 // positioned above the anchor node. 29 // positioned above the anchor node. 35 * the anchor node. 39 // The bubble is positioned just above or below the anchor node (as 41 // of the anchor. 42 ARROW_TO_MID_ANCHOR: 'arrow-to-mid-anchor', 43 // The bubble is positioned just above or below the anchor node (a [all...] |
/frameworks/base/core/java/android/widget/ |
PopupMenu.java | 35 * The popup will appear below the anchor view if there is room, or above it if there is not. 64 * @param anchor Anchor view for this popup. The popup will appear below the anchor if there 67 public PopupMenu(Context context, View anchor) { 68 this(context, anchor, Gravity.NO_GRAVITY); 75 * @param anchor Anchor view for this popup. The popup will appear below the anchor if there 77 * @param gravity The {@link Gravity} value for aligning the popup with its anchor [all...] |
/external/chromium_org/ppapi/native_client/src/trusted/weak_ref/ |
call_on_main_thread.h | 47 // regardless of whether the anchor has been abandoned, since 55 nacl::WeakRefAnchor* anchor, 58 nacl::WeakRef<R>* wp = anchor->MakeWeakRef<R>(raw_data); 69 nacl::WeakRefAnchor* anchor, 74 WeakRefNewCallback(anchor, callback_fn, raw_data, &cc); 107 "WeakRefAutoAbandoner: weak ref NULL, anchor was abandoned\n"); 118 // argument, and is not invoked if the anchor has been abandoned. 120 nacl::WeakRefAnchor* anchor, 130 anchor->MakeWeakRef<WeakRefAutoAbandonWrapper<R> >( 143 nacl::WeakRefAnchor* anchor, [all...] |
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/ |
zoom_decoration.mm | 61 NSPoint anchor = GetBubblePointInFrame(frame); 62 anchor = [field convertPoint:anchor toView:nil]; 63 anchor = [[field window] convertBaseToScreen:anchor]; 67 [bubble_ showAnchoredAt:anchor autoClose:auto_close];
|
/external/clang/include/clang/CodeGen/ |
CodeGenAction.h | 66 virtual void anchor(); 72 virtual void anchor(); 78 virtual void anchor(); 84 virtual void anchor(); 90 virtual void anchor(); 96 virtual void anchor();
|
/external/chromium_org/cc/input/ |
page_scale_animation.cc | 89 // For uniform-looking zooming, infer an anchor from the start and target 95 void PageScaleAnimation::ZoomWithAnchor(gfx::Vector2dF anchor, 98 start_anchor_ = anchor; 102 // We start zooming out from the anchor tapped by the user. But if 104 // edges, then infer an anchor that doesn't collide with the edges. 124 // The anchor is the point which is at the same normalized relative position 127 // anchor (0.5, 0.5), while one to a rect touching the bottom-right of the 128 // screen will have normalized anchor (1.0, 1.0). In other words, it obeys 130 // anchor = start_size * normalized + start_offset 131 // anchor = target_size * normalized + target_offse [all...] |
/external/clang/include/clang/Driver/ |
Action.h | 101 virtual void anchor(); 115 virtual void anchor(); 131 virtual void anchor(); 144 virtual void anchor(); 154 virtual void anchor(); 164 virtual void anchor(); 174 virtual void anchor(); 184 virtual void anchor(); 194 virtual void anchor(); 204 virtual void anchor(); [all...] |
/external/chromium_org/content/common/input/ |
synthetic_pinch_gesture_params.cc | 21 anchor(other.anchor),
|