Searched defs:main_text (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/
H A Dvalidation_message_bubble_delegate_unittest.cc12 gfx::Size GetSizeForMessages(const std::string& main_text, argument
15 gfx::Rect(), base::UTF8ToUTF16(main_text),
H A Dvalidation_message_bubble_view.cc22 const base::string16& main_text,
53 const base::string16& main_text,
56 anchor_in_screen, main_text, sub_text, this);
70 const base::string16& main_text,
75 widget_host, anchor_in_screen, main_text, sub_text));
50 ValidationMessageBubbleImpl( content::RenderWidgetHost* widget_host, const gfx::Rect& anchor_in_screen, const base::string16& main_text, const base::string16& sub_text) argument
67 CreateAndShow( content::RenderWidgetHost* widget_host, const gfx::Rect& anchor_in_root_view, const base::string16& main_text, const base::string16& sub_text) argument
H A Dvalidation_message_bubble_delegate.cc23 const base::string16& main_text,
39 main_text, bundle.GetFontList(ui::ResourceBundle::MediumFont));
21 ValidationMessageBubbleDelegate( const gfx::Rect& anchor_in_screen, const base::string16& main_text, const base::string16& sub_text, Observer* observer) argument
/external/chromium_org/components/web_contents_delegate_android/
H A Dvalidation_message_bubble_android.cc33 const base::string16& main_text,
44 ConvertUTF16ToJavaString(env, main_text).obj(),
30 ValidationMessageBubbleAndroid( RenderWidgetHost* widget_host, const gfx::Rect& anchor_in_root_view, const base::string16& main_text, const base::string16& sub_text) argument
H A Dweb_contents_delegate_android.cc353 const base::string16& main_text,
360 main_text,
350 ShowValidationMessage( WebContents* web_contents, const gfx::Rect& anchor_in_root_view, const base::string16& main_text, const base::string16& sub_text) argument
/external/chromium_org/content/public/browser/
H A Dweb_contents_delegate.h475 const base::string16& main_text,
473 ShowValidationMessage(WebContents* web_contents, const gfx::Rect& anchor_in_root_view, const base::string16& main_text, const base::string16& sub_text) argument
/external/chromium_org/chrome/browser/ui/
H A Dbrowser.cc1197 const base::string16& main_text,
1205 main_text,
1195 ShowValidationMessage(content::WebContents* web_contents, const gfx::Rect& anchor_in_root_view, const base::string16& main_text, const base::string16& sub_text) argument
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.cc1859 const base::string16& main_text,
1863 this, anchor_in_root_view, main_text, sub_text);
1857 OnShowValidationMessage( const gfx::Rect& anchor_in_root_view, const base::string16& main_text, const base::string16& sub_text) argument
/external/chromium_org/content/renderer/
H A Drender_view_impl.cc1866 const blink::WebString& main_text,
1870 base::string16 wrapped_main_text = main_text;
1864 showValidationMessage( const blink::WebRect& anchor_in_root_view, const blink::WebString& main_text, blink::WebTextDirection main_text_hint, const blink::WebString& sub_text, blink::WebTextDirection sub_text_hint) argument

Completed in 7935 milliseconds