/external/chromium_org/components/web_contents_delegate_android/ |
D | validation_message_bubble_android.cc | 32 const gfx::Rect& anchor_in_root_view, in ValidationMessageBubbleAndroid() argument 40 anchor_in_root_view.x(), in ValidationMessageBubbleAndroid() 41 anchor_in_root_view.y(), in ValidationMessageBubbleAndroid() 42 anchor_in_root_view.width(), in ValidationMessageBubbleAndroid() 43 anchor_in_root_view.height(), in ValidationMessageBubbleAndroid() 54 RenderWidgetHost* widget_host, const gfx::Rect& anchor_in_root_view) { in SetPositionRelativeToAnchor() argument 59 anchor_in_root_view.x(), in SetPositionRelativeToAnchor() 60 anchor_in_root_view.y(), in SetPositionRelativeToAnchor() 61 anchor_in_root_view.width(), in SetPositionRelativeToAnchor() 62 anchor_in_root_view.height()); in SetPositionRelativeToAnchor()
|
D | web_contents_delegate_android.cc | 352 const gfx::Rect& anchor_in_root_view, in ShowValidationMessage() argument 359 anchor_in_root_view, in ShowValidationMessage() 372 const gfx::Rect& anchor_in_root_view) { in MoveValidationMessage() argument 378 rwhv->GetRenderWidgetHost(), anchor_in_root_view); in MoveValidationMessage()
|
D | web_contents_delegate_android.h | 95 const gfx::Rect& anchor_in_root_view, 102 const gfx::Rect& anchor_in_root_view) OVERRIDE;
|
/external/chromium_org/chrome/browser/ui/views/ |
D | validation_message_bubble_view.cc | 32 const gfx::Rect& anchor_in_root_view) OVERRIDE { in SetPositionRelativeToAnchor() argument 35 delegate_->SetPositionRelativeToAnchor(anchor_in_root_view + in SetPositionRelativeToAnchor() 69 const gfx::Rect& anchor_in_root_view, in CreateAndShow() argument 72 const gfx::Rect anchor_in_screen = anchor_in_root_view in CreateAndShow()
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
D | validation_message_bubble_cocoa.mm | 139 // Converts |anchor_in_root_view| in rwhv coordinates to cocoa screen 143 const gfx::Rect& anchor_in_root_view) { 146 NSRect cocoaRect = [view flipRectToNSRect:anchor_in_root_view]; 155 const gfx::Rect& anchor_in_root_view, 160 anchoredAt:GetAnchorPoint(widget_host, anchor_in_root_view) 171 const gfx::Rect& anchor_in_root_view) OVERRIDE { 173 setAnchorPoint:GetAnchorPoint(widget_host, anchor_in_root_view)]; 188 const gfx::Rect& anchor_in_root_view, 192 widget_host, anchor_in_root_view, main_text, sub_text)).Pass();
|
/external/chromium_org/chrome/browser/ui/ |
D | validation_message_bubble.h | 27 const gfx::Rect& anchor_in_root_view, 39 const gfx::Rect& anchor_in_root_view) = 0;
|
D | browser.h | 442 const gfx::Rect& anchor_in_root_view, 449 const gfx::Rect& anchor_in_root_view) OVERRIDE;
|
D | browser.cc | 1196 const gfx::Rect& anchor_in_root_view, in ShowValidationMessage() argument 1204 anchor_in_root_view, in ShowValidationMessage() 1215 const gfx::Rect& anchor_in_root_view) { in MoveValidationMessage() argument 1221 rwhv->GetRenderWidgetHost(), anchor_in_root_view); in MoveValidationMessage()
|
/external/chromium_org/content/public/browser/ |
D | web_contents_delegate.h | 474 const gfx::Rect& anchor_in_root_view, in ShowValidationMessage() argument 485 const gfx::Rect& anchor_in_root_view) {} in MoveValidationMessage() argument
|
/external/chromium_org/content/shell/renderer/test_runner/ |
D | web_test_proxy.h | 114 void MoveValidationMessage(const blink::WebRect& anchor_in_root_view); 382 virtual void showValidationMessage(const blink::WebRect& anchor_in_root_view, in showValidationMessage() argument
|
/external/chromium_org/content/renderer/ |
D | render_view_impl.h | 393 virtual void showValidationMessage(const blink::WebRect& anchor_in_root_view, 400 const blink::WebRect& anchor_in_root_view) OVERRIDE;
|
D | render_view_impl.cc | 1865 const blink::WebRect& anchor_in_root_view, in showValidationMessage() argument 1877 routing_id(), AdjustValidationMessageAnchor(anchor_in_root_view), in showValidationMessage() 1886 const blink::WebRect& anchor_in_root_view) { in moveValidationMessage() argument 1888 routing_id(), AdjustValidationMessageAnchor(anchor_in_root_view))); in moveValidationMessage()
|
/external/chromium_org/content/browser/web_contents/ |
D | web_contents_impl.h | 838 void OnShowValidationMessage(const gfx::Rect& anchor_in_root_view, in NON_EXPORTED_BASE() 842 void OnMoveValidationMessage(const gfx::Rect& anchor_in_root_view); in NON_EXPORTED_BASE()
|
D | web_contents_impl.cc | 1858 const gfx::Rect& anchor_in_root_view, in OnShowValidationMessage() argument 1863 this, anchor_in_root_view, main_text, sub_text); in OnShowValidationMessage() 1872 const gfx::Rect& anchor_in_root_view) { in OnMoveValidationMessage() argument 1874 delegate_->MoveValidationMessage(this, anchor_in_root_view); in OnMoveValidationMessage()
|