Home
last modified time | relevance | path

Searched refs:anchor_in_root_view (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/components/web_contents_delegate_android/
Dvalidation_message_bubble_android.cc32 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()
Dweb_contents_delegate_android.cc352 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()
Dweb_contents_delegate_android.h95 const gfx::Rect& anchor_in_root_view,
102 const gfx::Rect& anchor_in_root_view) OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/
Dvalidation_message_bubble_view.cc32 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/
Dvalidation_message_bubble_cocoa.mm139 // 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/
Dvalidation_message_bubble.h27 const gfx::Rect& anchor_in_root_view,
39 const gfx::Rect& anchor_in_root_view) = 0;
Dbrowser.h442 const gfx::Rect& anchor_in_root_view,
449 const gfx::Rect& anchor_in_root_view) OVERRIDE;
Dbrowser.cc1196 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/
Dweb_contents_delegate.h474 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/
Dweb_test_proxy.h114 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/
Drender_view_impl.h393 virtual void showValidationMessage(const blink::WebRect& anchor_in_root_view,
400 const blink::WebRect& anchor_in_root_view) OVERRIDE;
Drender_view_impl.cc1865 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/
Dweb_contents_impl.h838 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()
Dweb_contents_impl.cc1858 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()